Serialized Form
|
Package org.eodisp.ui.common.actions |
serialVersionUID: 1L
targetHandler
java.awt.event.ActionListener targetHandler
- Holds the target handler which is responsible for handling the events
(i.e. if an action is performed). See
EodispAction.actionPerformed(ActionEvent). Such a target handler should be
an instance of the class EodispDelegate.
showInMenuBar
boolean showInMenuBar
- This enables or disables the action to show in a MenuBar. As a result, a
JMenuItem will be created to represent this action.
This can also be changed at runtime, to enable/disable certain features
'on-the-fly'.
showInToolBar
boolean showInToolBar
- This enables or disables the action to show in the ToolBar. As a result,
an appropriate Component in the
JToolBar will be
created to represent this action. This can also be changed at runtime, to
enable/disable certain features 'on-the-fly'.
showInContextMenu
boolean showInContextMenu
- This enables or disables the action to show in a context menu. As a
result, a context menu will be created to represent this action. This can
also be changed at runtime, to enable/disable certain features
'on-the-fly'.
topMenuItemName
java.lang.String topMenuItemName
- This holds the name of the parent menu. In order to allow sub-menus, this
string can be constructed with a "/" between the names of the menus. For
example, if you want to construct a menu called "File" with a sub-menu
called "Open", you can specify it with the following string:
setTopMenuItemName("File/Open");
There is no restriction
in how deep the hierarchy can grow. Bear in mind that a lot of sub-menus
makes a menu confusing.
The default Menu if no String is given is "File". Do not rely on this
default, since it makes the structure confusing as well;
menuIndex
int menuIndex
- The index of the action when used in the menu bar. This can be used to
sort the entries within a menu bar. A smaller index will be placed on top
of the greater number in within a container (i.e. a menu or a sub-menu
respectively).
The default value uses the default sorting method of the
JMenuBar class.
toolBarIndex
int toolBarIndex
- The index of the action when used in the tool bar. This can be used to
sort the entries. A smaller index will be placed left of the greater
number within a container.
The default value uses the default sorting method of the
JToolBar class.
isCheckBox
boolean isCheckBox
- Tells the menu whether it should be created with a checkbox. This can be
useful to represent boolean (enable/disable) features. Default is not to
use a checkbox.
checkBoxEnabled
boolean checkBoxEnabled
- Tells the action whether the checkbox should be enabled or disabled by
default. The default is to enable a checkbox at startup.
actionSource
java.lang.Class<T> actionSource
- Holds an optional field for an action source handler. This can be a view
or a frame that is responsible for registering this action.
This information can be use to clear all actions defined for such a
component. This can happen if the component is disposed or if the if it
uses dynamic action entries.
isProcessed
boolean isProcessed
- Holds a value indication whether the action has already been process.
isAlwaysSelected
boolean isAlwaysSelected
- Indicates that an action is always selected and can never be disabled.
This should be set for common menu entries such as exit, etc.
toolBarIcon
javax.swing.ImageIcon toolBarIcon
- This is the icon that will be used in the tool bar. Default is to not use
an icon.
|
Package org.eodisp.ui.common.base |
mainPanel
javax.swing.JPanel mainPanel
- Holds the main panel on which all components of the application are
placed.
model
EodispModel model
- Holds the model which belongs to this view. This is the model which will
send updates to this view, according to the MVC Pattern. Apart from that,
this view can ask the model for values, updates, etc.
titleLabel
javax.swing.JLabel titleLabel
gradientPanel
org.eodisp.ui.common.base.SimpleInternalFrame.GradientPanel gradientPanel
headerPanel
javax.swing.JPanel headerPanel
selected
boolean selected
focusTracker
FocusOwnerTracker focusTracker
- This is used to track the focus of this frame (or panel). Whenever the
focus is lost,
SimpleInternalFrame.selected will be set to false.
This is used to repaint the header to indicate which one of the internal
frames is active. Only one frame should be active at one time. The
FocusOwnerTracker will ensure this.
|
Package org.eodisp.ui.common.binding |
serialVersionUID: 1L
configuration
org.eodisp.util.configuration.Configuration configuration
propertyName
java.lang.String propertyName
type
java.lang.Class<T> type
serialVersionUID: 1L
dataObject
org.eclipse.emf.ecore.sdo.EDataObject dataObject
- The data object itself. It holds the value of the property.
propertyIndex
int propertyIndex
- The index of the property. Defaults to -1, which means that the requested
property was not found.
type
org.eclipse.emf.ecore.EClassifier type
beanChannel
com.jgoodies.binding.value.ValueModel beanChannel
storedOldBean
java.lang.Object storedOldBean
propertyAdapters
java.util.Map<K,V> propertyAdapters
propertyChangeHandler
org.eodisp.ui.common.binding.SdoListAdapter.PropertyChangeHandler propertyChangeHandler
changed
boolean changed
changedUpdateHandler
java.beans.PropertyChangeListener changedUpdateHandler
beanChannel
com.jgoodies.binding.value.ValueModel beanChannel
beanAdapter
SdoListAdapter beanAdapter
changed
boolean changed
|
Package org.eodisp.ui.common.components |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
tableModel
javax.swing.table.TableModel tableModel
viewToModel
org.eodisp.ui.common.components.TableSorter.Row[] viewToModel
modelToView
int[] modelToView
tableHeader
javax.swing.table.JTableHeader tableHeader
mouseListener
java.awt.event.MouseListener mouseListener
tableModelListener
javax.swing.event.TableModelListener tableModelListener
columnComparators
java.util.Map<K,V> columnComparators
sortingColumns
java.util.List<E> sortingColumns
|
Package org.eodisp.ui.mm.models |
delegate
Federate delegate
delegate
java.util.List<E> delegate
isInitialized
boolean isInitialized
|
Package org.eodisp.ui.mm.views |
serialVersionUID: 1L
mainPanel
javax.swing.JPanel mainPanel
- This is the main panel that will hold all other components. It will be
embedded in a scroll pane.
scrollPane
javax.swing.JScrollPane scrollPane
- This is the main scroll pane that will be shown as the view's component.
federatesList
javax.swing.JList federatesList
federateInfo
javax.swing.JEditorPane federateInfo
modelObserver
org.eodisp.ui.mm.views.MmFederatesView.ModelObserver modelObserver
serialVersionUID: 1L
serialVersionUID: 1L
contentPaneSp
javax.swing.JScrollPane contentPaneSp
generalConfig
ConfigPanel generalConfig
netConfig
ConfigPanel netConfig
jxtaConfig
ConfigPanel jxtaConfig
currentPanel
ConfigPanel currentPanel
mainPanel
javax.swing.JPanel mainPanel
labelsPanel
javax.swing.JPanel labelsPanel
buttonsPanel
javax.swing.JPanel buttonsPanel
prefBtns
javax.swing.JButton[] prefBtns
labelBtns
javax.swing.JButton[] labelBtns
|
Package org.eodisp.ui.rm.models |
delegate
java.util.List<E> delegate
delegate
java.util.List<E> delegate
delegate
java.util.List<E> delegate
delegate
java.util.List<E> delegate
delegate
java.util.List<E> delegate
filter
boolean filter
|
Package org.eodisp.ui.rm.views |
serialVersionUID: 1L
selectionInList
com.jgoodies.binding.list.SelectionInList selectionInList
scrollPane
javax.swing.JScrollPane scrollPane
catListSP
javax.swing.JScrollPane catListSP
mainPanel
javax.swing.JPanel mainPanel
catList
javax.swing.JList catList
catName
javax.swing.JTextField catName
catDescription
javax.swing.JTextArea catDescription
catClosed
javax.swing.JCheckBox catClosed
serialVersionUID: 1L
serialVersionUID: 1L
selectionInList
com.jgoodies.binding.list.SelectionInList selectionInList
mainPanel
javax.swing.JPanel mainPanel
scrollPane
javax.swing.JScrollPane scrollPane
mmList
javax.swing.JList mmList
mmName
javax.swing.JTextField mmName
mmDescription
javax.swing.JTextArea mmDescription
mmId
javax.swing.JTextField mmId
mmListSp
javax.swing.JScrollPane mmListSp
serialVersionUID: 1L
contentPaneSp
javax.swing.JScrollPane contentPaneSp
generalConfig
ConfigPanel generalConfig
netConfig
ConfigPanel netConfig
jxtaConfig
ConfigPanel jxtaConfig
currentPanel
ConfigPanel currentPanel
mainPanel
javax.swing.JPanel mainPanel
labelsPanel
javax.swing.JPanel labelsPanel
buttonsPanel
javax.swing.JPanel buttonsPanel
prefBtns
javax.swing.JButton[] prefBtns
labelBtns
javax.swing.JButton[] labelBtns
serialVersionUID: 1L
selectionInList
com.jgoodies.binding.list.SelectionInList selectionInList
mainPanel
javax.swing.JPanel mainPanel
scrollPane
javax.swing.JScrollPane scrollPane
smList
javax.swing.JList smList
smName
javax.swing.JTextField smName
smDescription
javax.swing.JTextArea smDescription
smId
javax.swing.JTextField smId
smListSp
javax.swing.JScrollPane smListSp
serialVersionUID: 1L
selectionInList
com.jgoodies.binding.list.SelectionInList selectionInList
mainPanel
javax.swing.JPanel mainPanel
- This is the main panel that will hold all other components. It will be
embedded in a scroll pane.
scrollPane
javax.swing.JScrollPane scrollPane
- This is the main scroll pane that will be shown as the view's component.
somsList
javax.swing.JList somsList
- Shows a list of SOMs
somsListSp
javax.swing.JScrollPane somsListSp
- The scroll pane for list of SOMs
somPath
javax.swing.JTextField somPath
somName
javax.swing.JTextField somName
somVersion
javax.swing.JTextField somVersion
somDescription
javax.swing.JTextArea somDescription
|
Package org.eodisp.ui.sm.application |
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.eodisp.ui.sm.models |
delegate
java.util.List<E> delegate
experimentObserver
org.eodisp.ui.sm.models.SmErrorModel.ExperimentObserver experimentObserver
errors
java.util.List<E> errors
serialVersionUID: 1L
listenerList
javax.swing.event.EventListenerList listenerList
source
org.eclipse.emf.ecore.sdo.EDataObject source
delegate
java.util.List<E> delegate
|
Package org.eodisp.ui.sm.views |
TITLE
java.lang.String TITLE
mainPanel
javax.swing.JPanel mainPanel
scrollPane
javax.swing.JScrollPane scrollPane
buttons
javax.swing.JButton[] buttons
serialVersionUID: 1L
dynamicWindow
net.infonode.docking.RootWindow dynamicWindow
- This is a root window that can be used for dynamic views.
initialView
EodispView initialView
- This is the initial view displayed in the root window in order to have
something in place when the application starts.
mainPane
javax.swing.JPanel mainPane
- This is the component that will hold the whole panel.
initialPanel
javax.swing.JPanel initialPanel
table
javax.swing.JTable table
scrollPane
javax.swing.JScrollPane scrollPane
renderer
SmErrorCellRenderer renderer
modelObserver
org.eodisp.ui.sm.views.SmExperimentInfoView.ModelObserver modelObserver
mainPanel
javax.swing.JPanel mainPanel
scrollPane
javax.swing.JScrollPane scrollPane
infoArea
javax.swing.JEditorPane infoArea
TITLE
java.lang.String TITLE
scrollPane
javax.swing.JScrollPane scrollPane
tree
EodispTree tree
expandedNodes
java.util.Vector<E> expandedNodes
selectedRows
int[] selectedRows
serialVersionUID: 1L
serialVersionUID: 1L
currentPanel
ConfigPanel currentPanel
generalConfig
ConfigPanel generalConfig
netConfig
ConfigPanel netConfig
jxtaConfig
ConfigPanel jxtaConfig
mainPanel
javax.swing.JPanel mainPanel
labelsPanel
javax.swing.JPanel labelsPanel
contentPaneSp
javax.swing.JScrollPane contentPaneSp
buttonsPanel
javax.swing.JPanel buttonsPanel
prefBtns
javax.swing.JButton[] prefBtns
labelBtns
javax.swing.JButton[] labelBtns
table
javax.swing.JTable table
scrollPane
javax.swing.JScrollPane scrollPane