|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWorkbenchContentProvider
com.ibm.etools.systems.core.ui.view.team.SystemTeamViewContentProvider
Content provider for the RSE's Team view part.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemTeamViewContentProvider()
Constructor |
Method Summary | |
---|---|
void |
dispose()
View is going away: dispose of any local resources |
Object[] |
getChildren(Object element)
Return the children of the given node, when it is expanded |
Object[] |
getElements(Object element)
Return the roots elements to display in the tree initially. |
Object |
getParent(Object element)
Return the parent of the given node |
protected ISystemViewElementAdapter |
getSystemViewAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
boolean |
hasChildren(Object element)
Return true if given element has children. |
void |
inputChanged(Viewer viewer,
Object oldInput,
Object newInput)
This hooks this content provider as an IResourceChangeListener. |
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 SystemTeamViewContentProvider()
Method Detail |
public Object[] getChildren(Object element)
public Object getParent(Object element)
public boolean hasChildren(Object element)
public Object[] getElements(Object element)
public void dispose()
public void inputChanged(Viewer viewer, Object oldInput, Object newInput)
IContentProvider#inputChanged(Viewer, Object, Object)
protected ISystemViewElementAdapter getSystemViewAdapter(Object o)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |