Serialized Form


Package net.sourceforge.jivalo.editor

Class net.sourceforge.jivalo.editor.JIvaloEdit extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

JIvaloEditor editor

menuBar

JMenuBar menuBar

closeMenuItem

JMenuItem closeMenuItem

saveMenuItem

JMenuItem saveMenuItem

isModified

boolean isModified

selectedFile

File selectedFile

editorProperties

JIvaloEditorProperties editorProperties

Class net.sourceforge.jivalo.editor.JIvaloEditor extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

textPane

TextPane textPane
Editor TextPane.


editorProperties

JIvaloEditorProperties editorProperties
jIvalo editor preferences.

Class net.sourceforge.jivalo.editor.JIvaloEditorDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

contentPane

JPanel contentPane
Content pane for dialog.


editor

JIvaloEditor editor
jIvaloEditor for contentPane.


okButton

JButton okButton
OK action button.


cancelButton

JButton cancelButton
Cancel action button.


isOk

boolean isOk
Boolean for button pressed. Ok button results value to be true and Cancel button sets value to be false.


fileSuffix

String fileSuffix
file suffix used to get right syntax highlightning ( like java ).

Class net.sourceforge.jivalo.editor.MenuCloseAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

JIvaloEdit editor

Class net.sourceforge.jivalo.editor.MenuExitAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class net.sourceforge.jivalo.editor.MenuNewAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

editor

JIvaloEdit editor

Class net.sourceforge.jivalo.editor.MenuOpenAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

fileChooser

JFileChooser fileChooser

editor

JIvaloEdit editor

Class net.sourceforge.jivalo.editor.MenuSaveAsAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

fileChooser

JFileChooser fileChooser

editor

JIvaloEdit editor

Class net.sourceforge.jivalo.editor.TabStyle extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

index

int index

style

String style

hashCode

int hashCode

Class net.sourceforge.jivalo.editor.TextPane extends JTextPane implements Serializable

serialVersionUID: 1L

Serialized Fields

fileSuffix

String fileSuffix

Package net.sourceforge.jivalo.editor.key

Class net.sourceforge.jivalo.editor.key.InputEventKeyModifier extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

index

int index

name

String name

modifier

int modifier

hashCode

int hashCode

Package net.sourceforge.jivalo.editor.syntax

Class net.sourceforge.jivalo.editor.syntax.JIvaloStyleType extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

index

int index

style

String style

hashCode

int hashCode



Copyright © 2006-2007 SourceForge.net. All Rights Reserved.