|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.DWideController
This class is the controller for all the DWide actions.
Field Summary | |
static int |
EXIT_WITHOUT_ERRORS
|
protected static java.lang.String |
FILE_TITLE_HEADER
|
protected static DWideController |
instance
|
protected static java.lang.String |
OPEN_TITLE
|
protected static java.lang.String |
RELOAD_ENVIRONMENT_FILE_CHOOSER_TITLE
|
protected static java.lang.String |
SECTION
|
protected static java.lang.String |
USER_IDENTIFICATION_ERROR_MESSAGE
|
protected static java.lang.String |
USER_IDENTIFICATION_ERROR_TITLE
|
Fields inherited from interface com.ibm.dse.tools.workbench.base.WorkbenchVariables |
BaseSettings,
IDESettings,
InstanceWizards,
NewInstanceMenu,
RepositoryLastURL,
RepositoryLastUser,
RepositorySettings,
ShowConsoleOnStartup,
WorkspaceLastURL,
WorkspaceLastUser,
WorkspaceSettings |
Constructor Summary | |
DWideController()
This constructor creates a DWideActionListener object. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
This method handles all the ActionEvents. |
void |
doChangeRepository()
This method changes the current repository. |
void |
doChangeWorkspace()
This method changes the current workspace. |
void |
doCloseRepositoryExplorer()
This method closes the repository explorer. |
void |
doConnectRepository()
This method connects to a repository. |
void |
doCopy()
This method copies some text to the clipboard. |
void |
doCut()
This method cuts some text to the clipboard. |
void |
doDisconnectRepository()
This method disconnects the current repository. |
void |
doExit()
This method exits the application. |
void |
doImportFile()
This method imports a file. |
void |
doOpenDomainsExplorer()
This method opens the repository explorer. |
void |
doOpenFile()
This method opens a file. |
void |
doOpenRepositoryExplorer()
This method opens the repository explorer. |
void |
doOpenSettingsWizard()
This method opens the settings wizard. |
void |
doOpenUserManagement()
This method opens the user management wizard. |
void |
doPaste()
This method pastes some text from the clipboard. |
void |
doRefreshWorkspace()
This method refreshes the current workspace. |
void |
doReloadEnvironment()
This method reloads the environment |
void |
doSelectAll()
This method select all the text from a text field. |
protected void |
doShowGraphicConsole()
This method initializes the graphic console. |
void |
doShowVersion()
This method shows the version of the groups, entities and instances. |
void |
doUndo()
This method undoes all the changes maded since the last commit in the user workspace. |
static DWideController |
getInstance()
This method returns the unique instance for this VM of this object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected static DWideController instance
public static int EXIT_WITHOUT_ERRORS
protected static final java.lang.String SECTION
protected static final java.lang.String OPEN_TITLE
protected static final java.lang.String FILE_TITLE_HEADER
protected static final java.lang.String USER_IDENTIFICATION_ERROR_TITLE
protected static final java.lang.String USER_IDENTIFICATION_ERROR_MESSAGE
protected static final java.lang.String RELOAD_ENVIRONMENT_FILE_CHOOSER_TITLE
Constructor Detail |
public DWideController()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent event)
event
- java.awt.event.ActionEventpublic void doChangeRepository()
public void doChangeWorkspace()
public void doCloseRepositoryExplorer()
public void doConnectRepository()
public void doCopy()
public void doCut()
public void doDisconnectRepository()
public void doExit()
public void doImportFile()
public void doOpenDomainsExplorer()
public void doOpenFile()
public void doOpenRepositoryExplorer()
public void doOpenSettingsWizard()
public void doOpenUserManagement()
public void doPaste()
public void doRefreshWorkspace()
public void doReloadEnvironment()
public void doSelectAll()
protected void doShowGraphicConsole()
public void doShowVersion()
public void doUndo()
public static DWideController getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |