|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemUDSimpleTypesListEditor com.ibm.etools.iseries.rse.ui.uda.NFSUDTypesEditor
public class NFSUDTypesEditor
This is an "editor" for defining the types part of a named type, for iSeries objects.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
NFSUDTypesEditor(Composite parent,
int nbrColumns)
Constructor |
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. |
protected void |
createContents(Composite parent,
int nbrColumns)
Create and populate widgets |
Control |
getControl()
Return primary control for setting focus, among other things |
void |
modifyText(ModifyEvent event)
User has modified text in the type or attribute entry fields |
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 |
setTypes(String types)
Initialize the types. |
SystemMessage |
validate()
Validate input, and return the error message if an error is found. |
void |
widgetDefaultSelected(SelectionEvent event)
User has selected something by Enter |
void |
widgetSelected(SelectionEvent event)
User has selected something |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public NFSUDTypesEditor(Composite parent, int nbrColumns)
parent
- nbrColumns
- Method Detail |
---|
public void setDomain(int domain)
protected void createContents(Composite parent, int nbrColumns)
public void setTypes(String types)
public void clearTypes()
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 purposespublic SystemMessage validate()
public void addModifyListener(ModifyListener listener)
public void removeModifyListener(ModifyListener listener)
public void widgetSelected(SelectionEvent event)
public void widgetDefaultSelected(SelectionEvent event)
public void modifyText(ModifyEvent event)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |