|
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 com.ibm.etools.iseries.rse.ui.search.SearchResultInputElement
public class SearchResultInputElement
This class represents an iSeries search result set.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SearchResultInputElement(String searchString)
Constructor for ISeriesSearchResultInputElement. |
Method Summary | |
---|---|
void |
addElement(SearchResultRootElement element)
Add a root element to the result set. |
Object |
getAdapter(Class adapter)
|
Object[] |
getChildren()
Get all the root elements in the result set. |
int |
getNumOfChildren()
Get the total number of children. |
String |
getText()
|
void |
removeChildren()
Removes the root elements in the result set. |
void |
removeElement(SearchResultRootElement element)
Remove a root element from the result set. |
void |
setChildrenArray(ArrayList roots)
Update the children array when the view needs to be updated from pop-up action |
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 SearchResultInputElement(String searchString)
the
- connectionMethod Detail |
---|
public Object[] getChildren()
public int getNumOfChildren()
public void removeChildren()
public void addElement(SearchResultRootElement element)
root
- element to addpublic void removeElement(SearchResultRootElement element)
root
- element to remove.public String getText()
com.ibm.etools.systems.core.search.ISystemSearchResultSet#getTitle()
public Object getAdapter(Class adapter)
IAdaptable
public void setChildrenArray(ArrayList roots)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |