|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
ARoad0.gDMak.ActionOpenAllFullViews
public class ActionOpenAllFullViews
An action that opens all the open full views in a frame with a tabbed pane, where each view is displayed in a dedicated tab with its 'See why' text.
ActionOpenAllNoThanViews
,
Serialized FormField Summary | |
---|---|
private static javax.swing.ImageIcon |
icon__
|
private static ActionOpenAllFullViews |
instance__
|
private java.util.Map |
m_currentPropertyEditors_
Current CommonPropertyEditors in the user dialog. |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
private |
ActionOpenAllFullViews()
with this private constructor, the compiler won't generate a default public constructor |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent _ev)
Close the full views main frames and the'See why' frames, it they exist |
(package private) void |
finalizePropertyEditors()
Finalizes the current property editors. |
(package private) java.util.Map |
getAllViewsPropertyEditors()
Called by ActionOpenGraphicView. |
private static java.beans.PropertyDescriptor[] |
getFullViewsPropertyDescriptors(java.util.Set _list)
Constructs the property descriptors for the current open full views in the GUI, where the display name is the ViewInBase name. |
static ActionOpenAllFullViews |
getInstance()
Only method to get an instance. |
void |
openAllFullViews(java.util.Map _viewMap,
java.util.Map _m_GUIconfig)
Invoked by actionPerformed() and Desktop to display the 'All full views' window including a tabbed pane. |
void |
stateChanged(javax.swing.event.ChangeEvent _evt)
Listen the changes in the selected tab of the 'AllFullViews' JTabbedPane, but no action. |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static ActionOpenAllFullViews instance__
private static javax.swing.ImageIcon icon__
private java.util.Map m_currentPropertyEditors_
Constructor Detail |
---|
private ActionOpenAllFullViews()
Method Detail |
---|
public static ActionOpenAllFullViews getInstance()
public void actionPerformed(java.awt.event.ActionEvent _ev)
actionPerformed
in interface java.awt.event.ActionListener
_ev
- ActionEventpublic void openAllFullViews(java.util.Map _viewMap, java.util.Map _m_GUIconfig)
_viewMap
- of the views to open; the name is the key and the view is the value_m_GUIconfig
- is the map from the GUI saving, to get the graphic view
disposition if the view is closed when this method is invoked. May be null.public void stateChanged(javax.swing.event.ChangeEvent _evt)
stateChanged
in interface javax.swing.event.ChangeListener
_evt
- java.util.Map getAllViewsPropertyEditors()
void finalizePropertyEditors()
private static java.beans.PropertyDescriptor[] getFullViewsPropertyDescriptors(java.util.Set _list)
_list
- of the open ViewInBase names
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |