Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.widgets
Class SystemRemoteCommandEntryForm

java.lang.Object
  extended byComposite
      extended bycom.ibm.etools.systems.core.ui.widgets.SystemRemoteCommandEntryForm
All Implemented Interfaces:
EventListener, ISystemResourceChangeListener

public class SystemRemoteCommandEntryForm
extends Composite
implements ISystemResourceChangeListener

A composite encapsulating the GUI widgets for a command console. Used in the CommandView view but can also be instantiated and used anywhere.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
SystemRemoteCommandEntryForm(Composite parent, int style)
           
 
Method Summary
 void systemResourceChanged(ISystemResourceChangeEvent event)
          This is the method in your class that will be called when a system resource changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.systems.model.ISystemResourceChangeListener
getShell
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemRemoteCommandEntryForm

public SystemRemoteCommandEntryForm(Composite parent,
                                    int style)
Method Detail

systemResourceChanged

public void systemResourceChanged(ISystemResourceChangeEvent event)
This is the method in your class that will be called when a system resource changes. Listen for run commands.

Specified by:
systemResourceChanged in interface ISystemResourceChangeListener
See Also:
ISystemResourceChangeEvent

Remote Systems
v6.4.1

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.