Serialized Form


Package arom.gui.ide

Class arom.gui.ide.AccessorsList implements Serializable

Serialized Fields

listeners

PropertyChangeSupport listeners

Class arom.gui.ide.AromAccessorPanel implements Serializable

Class arom.gui.ide.AromAccessorsPanel implements Serializable

Class arom.gui.ide.AromEntityPanel implements Serializable

Class arom.gui.ide.AromGraphicalEditor implements Serializable

Serialized Fields

diagram

uci.gef.Diagram diagram

gef

uci.gef.JGraph gef

layer

uci.gef.LayerPerspective layer

listeners

PropertyChangeSupport listeners

Class arom.gui.ide.AromGraphModel implements Serializable

Serialized Fields

kb

AromKb kb
The knowledge base that will be displayed.

listeners

Vector listeners
The listeners of graph model changes. This changes are direct translation of the changes that occured in the knowledge base.

Class arom.gui.ide.AromGraphRenderer implements Serializable

Class arom.gui.ide.AromIDE implements Serializable

Serialized Fields

actionsPosition

int actionsPosition
The position in the menu of the latest opened files.

aromGE

AromGraphicalEditor aromGE

editCopy

JMenuItem editCopy

editCut

JMenuItem editCut

editMenu

JMenu editMenu

editPaste

JMenuItem editPaste

fileClose

JMenuItem fileClose

fileExit

JMenuItem fileExit

fileMenu

JMenu fileMenu

fileNew

JMenuItem fileNew

fileOpen

JMenuItem fileOpen

filePage

JMenuItem filePage

filePrint

JMenuItem filePrint

fileSave

JMenuItem fileSave

fileSaveAs

JMenuItem fileSaveAs

helpAbout

JMenuItem helpAbout

helpHelp

JMenuItem helpHelp

helpMenu

JMenu helpMenu

kb

AromKb kb
the currently opened AROM knowledge base.

kbModified

boolean kbModified
A flag to indicate the status of the opened knowledge base. True if the knowledge base has been modified, False otherwise.

kbResource

KbResources kbResource

layoutMenu

JMenu layoutMenu

leftRight

JSplitPane leftRight

newAction

Action newAction

openAction

Action openAction

openedFilesActions

OpenFileAction[] openedFilesActions
An array which contains the actions used to open the latest opened files

pageAction

Action pageAction

preferences

UserPreferences preferences
The user preferences are stored in this variable.

printAction

Action printAction

properties

EntityInspectorPane properties

recordsList

RecordsList recordsList

saveAction

Action saveAction

saveAsAction

Action saveAsAction

statusBar

StatusBar statusBar

structuresHierarchy

StructuresTree structuresHierarchy

toolBar

JToolBar toolBar

toolsMenu

JMenu toolsMenu

udLeft

JSplitPane udLeft

udRight

JSplitPane udRight

viewMenu

JMenu viewMenu

Class arom.gui.ide.AromListCellRenderer implements Serializable

Class arom.gui.ide.AromOptionPane implements Serializable

Class arom.gui.ide.ArrowHeadCircle implements Serializable

Class arom.gui.ide.CheckBoxMenuItem implements Serializable

Class arom.gui.ide.EntityInspectorPane implements Serializable

Serialized Fields

cardLayout

CardLayout cardLayout

entity

AromEntity entity

recordPane

RecordInspectorPane recordPane

structurePane

StructureInspectorPane structurePane

Class arom.gui.ide.FHTextField implements Serializable

Class arom.gui.ide.FigAssociation implements Serializable

Class arom.gui.ide.FigClass implements Serializable

Class arom.gui.ide.FigCompartment implements Serializable

Class arom.gui.ide.FigRole implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

associationName

String associationName

name

uci.gef.FigText name

roleName

String roleName

Class arom.gui.ide.FigSpecialization implements Serializable

Class arom.gui.ide.FigStructure implements Serializable

Serialized Fields

accessors

FigCompartment accessors

bigPort

uci.gef.FigRect bigPort

compartments

Vector compartments

name

FigTitleCompartment name

separator

uci.gef.FigLine separator

shape

uci.gef.FigRect shape

structureName

String structureName

Class arom.gui.ide.FigTitleCompartment implements Serializable

Class arom.gui.ide.FigTriangle implements Serializable

Class arom.gui.ide.FreeMemoryBean implements Serializable

Serialized Fields

bar

JProgressBar bar

freeMemory

long freeMemory

pause

int pause

running

Thread running

totalMemory

long totalMemory

Class arom.gui.ide.FWLabel implements Serializable

Class arom.gui.ide.GUIStructurePane implements Serializable

Class arom.gui.ide.LayerAromPerspective implements Serializable

Class arom.gui.ide.RecordInspectorPane implements Serializable

Serialized Fields

record

AromRecord record

table

RecordTable table

Class arom.gui.ide.RecordListCellRenderer implements Serializable

Serialized Fields

structure

AromStructure structure

Class arom.gui.ide.RecordsList implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox

disabledLabel

JLabel disabledLabel

list

JList list

listeners

PropertyChangeSupport listeners

listScroll

JScrollPane listScroll

listVisible

boolean listVisible

model

AromStructureListModel model

selectedRecord

AromRecord selectedRecord

structure

AromStructure structure

Class arom.gui.ide.RecordTable implements Serializable

Serialized Fields

record

AromRecord record

Class arom.gui.ide.StatusBar implements Serializable

Serialized Fields

message

String message

msg

arom.gui.ide.MessageLabel msg

msgComp

Component msgComp

Class arom.gui.ide.StructureInspectorPane implements Serializable

Serialized Fields

gui

GUIStructurePane gui

structure

AromStructure structure

Class arom.gui.ide.StructuresTree implements Serializable

Serialized Fields

actions

Action[] actions

kb

AromKb kb

listeners

PropertyChangeSupport listeners

model

AromKbTreeModel model

selectedStructure

AromStructure[] selectedStructure

tree

JTree tree

treeScroll

JScrollPane treeScroll

Class arom.gui.ide.StructureTreeCellRenderer implements Serializable


Package arom.gui.ide.actions

Class arom.gui.ide.actions.AromAction implements Serializable

Serialized Fields

ide

AromIDE ide

Class arom.gui.ide.actions.FileActions.CloseAction implements Serializable

Class arom.gui.ide.actions.FileActions.ExitAction implements Serializable

Class arom.gui.ide.actions.FileActions.NewAction implements Serializable

Class arom.gui.ide.actions.FileActions.OpenAction implements Serializable

Serialized Fields

currentDirectory

File currentDirectory

open

String open

Class arom.gui.ide.actions.FileActions.PageSetupAction implements Serializable

Serialized Fields

page

PageFormat page

Class arom.gui.ide.actions.FileActions.PrintAction implements Serializable

Class arom.gui.ide.actions.FileActions.SaveAction implements Serializable

Class arom.gui.ide.actions.FileActions.SaveAsAction implements Serializable

Serialized Fields

currentDirectory

File currentDirectory

save

String save

Class arom.gui.ide.actions.HelpActions.AboutAction implements Serializable

Class arom.gui.ide.actions.HelpActions.HelpAction implements Serializable

Class arom.gui.ide.actions.LayoutActions.ZoomInAction implements Serializable

Class arom.gui.ide.actions.LayoutActions.ZoomOutAction implements Serializable

Class arom.gui.ide.actions.OpenFileAction implements Serializable

Serialized Fields

file

File file

ide

AromIDE ide

Class arom.gui.ide.actions.ViewActions.ShowGridAction implements Serializable

Serialized Fields

editor

uci.gef.Editor editor

state

boolean state

Class arom.gui.ide.actions.ViewActions.ShowPageBreaksAction implements Serializable

Serialized Fields

editor

uci.gef.Editor editor

state

boolean state


Package arom.kernel

Class arom.kernel.AromAccessorEvent implements Serializable

Class arom.kernel.AromAlreadyUsedIdentifierException implements Serializable

Class arom.kernel.AromEntityConflictException implements Serializable

Class arom.kernel.AromEntityEvent implements Serializable

Class arom.kernel.AromEntityNotFoundException implements Serializable

Class arom.kernel.AromEvent implements Serializable

Class arom.kernel.AromException implements Serializable

Class arom.kernel.AromIdentifierException implements Serializable

Class arom.kernel.AromIllegalArgumentException implements Serializable

Class arom.kernel.AromIllegalIdentifierException implements Serializable

Class arom.kernel.AromIllegalModificationException implements Serializable

Class arom.kernel.AromIllegalRoleCreationException implements Serializable

Class arom.kernel.AromIllegalSetDefaultException implements Serializable

Class arom.kernel.AromIllegalSetDomainException implements Serializable

Class arom.kernel.AromIllegalSetMultiplicityException implements Serializable

Class arom.kernel.AromIllegalSetSuperClassException implements Serializable

Class arom.kernel.AromIllegalSetTypeException implements Serializable

Class arom.kernel.AromIllegalSetValueException implements Serializable

Class arom.kernel.AromIncoherentStateException implements Serializable

Class arom.kernel.AromInstantiationException implements Serializable

Class arom.kernel.AromKbEvent implements Serializable

Class arom.kernel.AromLexerException implements Serializable

Class arom.kernel.AromNullPointerException implements Serializable

Class arom.kernel.AromParserException implements Serializable

Class arom.kernel.AromRecordEvent implements Serializable

Class arom.kernel.AromRuntimeException implements Serializable

Class arom.kernel.AromStructureEvent implements Serializable