|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
GraphModel graph
Class org.objectweb.fractal.gui.menu.control.CreateAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Selection selection
Factory factory
Class org.objectweb.fractal.gui.menu.control.DeleteAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Selection selection
Class org.objectweb.fractal.gui.menu.control.GenerateComponentAction extends CreateAction implements Serializable |
Serialized Fields |
String lastClassName
Class org.objectweb.fractal.gui.menu.control.MakeSourceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
Selection selection
Class org.objectweb.fractal.gui.menu.control.NewAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
Selection selection
Factory factory
UserData userData
Action save
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
GraphModel graph
Selection selection
Repository repository
Storage storage
UserData userData
Action save
Class org.objectweb.fractal.gui.menu.control.PrintAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
Selection selection
Display display
Printer printer
Class org.objectweb.fractal.gui.menu.control.QuitAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
UserData userData
Action save
Class org.objectweb.fractal.gui.menu.control.SaveAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
GraphModel graph
Repository repository
Storage storage
UserData userData
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
GraphModel graph
Factory factory
Clipboard clipboard
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 |
Component model
Class org.objectweb.fractal.gui.dialog.model.InterfaceTableModel extends AbstractTableModel implements Serializable |
Serialized Fields |
boolean isClient
Component model
Class org.objectweb.fractal.gui.dialog.model.InterfaceTableSelectionModel extends DefaultListSelectionModel implements Serializable |
Serialized Fields |
boolean isClient
Component model
Selection selection
Class org.objectweb.fractal.gui.dialog.model.TextFieldModel extends PlainDocument implements Serializable |
Serialized Fields |
int type
Component model
boolean isTyping
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
DialogModel model
JComponent innerGraphView
Map listeners
JPanel innerGraphPanel
JTextField nameField
JTextField typeField
JTextField classField
JTable[] itfTable
JComboBox contingencyComboBox
JComboBox cardinalityComboBox
JButton[] itfAddButton
JButton[] itfRemoveButton
JTable attrTable
JButton attrAddButton
JButton attrRemoveButton
JTextField attrControllerField
JTextField tmplDescField
JTextField compDescField
ActionListener buttonListener
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
Class org.objectweb.fractal.gui.graph.control.ChangeDepthAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Display display
boolean increase
Class org.objectweb.fractal.gui.graph.control.ChangeItfDisplayAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Display display
Class org.objectweb.fractal.gui.graph.control.MaximizeAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Display display
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
GraphModel graphModel
Selection selection
Display display
Tools tools
ComponentRenderer cRenderer
BindingRenderer bRenderer
Map graphViewListeners
int w
int h
int xo
int yo
int wp
int hp
int xp
int yp
boolean printInProgress
Component ctp
Image offScreen
boolean dirty
Point bindPoint
Class org.objectweb.fractal.gui.graph.view.BasicToolView extends JToggleButton implements Serializable |
Serialized Fields |
Tools tools
String iconURL
String acceleratorKey
int tool
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
Class org.objectweb.fractal.gui.history.control.GoPreviousAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
HistoryManager historyManager
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 |
JLabel componentName
JLabel componentType
JLabel interfaceName
JLabel interfaceType
JLabel statusstring
String EMPTY
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
Selection selection
Package org.objectweb.fractal.gui.tree.view |
Class org.objectweb.fractal.gui.tree.view.BasicTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable |
Serialized Fields |
Font normalFont
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
Class org.objectweb.fractal.gui.undo.control.UndoAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
UndoManager undoManager
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |