Serialized Form


Package org.objectweb.fractal.gui

Class org.objectweb.fractal.gui.TitlePane extends org.objectweb.fractal.swing.JTabbedPaneImpl implements Serializable


Package org.objectweb.fractal.gui.menu.control

Class org.objectweb.fractal.gui.menu.control.ChangeColorAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

selection

Selection selection
The selection client interface.


graph

GraphModel graph
The graph model client interface.

Class org.objectweb.fractal.gui.menu.control.CreateAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

selection

Selection selection
The selection client interface.


factory

Factory factory
The factory client interface.

Class org.objectweb.fractal.gui.menu.control.DeleteAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

selection

Selection selection
The selection client interface.

Class org.objectweb.fractal.gui.menu.control.GenerateComponentAction extends CreateAction implements Serializable

Serialized Fields

lastClassName

String lastClassName
Name of the last generated component.

Class org.objectweb.fractal.gui.menu.control.MakeSourceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration

selection

Selection selection

Class org.objectweb.fractal.gui.menu.control.NewAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


selection

Selection selection
The selection client interface.


factory

Factory factory
The factory client interface.


userData

UserData userData
The user data client interface.


save

Action save
The save action client interface.

Class org.objectweb.fractal.gui.menu.control.NewClientInterfaceAction extends CreateAction implements Serializable

Class org.objectweb.fractal.gui.menu.control.NewComponentAction extends CreateAction implements Serializable

Class org.objectweb.fractal.gui.menu.control.NewServerInterfaceAction extends CreateAction implements Serializable

Class org.objectweb.fractal.gui.menu.control.OpenAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


graph

GraphModel graph
The graph client interface.


selection

Selection selection
The selection client interface.


repository

Repository repository
The repository client interface.


storage

Storage storage
The storage client interface.


userData

UserData userData
The user data client interface.


save

Action save
The save action client interface.

Class org.objectweb.fractal.gui.menu.control.PrintAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration

selection

Selection selection

display

Display display

printer

Printer printer

Class org.objectweb.fractal.gui.menu.control.QuitAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


userData

UserData userData
The user data client interface.


save

Action save
The save action client interface.

Class org.objectweb.fractal.gui.menu.control.SaveAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


graph

GraphModel graph
The graph client interface.


repository

Repository repository
The repository client interface.


storage

Storage storage
The storage client interface.


userData

UserData userData
The user data client interface.


Package org.objectweb.fractal.gui.clipboard.control

Class org.objectweb.fractal.gui.clipboard.control.ClipboardAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

selection

Selection selection
The selection client interface.


graph

GraphModel graph
The graph client interface.


factory

Factory factory
The factory client interface.


clipboard

Clipboard clipboard
The clipboard client interface.

Class org.objectweb.fractal.gui.clipboard.control.CopyAction extends ClipboardAction implements Serializable

Class org.objectweb.fractal.gui.clipboard.control.CutAction extends ClipboardAction implements Serializable

Class org.objectweb.fractal.gui.clipboard.control.PasteAction extends ClipboardAction implements Serializable

Class org.objectweb.fractal.gui.clipboard.control.PasteAsSharedAction extends ClipboardAction implements Serializable


Package org.objectweb.fractal.gui.dialog.model

Class org.objectweb.fractal.gui.dialog.model.AttributeTableModel extends AbstractTableModel implements Serializable

Serialized Fields

model

Component model
The component model on which this model is based.

Class org.objectweb.fractal.gui.dialog.model.InterfaceTableModel extends AbstractTableModel implements Serializable

Serialized Fields

isClient

boolean isClient
If this model represents client interfaces or server interfaces.


model

Component model
The component model on which this model is based.

Class org.objectweb.fractal.gui.dialog.model.InterfaceTableSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

isClient

boolean isClient
If this model represents client interfaces or server interfaces.


model

Component model
The component model on which this model is based.


selection

Selection selection
The selection model on which this model is based.

Class org.objectweb.fractal.gui.dialog.model.TextFieldModel extends PlainDocument implements Serializable

Serialized Fields

type

int type
The type of this model. This type must be one of the constants defined in this class.


model

Component model
The component model on which this model is based.


isTyping

boolean isTyping
If the TextFieldModel.insertString(int, java.lang.String, javax.swing.text.AttributeSet) or TextFieldModel.remove(int, int) method is currently being executed. This flag is used to ignore some notifications, in order to avoid infinite loops (see here).


Package org.objectweb.fractal.gui.dialog.view

Class org.objectweb.fractal.gui.dialog.view.BasicDialogView extends org.objectweb.fractal.swing.JPanelImpl implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


model

DialogModel model
The dialog model client interface.


innerGraphView

JComponent innerGraphView
The inner graph view client interface.


listeners

Map listeners
The listeners client interface.


innerGraphPanel

JPanel innerGraphPanel

nameField

JTextField nameField

typeField

JTextField typeField

classField

JTextField classField

itfTable

JTable[] itfTable

contingencyComboBox

JComboBox contingencyComboBox

cardinalityComboBox

JComboBox cardinalityComboBox

itfAddButton

JButton[] itfAddButton

itfRemoveButton

JButton[] itfRemoveButton

attrTable

JTable attrTable

attrAddButton

JButton attrAddButton

attrRemoveButton

JButton attrRemoveButton

attrControllerField

JTextField attrControllerField

tmplDescField

JTextField tmplDescField

compDescField

JTextField compDescField

buttonListener

ActionListener buttonListener

listListener

ListSelectionListener listListener

Class org.objectweb.fractal.gui.dialog.view.InterfaceTableCellRenderer extends DefaultTableCellRenderer implements Serializable


Package org.objectweb.fractal.gui.graph.control

Class org.objectweb.fractal.gui.graph.control.AntiAliasAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

display

Display display
The display client interface.

Class org.objectweb.fractal.gui.graph.control.ChangeDepthAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

display

Display display
The display client interface.


increase

boolean increase
true if this action must increase the max depth, or false if it must decrease it.

Class org.objectweb.fractal.gui.graph.control.ChangeItfDisplayAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

display

Display display
The display client interface.

Class org.objectweb.fractal.gui.graph.control.MaximizeAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

display

Display display
The display client interface.


Package org.objectweb.fractal.gui.graph.view

Class org.objectweb.fractal.gui.graph.view.BasicGraphView extends org.objectweb.fractal.swing.JPanelImpl implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


graphModel

GraphModel graphModel
The graph model client interface.


selection

Selection selection
The selection client interface.


display

Display display
The display client interface.


tools

Tools tools
The tools client interface.


cRenderer

ComponentRenderer cRenderer
The component renderer client interface.


bRenderer

BindingRenderer bRenderer
The binding renderer client interface.


graphViewListeners

Map graphViewListeners
The listeners component interface.


w

int w

h

int h

xo

int xo

yo

int yo

wp

int wp

hp

int hp

xp

int xp

yp

int yp

printInProgress

boolean printInProgress

ctp

Component ctp

offScreen

Image offScreen

dirty

boolean dirty

bindPoint

Point bindPoint

Class org.objectweb.fractal.gui.graph.view.BasicToolView extends JToggleButton implements Serializable

Serialized Fields

tools

Tools tools
The tools client interface.


iconURL

String iconURL
URL of the icon of this action.


acceleratorKey

String acceleratorKey
Accelerator key of this action.


tool

int tool
The tool represented by this view. This field is computed from the name of this action, in the setName method.


Package org.objectweb.fractal.gui.history.control

Class org.objectweb.fractal.gui.history.control.GoNextAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

historyManager

HistoryManager historyManager
The history client interface.

Class org.objectweb.fractal.gui.history.control.GoPreviousAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

historyManager

HistoryManager historyManager
The history client interface.


Package org.objectweb.fractal.gui.model

Class org.objectweb.fractal.gui.model.IllegalOperationException extends RuntimeException implements Serializable


Package org.objectweb.fractal.gui.status.view

Class org.objectweb.fractal.gui.status.view.BasicStatusView extends org.objectweb.fractal.swing.JPanelImpl implements Serializable

Serialized Fields

componentName

JLabel componentName
The label that displays the current component's name.


componentType

JLabel componentType
The label that displays the current component's type.


interfaceName

JLabel interfaceName
The label that displays the current interface's name.


interfaceType

JLabel interfaceType
The label that displays the current interface's type.


statusstring

JLabel statusstring
The configuration status to be dispayed, if any


EMPTY

String EMPTY
"Empty" strings for display in order to keep a minimum size.


WHITE

String WHITE


Package org.objectweb.fractal.gui.toolbar.view

Class org.objectweb.fractal.gui.toolbar.view.BasicToolBarView extends org.objectweb.fractal.swing.JToolBarImpl implements Serializable


Package org.objectweb.fractal.gui.tree.model

Class org.objectweb.fractal.gui.tree.model.BasicTreeSelectionModel extends DefaultTreeSelectionModel implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


selection

Selection selection
The selection client interface.


Package org.objectweb.fractal.gui.tree.view

Class org.objectweb.fractal.gui.tree.view.BasicTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

normalFont

Font normalFont
The font used by the super class to tree cells.


Package org.objectweb.fractal.gui.undo.control

Class org.objectweb.fractal.gui.undo.control.RedoAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

undoManager

UndoManager undoManager
The undo client interface.

Class org.objectweb.fractal.gui.undo.control.UndoAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

undoManager

UndoManager undoManager
The undo client interface.