|
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.search.SearchDialog
public class SearchDialog
Dialog displayed when the Search String option is specified for data file or member.
Field Summary | |
---|---|
static String |
Copyright
|
static int |
INPUT_EMPTY
|
static int |
INPUT_NOT_NUMERIC
|
static int |
INPUT_NOT_POSITIVE
|
static int |
INPUT_VALID
|
protected Object |
inputObject
|
protected boolean |
okPressed
|
protected Object |
outputObject
|
protected ResourceBundle |
rb
|
Constructor Summary | |
---|---|
SearchDialog(Shell parent,
Object[] targetListArray,
boolean mixedConnection,
boolean searchByLibrary)
|
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
|
boolean |
getCaseSensitive()
|
int |
getColumnSelection()
|
int |
getEndColumn()
|
protected Control |
getInitialFocusControl()
Return the Control to be given initial focus. |
boolean |
getSearchDtaMbr()
|
boolean |
getSearchSrcMbr()
|
String |
getSearchString()
Getter methods and Setter methods |
int |
getStartColumn()
|
void |
handleEvent(Event event)
|
boolean |
isPageComplete()
Return true if the page values are sufficient to enable OK button |
void |
modifyText(ModifyEvent e)
|
boolean |
processOK()
Override of parent. |
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
protected boolean okPressed
protected Object inputObject
protected Object outputObject
protected ResourceBundle rb
public static final int INPUT_VALID
public static final int INPUT_EMPTY
public static final int INPUT_NOT_NUMERIC
public static final int INPUT_NOT_POSITIVE
Constructor Detail |
---|
public SearchDialog(Shell parent, Object[] targetListArray, boolean mixedConnection, boolean searchByLibrary)
Method Detail |
---|
protected Control createInner(Composite parent)
SystemPromptDialog#createInner(Composite)
protected Control getInitialFocusControl()
public void handleEvent(Event event)
public boolean processOK()
public String getSearchString()
public boolean getCaseSensitive()
public int getColumnSelection()
public int getStartColumn()
public int getEndColumn()
public boolean getSearchSrcMbr()
public boolean getSearchDtaMbr()
public boolean isPageComplete()
public void modifyText(ModifyEvent e)
ModifyListener
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |