|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
addModifyListener(ModifyListener listener)
Allow the edit pane (or any consumer) to be informed as changes are made to the list. |
void |
clearTypes()
Clear the types. |
Control |
getControl()
Return the primary input-capable control. |
String |
getTypes()
Retrieve the types as a single string. |
void |
removeModifyListener(ModifyListener listener)
Allow the edit pane (or any consumer) to stop listening as changes are made to the list. |
void |
setDomain(int domain)
Set domain. |
void |
setEditable(boolean editable,
String vendor)
We want to disable editing of IBM or vendor-supplied types, so when one of these is selected, this method is called to enter non-editable mode. |
void |
setEnabled(boolean enable)
Enable or disable the input-capability of the constituent controls |
void |
setMessageLine(ISystemMessageLine msgLine)
Set the msg line in case this composite widget needs to issue an error msg |
void |
setTypes(String types)
Initialize the types. |
SystemMessage |
validate()
Validate input, and return the error message if an error is found. |
Field Detail |
public static final String copyright
Method Detail |
public void setDomain(int domain)
public void setMessageLine(ISystemMessageLine msgLine)
public void setTypes(String types)
public void clearTypes()
public String getTypes()
public void addModifyListener(ModifyListener listener)
public void removeModifyListener(ModifyListener listener)
public SystemMessage validate()
public Control getControl()
public void setEnabled(boolean enable)
public void setEditable(boolean editable, String vendor)
editable
- Whether to disable editing of this type or notvendor
- When disabling, it contains the name of the vendor for substitution purposes
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |