|
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.cmds.QSYSMoveLiblEntryDialog
public class QSYSMoveLiblEntryDialog
Dialog to prompt for the target library and position to move a library within the library list
Field Summary | |
---|---|
static String |
copyright
|
static int |
POSITION_AFTER
|
static int |
POSITION_BEFORE
|
Constructor Summary | |
---|---|
QSYSMoveLiblEntryDialog(Shell shell)
Constructor |
Method Summary | |
---|---|
protected void |
buildCommandString()
Build up the iSeries command from current contents... |
protected Control |
createInner(Composite parent)
|
String[] |
getCommands()
Return the command strings to execute remotely |
protected Control |
getInitialFocusControl()
|
String |
getPosition()
Get the position selected to place the additional library |
String |
getReferenceLibrary()
Return the name of the referenced library. |
boolean |
isPageComplete()
Return true if the page values are sufficient to enable OK button |
protected boolean |
processOK()
|
void |
setLibrary(String lib)
Set the input library for the library to move. |
void |
setPosition(int pos)
Set the input position for where to place selected library. |
void |
setReferenceLibrary(String lib)
Set the input library for the library to reference. |
void |
setUserLibraryList(String[] libs)
Set user library list |
void |
widgetDefaultSelected(SelectionEvent event)
From SelectionListener. |
void |
widgetSelected(SelectionEvent event)
From SelectionListener. |
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
public static final int POSITION_AFTER
public static final int POSITION_BEFORE
Constructor Detail |
---|
public QSYSMoveLiblEntryDialog(Shell shell)
Method Detail |
---|
protected Control getInitialFocusControl()
SystemPromptDialog#getInitialFocusControl()
public void setUserLibraryList(String[] libs)
public void setLibrary(String lib)
public void setReferenceLibrary(String lib)
public void setPosition(int pos)
protected Control createInner(Composite parent)
SystemPromptDialog#createInner(Composite)
public void widgetSelected(SelectionEvent event)
public void widgetDefaultSelected(SelectionEvent event)
protected void buildCommandString()
public boolean isPageComplete()
protected boolean processOK()
SystemPromptDialog#processOK()
public String[] getCommands()
public String getReferenceLibrary()
public String getPosition()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |