|
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.ISeriesSearchResultChildElement
public class ISeriesSearchResultChildElement
This class represents an iSeries search child.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesSearchResultChildElement()
Constructor for ISeriesSearchResultChildElement. |
Method Summary | |
---|---|
Object |
getAdapter(Class adapter)
|
ImageDescriptor |
getImageDescriptor()
Get the image descriptor. |
String |
getMsg()
Get the message. |
Object |
getParent()
Get the parent. |
String |
getStmtLine()
Get the line number. |
String |
getText()
Get the text. |
boolean |
handleDoubleClick()
Handle double click. |
void |
setMsg(String msg)
Set the message. |
void |
setParent(SearchResultRootElement parent)
Set the parent. |
void |
setRootElementAdapter(SearchResultElementAdapter adapter)
Set the root adapter of the element |
void |
setStmtLine(String stmtLine)
Set the line number. |
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 ISeriesSearchResultChildElement()
Method Detail |
---|
public void setParent(SearchResultRootElement parent)
the
- parent root element.public Object getParent()
public String getText()
public ImageDescriptor getImageDescriptor()
public void setStmtLine(String stmtLine)
the
- line numberpublic String getStmtLine()
public void setMsg(String msg)
the
- messagepublic String getMsg()
public boolean handleDoubleClick()
public Object getAdapter(Class adapter)
IAdaptable
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 |