|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPlatformObject
eu.geclipse.core.model.impl.AbstractGridElement
public abstract class AbstractGridElement
Abstract implementation of the IGridElement interface.
| Constructor Summary | |
|---|---|
AbstractGridElement()
|
|
| Method Summary | |
|---|---|
void |
dispose()
Clean up all resources that this element uses internally. |
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
IGridProject |
getProject()
Get the IGridProject this element belongs to. |
boolean |
isHidden()
Determines if this element is hidden. |
boolean |
isVirtual()
Determines if this element is virtual. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.core.model.IGridElement |
|---|
getFileStore, getName, getParent, getPath, getResource, isLocal |
| Constructor Detail |
|---|
public AbstractGridElement()
| Method Detail |
|---|
public void dispose()
IGridElement
dispose in interface IGridElementpublic java.lang.Object getAdapter(java.lang.Class adapter)
public IGridProject getProject()
IGridElementIGridProject this element belongs to. This method
may return null if the element is not contained in
a project like for example an element manager and its children.
getProject in interface IGridElementIGridProject this element belongs to.public boolean isHidden()
IGridElement
isHidden in interface IGridElementpublic boolean isVirtual()
IGridElementfalse
the IGridElement.getResource() method returns null. If
this method returns true the IGridElement.getResource()
has to return a valid IResource that is related to
this element.
isVirtual in interface IGridElement
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||