com.ibm.etools.systems.core.ui.view.commands
Class SystemCommandsUI
java.lang.Object
com.ibm.etools.systems.core.ui.view.commands.SystemCommandsUI
- public class SystemCommandsUI
- extends Object
A singleton class for dealing with remote commands
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
COMMANDS_VIEW_ID
public static final String COMMANDS_VIEW_ID
- See Also:
- Constant Field Values
BUILD_ERROR_VIEW_ID
public static final String BUILD_ERROR_VIEW_ID
- See Also:
- Constant Field Values
getInstance
public static SystemCommandsUI getInstance()
- Get the singleton instance.
- Returns:
- the singleton object of this type
activateBuildErrorView
public SystemBuildErrorViewPart activateBuildErrorView()
activateCommandsView
public SystemCommandsViewPart activateCommandsView()
getBuildErrorView
public static SystemBuildErrorViewPart getBuildErrorView()
getCommandsView
public static SystemCommandsViewPart getCommandsView()
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.