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.admin.control

Class org.objectweb.fractal.gui.admin.control.CreateInstanceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


adminmodel

AdminModel adminmodel
The AdminModel client interface.


selection

Selection selection
The SelectionModel client interface.

Class org.objectweb.fractal.gui.admin.control.DeleteInstanceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

adminmodel

AdminModel adminmodel
The AdminModel client interface.


selection

Selection selection
The SelectionModel client interface.

Class org.objectweb.fractal.gui.admin.control.StartAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

adminmodel

AdminModel adminmodel
The AdminModel client interface.


selection

Selection selection
The SelectionModel client interface.

Class org.objectweb.fractal.gui.admin.control.StopAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

adminmodel

AdminModel adminmodel
The AdminModel client interface.


selection

Selection selection
The SelectionModel 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 javax.swing.table.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 javax.swing.table.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 javax.swing.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 javax.swing.text.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

javax.swing.JComponent innerGraphView
The inner graph view client interface.


listeners

java.util.Map listeners
The listeners client interface.


innerGraphPanel

javax.swing.JPanel innerGraphPanel

nameField

javax.swing.JTextField nameField

typeField

javax.swing.JTextField typeField

classField

javax.swing.JTextField classField

itfTable

javax.swing.JTable[] itfTable

contingencyComboBox

javax.swing.JComboBox contingencyComboBox

cardinalityComboBox

javax.swing.JComboBox cardinalityComboBox

itfAddButton

javax.swing.JButton[] itfAddButton

itfRemoveButton

javax.swing.JButton[] itfRemoveButton

attrTable

javax.swing.JTable attrTable

attrAddButton

javax.swing.JButton attrAddButton

attrRemoveButton

javax.swing.JButton attrRemoveButton

classFieldButton

javax.swing.JButton classFieldButton

attrControllerField

javax.swing.JTextField attrControllerField

tmplDescField

javax.swing.JTextField tmplDescField

compDescField

javax.swing.JTextField compDescField

buttonListener

java.awt.event.ActionListener buttonListener

listListener

javax.swing.event.ListSelectionListener listListener

classFieldButtonListener

BasicDialogView.ClassFieldButtonListener classFieldButtonListener

Class org.objectweb.fractal.gui.dialog.view.ClassSelector extends javax.swing.JDialog implements Serializable

Serialized Fields

WIDTH

int WIDTH

HEIGHT

int HEIGHT

filter

int filter

lp

java.util.List lp

lpgen

java.util.List lpgen

urlc

java.net.URL urlc

urli

java.net.URL urli

urlp

java.net.URL urlp

imgClasse

javax.swing.ImageIcon imgClasse

imgInterface

javax.swing.ImageIcon imgInterface

imgPackage

javax.swing.ImageIcon imgPackage

menu

javax.swing.JMenu menu

menuo

javax.swing.JMenu menuo

f

java.io.File f

fis

java.io.FileInputStream fis

fos

java.io.FileOutputStream fos

of

java.io.PrintStream of

cp

java.awt.Container cp

buttonColor

java.awt.Color buttonColor

buttonColor1

java.awt.Color buttonColor1

baseColor

java.awt.Color baseColor

classColor

java.awt.Color classColor

buttonFont

java.awt.Font buttonFont

normalFont

java.awt.Font normalFont

menuFont

java.awt.Font menuFont

listFont

java.awt.Font listFont

nc

int nc

MAX

int MAX

jtp

javax.swing.JTabbedPane jtp

mapImport

java.util.TreeMap mapImport

path

java.lang.String[] path

clb

ClassSelector.CapLabel[] clb

lmAll

javax.swing.DefaultListModel lmAll

cplAll

ClassSelector.CapList cplAll

lmClass

javax.swing.DefaultListModel lmClass

cplClass

ClassSelector.CapList cplClass

transit

ClassSelector.CapTextArea transit

b_up

ClassSelector.CapButton b_up

b_search

ClassSelector.CapButton b_search

b_select

ClassSelector.CapButton b_select

b_exit

ClassSelector.CapButton b_exit

libIntrf

java.lang.String libIntrf

libClass

java.lang.String libClass

libPackg

java.lang.String libPackg

noms

java.lang.String[] noms

prefix

java.lang.String prefix

curInterf

java.lang.String curInterf

z

int z

Class org.objectweb.fractal.gui.dialog.view.InterfaceTableCellRenderer extends javax.swing.table.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.


admin

AdminModel admin
The admin model 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

java.util.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

java.awt.Image offScreen

dirty

boolean dirty

bindPoint

java.awt.Point bindPoint

typePrint

int typePrint

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

Serialized Fields

tools

Tools tools
The tools client interface.


iconURL

java.lang.String iconURL
URL of the icon of this action.


acceleratorKey

java.lang.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.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.ChangeExecDirAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable

Serialized Fields

configuration

Configuration configuration
The configuration client interface.


userData

UserData userData

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.ExportSVGAction 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.GenerateComponentAction extends CreateAction implements Serializable

Serialized Fields

lastClassName

java.lang.String lastClassName
Name of the last generated component.

Class org.objectweb.fractal.gui.menu.control.ImportAction 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.

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

Serialized Fields

LS

java.lang.String LS

FS

java.lang.String FS

UD

java.lang.String UD

author

java.lang.String author

includemap

int includemap

nomap

int nomap

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

javax.swing.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

javax.swing.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

javax.swing.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

hmt

java.util.HashMap hmt

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.model

Class org.objectweb.fractal.gui.model.IllegalOperationException extends java.lang.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

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


componentType

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


interfaceName

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


interfaceType

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


statusstring

javax.swing.JLabel statusstring
The configuration status to be dispayed, if any


jlabexec

javax.swing.JLabel jlabexec
The execution directory to be dispayed, if any


EMPTY

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


WHITE

java.lang.String WHITE

color

java.awt.Color color


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 javax.swing.tree.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 javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

normalFont

java.awt.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.