|
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 SystemPromptDialog com.ibm.etools.iseries.rse.ui.dialogs.tableview.ObjTableViewPositionToDialog
public class ObjTableViewPositionToDialog
Dialog for renaming a single resource. Used when only one item selected.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
ObjTableViewPositionToDialog(Shell shell,
boolean useTextField)
Constructor |
|
ObjTableViewPositionToDialog(Shell shell,
String title)
Constructor with a title |
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
|
protected ISystemMessageLine |
createMessageLine(Composite c)
Create message line. |
protected Control |
getInitialFocusControl()
|
String |
getPositionToName()
Returns the Position To name |
String |
getPositionToType()
Returns the Position To type |
boolean |
isPageComplete()
This method can be called by the dialog or wizard page host, to decide whether to enable or disable the next, final or ok buttons. |
protected boolean |
processOK()
Called when user presses OK button. |
void |
setMbrNameValidator(ISystemValidator nameValidator)
Set the validator for the new name,as supplied by the adaptor for name checking. |
void |
setObjNameValidator(ISystemValidator nameValidator)
Set the validator for the new name,as supplied by the adaptor for name checking. |
void |
setObjTypeValidator(ISystemValidator nameValidator)
Set the validator for the object type, as supplied by the adaptor for name checking. |
void |
setPageComplete()
Inform caller of page-complete status of this form |
void |
setPositionToName(String sPositionToName)
Returns the Position To name |
void |
setPositionToType(String sPositionToType)
Returns the Position To type |
protected SystemMessage |
validateNameInput()
This hook method is called whenever the text changes in the input field. |
protected SystemMessage |
validateTypeInput()
This hook method is called whenever the type changes in the input field. |
boolean |
verify()
Verifies all input. |
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 ObjTableViewPositionToDialog(Shell shell, boolean useTextField)
public ObjTableViewPositionToDialog(Shell shell, String title)
Method Detail |
---|
public void setObjNameValidator(ISystemValidator nameValidator)
public void setMbrNameValidator(ISystemValidator nameValidator)
public void setObjTypeValidator(ISystemValidator nameValidator)
protected ISystemMessageLine createMessageLine(Composite c)
protected Control getInitialFocusControl()
SystemPromptDialog#getInitialFocusControl()
protected Control createInner(Composite parent)
SystemPromptDialog#createInner(Composite)
protected boolean processOK()
public boolean verify()
protected SystemMessage validateNameInput()
ISystemValidator
object.
If the ISystemValidator
reports an error the error message is displayed
in the Dialog's message line.
setNameValidator(ISystemValidator)
protected SystemMessage validateTypeInput()
public boolean isPageComplete()
public void setPageComplete()
public void setPositionToName(String sPositionToName)
public void setPositionToType(String sPositionToType)
public String getPositionToName()
public String getPositionToType()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |