|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
ARoad0.gDMak.ActionOpenACSyst
public class ActionOpenACSyst
An action that opens one or several Access Control System selected in the main menu.
Field Summary | |
---|---|
private static java.lang.String |
currentDir__
|
private javax.swing.JDialog |
dialog_
|
private static java.lang.String |
fileSepar__
|
private static ActionOpenACSyst |
instance__
|
private javax.swing.JList |
jlist_
|
private static java.lang.String |
lineSepar__
|
private static java.lang.String |
userDir__
|
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 |
ActionOpenACSyst()
with this private constructor, the compiler won't generate a default public constructor. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent _ev)
Handles the click on the menu item "Open ACS". |
protected void |
displayOneACS(ACS _acs)
Displays an open ACS, with all its objects. |
static ActionOpenACSyst |
getInstance()
To get an instance. |
void |
openACS(java.lang.Object[] _l_names)
Invoked by actionPerformed(), Desktop.restoreLastGUI(), ActionImportACS and ActionNewACSyst. |
private void |
openOneACS(ImmutableName _name)
Opens the selected ACS, to display their resources in trees, to update the explorer, the beamer and the 'Architecture' view. |
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 ActionOpenACSyst instance__
private static java.lang.String currentDir__
private static java.lang.String userDir__
private static java.lang.String fileSepar__
private static java.lang.String lineSepar__
private javax.swing.JDialog dialog_
private javax.swing.JList jlist_
Constructor Detail |
---|
private ActionOpenACSyst()
Method Detail |
---|
public static ActionOpenACSyst getInstance()
public void actionPerformed(java.awt.event.ActionEvent _ev)
actionPerformed
in interface java.awt.event.ActionListener
_ev
- ActionEvent produced by the click for "Open ACS".public void openACS(java.lang.Object[] _l_names)
_l_names
- of acs to openprivate void openOneACS(ImmutableName _name)
_name
- of the ACS to openprotected void displayOneACS(ACS _acs)
_acs
- opened ACS to display
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |