|
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.edit.views.ISeriesEditorTreeContentProvider
public class ISeriesEditorTreeContentProvider
This content provider deals with LanguageModelElements
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesEditorTreeContentProvider()
|
Method Summary | |
---|---|
void |
dispose()
Does nothing. |
Object[] |
getChildren(Object element)
Returns an array of child elements parented by the given element. |
Object[] |
getElements(Object element)
Returns an array of child elements parented by the given element. |
Object |
getParent(Object element)
Returns the parent of this element. |
boolean |
hasChildren(Object element)
Returns whether the given element contains children. |
void |
inputChanged(Viewer viewer,
Object oldInput,
Object newInput)
Does nothing. |
boolean |
isDeleted(Object element)
Always returns false. |
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 ISeriesEditorTreeContentProvider()
Method Detail |
---|
public void dispose()
public Object[] getChildren(Object element)
public Object[] getElements(Object element)
public Object getParent(Object element)
public boolean hasChildren(Object element)
public void inputChanged(Viewer viewer, Object oldInput, Object newInput)
public boolean isDeleted(Object element)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |