|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface captures special-case objects in the SystemView that are only there to prompt the user to create something new. Eg "New Connection..." which when selected launches the new connection wizard.
These promptables can either run when expanded, or they can show child promptable objects
Related adapter is com.ibm.etools.systems.core.ui.view.SystemViewPromptableAdapter
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
ISystemPromptableObject[] |
getChildren()
Return the child promptable objects. |
ImageDescriptor |
getImageDescriptor()
Returns an image descriptor for the image. |
Object |
getParent()
Get the parent object (within tree view) |
String |
getText()
Return the label for this object |
String |
getType()
Return the type label for this object |
boolean |
hasChildren()
Return true if this is an expandable prompt |
Object[] |
run(Shell shell)
Run this prompt. |
void |
setParent(Object parent)
Set the parent object so that we can respond to getParent requests |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
public static final String copyright
Method Detail |
public Object getParent()
public void setParent(Object parent)
public ImageDescriptor getImageDescriptor()
public String getText()
public String getType()
public Object[] run(Shell shell)
public ISystemPromptableObject[] getChildren()
run(Shell)
.
public boolean hasChildren()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |