|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPart
eu.geclipse.ui.views.GridModelViewPart
eu.geclipse.ui.views.TreeControlViewPart
eu.geclipse.ui.views.GridProjectView
public class GridProjectView
The grid project view is the central view of the g-Eclipse
framework. With its help the user may manage his projects,
especially his grid projects that are contained in the grid model.
Therefore the root element of the grid project view is the
IGridRoot itself.
| Constructor Summary | |
|---|---|
GridProjectView()
|
|
| Method Summary | |
|---|---|
void |
createPartControl(Composite parent)
|
void |
dispose()
|
boolean |
isDragSource(IGridElement element)
Determines if drag'n'drop should be made available for the specified element. |
void |
statusChanged(IGridJob job)
Called when job status is changed. |
void |
statusUpdated(IGridJob job)
Called after every update of job status, even if status wasn't changed during update. |
| Methods inherited from class eu.geclipse.ui.views.TreeControlViewPart |
|---|
refreshViewer |
| Methods inherited from class eu.geclipse.ui.views.GridModelViewPart |
|---|
getViewer, gridModelChanged, refreshViewer, setFocus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridProjectView()
| Method Detail |
|---|
public void createPartControl(Composite parent)
createPartControl in class GridModelViewPartpublic void dispose()
dispose in class GridModelViewPartpublic boolean isDragSource(IGridElement element)
GridModelViewPart
isDragSource in class GridModelViewPartelement - The element for which drag'n'drop operations should
be either allowed or forbidden.
public void statusChanged(IGridJob job)
IGridJobStatusListener
statusChanged in interface IGridJobStatusListenerpublic void statusUpdated(IGridJob job)
IGridJobStatusListenerJobManager.addJobStatusListener(IGridJobStatusListener)
statusUpdated in interface IGridJobStatusListenerjob - for which, status has been updated
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||