|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper
com.ibm.etools.systems.core.ui.uda.SystemUDActionElement
Represents a single user defined action, as an adaptable eclipse-friendly object
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper |
---|
elm |
Fields inherited from interface com.ibm.etools.systems.core.ui.uda.ISystemUDAConstants |
---|
NAME_ATTR, ORIGINAL_NAME_ATTR, RELEASE_ATTR, XE_DOMAIN, XE_DOMNAME, XE_DOMTYPE |
Constructor Summary | |
---|---|
SystemUDActionElement(Element e,
SystemUDActionManager am,
SystemProfile profile,
int domainType)
Constructor |
Method Summary | |
---|---|
boolean |
getCollect()
Return value of the "Collect" attribute |
String |
getCommand()
Return value of the "Command" sub-tag, which is the current command value |
String |
getComment()
Return value of the "Comment" sub-tag |
Object |
getData()
Return data as set by setData |
String[] |
getFileTypes()
Return value of the "FileTypes" sub-tag |
Image |
getImage()
Return image to use for this item, in tree views |
String |
getInitCommand()
Get the initial command value |
String |
getLabel()
Return the value of this node's "Name" attribute, but with "..." appended if the action is a prompting action. |
boolean |
getPrompt()
Return value of the "Prompt" attribute |
boolean |
getRefresh()
Return value of the "Refresh" attribute |
boolean |
getShow()
Return value of the "Show" attribute |
boolean |
getSingleSelection()
Return value of the "Single Selection" attribute |
String |
getTagName()
Return our tag name |
boolean |
isGeneric()
Is this action's file types a generic value |
void |
setCollect(boolean b)
Set the value of the "Collect" attribute |
void |
setCommand(String s)
Set the value of the "Command" sub-tag. |
void |
setComment(String s)
Set the value of the "Comment" sub-tag |
void |
setData(Object data)
Set data. |
void |
setFileTypes(String[] sa)
Set the value of the "FileTypes" sub-tag |
void |
setInitCommand(String s)
Set the initial command value |
void |
setPrompt(boolean b)
Set the value of the "Prompt" attribute |
void |
setRefresh(boolean b)
Set the value of the "Refresh" attribute |
void |
setShow(boolean b)
Set the value of the "Show" attribute |
void |
setSingleSelection(boolean b)
Set the value of the "Single Selection Only" attribute |
Methods inherited from class com.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper |
---|
deleteElement, findChildByName, getAdapter, getAttribute, getBooleanAttribute, getBooleanAttribute, getChildren, getChildren, getChildren, getChildTag, getDocument, getDomain, getElement, getExistingNames, getExistingNames, getExistingNames, getManager, getName, getOriginalName, getParentDomainElement, getParentElement, getProfile, getTextNode, getVendor, isDomain, isIBM, isUserChanged, setAttribute, setBooleanAttribute, setIBM, setName, setTextNode, setUserChanged, setVendor, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemUDActionElement(Element e, SystemUDActionManager am, SystemProfile profile, int domainType)
e
- - The actual xml document element for this actionam
- - The subsystemFactory-specific manager of actionsprofile
- - The system profile which owns this actiondomainType
- - The integer representation of the domain this is in (or this is, for a domain element)Method Detail |
public String getLabel()
public Image getImage()
getImage
in class SystemXMLElementWrapper
public String getTagName()
getTagName
in class SystemXMLElementWrapper
public String getComment()
public String getCommand()
public boolean getPrompt()
public boolean getRefresh()
public boolean getShow()
public boolean getCollect()
public boolean getSingleSelection()
public String[] getFileTypes()
public void setComment(String s)
public void setCommand(String s)
public void setPrompt(boolean b)
public void setRefresh(boolean b)
public void setShow(boolean b)
public void setCollect(boolean b)
public void setSingleSelection(boolean b)
public void setFileTypes(String[] sa)
public boolean isGeneric()
public void setInitCommand(String s)
public String getInitCommand()
public void setData(Object data)
public Object getData()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |