RSE
Release 1.0

org.eclipse.rse.shells.ui.view
Class SystemCommandsUI

java.lang.Object
  extended byorg.eclipse.rse.shells.ui.view.SystemCommandsUI

public class SystemCommandsUI
extends Object

A singleton class for dealing with remote commands


Field Summary
static String BUILD_ERROR_VIEW_ID
           
static String COMMANDS_VIEW_ID
           
 
Method Summary
 SystemBuildErrorViewPart activateBuildErrorView()
           
 SystemCommandsViewPart activateCommandsView()
           
static SystemBuildErrorViewPart getBuildErrorView()
           
static SystemCommandsViewPart getCommandsView()
           
static SystemCommandsUI getInstance()
          Get the singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.