|
||||||||||
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.admin.control |
Class org.objectweb.fractal.gui.admin.control.CreateInstanceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
AdminModel adminmodel
Selection selection
Class org.objectweb.fractal.gui.admin.control.DeleteInstanceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
AdminModel adminmodel
Selection selection
Class org.objectweb.fractal.gui.admin.control.StartAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
AdminModel adminmodel
Selection selection
Class org.objectweb.fractal.gui.admin.control.StopAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
AdminModel adminmodel
Selection selection
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 javax.swing.table.AbstractTableModel implements Serializable |
Serialized Fields |
Component model
Class org.objectweb.fractal.gui.dialog.model.InterfaceTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
Serialized Fields |
boolean isClient
Component model
Class org.objectweb.fractal.gui.dialog.model.InterfaceTableSelectionModel extends javax.swing.DefaultListSelectionModel implements Serializable |
Serialized Fields |
boolean isClient
Component model
Selection selection
Class org.objectweb.fractal.gui.dialog.model.TextFieldModel extends javax.swing.text.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
javax.swing.JComponent innerGraphView
java.util.Map listeners
javax.swing.JPanel innerGraphPanel
javax.swing.JTextField nameField
javax.swing.JTextField typeField
javax.swing.JTextField classField
javax.swing.JTable[] itfTable
javax.swing.JComboBox contingencyComboBox
javax.swing.JComboBox cardinalityComboBox
javax.swing.JButton[] itfAddButton
javax.swing.JButton[] itfRemoveButton
javax.swing.JTable attrTable
javax.swing.JButton attrAddButton
javax.swing.JButton attrRemoveButton
javax.swing.JButton classFieldButton
javax.swing.JTextField attrControllerField
javax.swing.JTextField tmplDescField
javax.swing.JTextField compDescField
java.awt.event.ActionListener buttonListener
javax.swing.event.ListSelectionListener listListener
BasicDialogView.ClassFieldButtonListener classFieldButtonListener
Class org.objectweb.fractal.gui.dialog.view.ClassSelector extends javax.swing.JDialog implements Serializable |
Serialized Fields |
int WIDTH
int HEIGHT
int filter
java.util.List lp
java.util.List lpgen
java.net.URL urlc
java.net.URL urli
java.net.URL urlp
javax.swing.ImageIcon imgClasse
javax.swing.ImageIcon imgInterface
javax.swing.ImageIcon imgPackage
javax.swing.JMenu menu
javax.swing.JMenu menuo
java.io.File f
java.io.FileInputStream fis
java.io.FileOutputStream fos
java.io.PrintStream of
java.awt.Container cp
java.awt.Color buttonColor
java.awt.Color buttonColor1
java.awt.Color baseColor
java.awt.Color classColor
java.awt.Font buttonFont
java.awt.Font normalFont
java.awt.Font menuFont
java.awt.Font listFont
int nc
int MAX
javax.swing.JTabbedPane jtp
java.util.TreeMap mapImport
java.lang.String[] path
ClassSelector.CapLabel[] clb
javax.swing.DefaultListModel lmAll
ClassSelector.CapList cplAll
javax.swing.DefaultListModel lmClass
ClassSelector.CapList cplClass
ClassSelector.CapTextArea transit
ClassSelector.CapButton b_up
ClassSelector.CapButton b_search
ClassSelector.CapButton b_select
ClassSelector.CapButton b_exit
java.lang.String libIntrf
java.lang.String libClass
java.lang.String libPackg
java.lang.String[] noms
java.lang.String prefix
java.lang.String curInterf
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
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
AdminModel admin
Tools tools
ComponentRenderer cRenderer
BindingRenderer bRenderer
java.util.Map graphViewListeners
int w
int h
int xo
int yo
int wp
int hp
int xp
int yp
boolean printInProgress
Component ctp
java.awt.Image offScreen
boolean dirty
java.awt.Point bindPoint
int typePrint
Class org.objectweb.fractal.gui.graph.view.BasicToolView extends javax.swing.JToggleButton implements Serializable |
Serialized Fields |
Tools tools
java.lang.String iconURL
java.lang.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.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.ChangeExecDirAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
UserData userData
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.ExportSVGAction 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.GenerateComponentAction extends CreateAction implements Serializable |
Serialized Fields |
java.lang.String lastClassName
Class org.objectweb.fractal.gui.menu.control.ImportAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
Configuration configuration
GraphModel graph
Selection selection
Repository repository
Storage storage
Class org.objectweb.fractal.gui.menu.control.MakeSourceAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
java.lang.String LS
java.lang.String FS
java.lang.String UD
java.lang.String author
int includemap
int nomap
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
javax.swing.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
javax.swing.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
javax.swing.Action save
Class org.objectweb.fractal.gui.menu.control.SaveAction extends org.objectweb.fractal.swing.AbstractAction implements Serializable |
Serialized Fields |
java.util.HashMap hmt
Configuration configuration
GraphModel graph
Repository repository
Storage storage
UserData userData
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 |
javax.swing.JLabel componentName
javax.swing.JLabel componentType
javax.swing.JLabel interfaceName
javax.swing.JLabel interfaceType
javax.swing.JLabel statusstring
javax.swing.JLabel jlabexec
java.lang.String EMPTY
java.lang.String WHITE
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
Selection selection
Package org.objectweb.fractal.gui.tree.view |
Class org.objectweb.fractal.gui.tree.view.BasicTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
Serialized Fields |
java.awt.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 |