|
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.ElementManagerViewPart
eu.geclipse.ui.views.GridJobView
public class GridJobView
Job view that shows all jobs that are currently managed by the default
implementation of the IGridJobManager interface
| Constructor Summary | |
|---|---|
GridJobView()
|
|
| Method Summary | |
|---|---|
void |
configurationChanged()
Called by GridFilterConfigurationsManager, when any property in configuration was changed
(e.g. new configuration added, configuration deleted, or changed). |
void |
dispose()
|
void |
filterConfigurationSelected(ViewerFilter[] filters)
Called when user changed current configuration |
void |
init(IViewSite site,
IMemento mem)
|
boolean |
isDragSource(IGridElement element)
Determines if drag'n'drop should be made available for the specified element. |
void |
saveState(IMemento mem)
|
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 |
|---|
createPartControl, getViewer, gridModelChanged, refreshViewer, setFocus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.core.model.IGridModelListener |
|---|
gridModelChanged |
| Constructor Detail |
|---|
public GridJobView()
| Method Detail |
|---|
public void dispose()
dispose in class ElementManagerViewPartpublic 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
public void init(IViewSite site,
IMemento mem)
throws PartInitException
PartInitExceptionpublic void configurationChanged()
IFilterConfigurationListenerGridFilterConfigurationsManager, when any property in configuration was changed
(e.g. new configuration added, configuration deleted, or changed).
Used mainly by ConfigureFiltersAction to update menu items with created configurations
configurationChanged in interface IFilterConfigurationListenerpublic void filterConfigurationSelected(ViewerFilter[] filters)
IFilterConfigurationListener
filterConfigurationSelected in interface IFilterConfigurationListenerfilters - new filters selected by user, which should be applied to the viewpublic void saveState(IMemento mem)
public boolean isDragSource(IGridElement element)
GridModelViewPart
isDragSource in class ElementManagerViewPartelement - The element for which drag'n'drop operations should
be either allowed or forbidden.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||