|
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.SearchResultRootElement
public class SearchResultRootElement
This class represents an iSeries search result root.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SearchResultRootElement(IBMiConnection connection)
Constructor for ISeriesSearchResultRootElement. |
Method Summary | |
---|---|
void |
addChild(ISeriesSearchResultChildElement child)
Add a child to the root. |
Object |
getAdapter(Class adapter)
|
Object[] |
getChildren()
|
IBMiConnection |
getConnection()
Get the connection. |
String |
getFileName()
Get the file name. |
ImageDescriptor |
getImageDescriptor()
Get the image descriptor. |
SearchResultInputElement |
getInputElement()
Get input element. |
String |
getLibraryName()
Get the library name. |
String |
getMemberName()
Get the member name. |
String |
getName()
Get the name. |
int |
getNumOfChildren()
Return the number of children of this root. |
String |
getText()
Get the text. |
boolean |
handleDoubleClick()
Handle double click. |
boolean |
hasChildren()
Returns whether the root has children. |
void |
removeChild(ISeriesSearchResultChildElement child)
Remove a child from the root. |
void |
setInputElement(SearchResultInputElement inputElement)
Set input element. |
void |
setName(String name)
Set the name. |
void |
setRootElementAdapter(SearchResultElementAdapter adapter)
Set the root adapter of the element |
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 SearchResultRootElement(IBMiConnection connection)
Method Detail |
---|
public void setInputElement(SearchResultInputElement inputElement)
the
- input elementpublic SearchResultInputElement getInputElement()
public IBMiConnection getConnection()
public Object[] getChildren()
com.ibm.etools.systems.core.search.ISystemSearchResultRootAdapter#getChildren()
public int getNumOfChildren()
public boolean hasChildren()
true
if root has children, false
otherwisepublic void addChild(ISeriesSearchResultChildElement child)
the
- child to addpublic void removeChild(ISeriesSearchResultChildElement child)
the
- child to removepublic void setName(String name)
the
- name of the rootpublic String getName()
the
- name of the rootpublic String getLibraryName()
public String getFileName()
public String getMemberName()
public String getText()
public ImageDescriptor getImageDescriptor()
public Object getAdapter(Class adapter)
IAdaptable
public boolean handleDoubleClick()
public void setRootElementAdapter(SearchResultElementAdapter adapter)
adapter
-
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |