|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.ui.gui.JobsPanel
public class JobsPanel
This class contains SchedulerTreeModel and create a JTree with it.
Constructor Summary | |
---|---|
JobsPanel(SimpleSynchronizedJobManager syncJobManager)
Creates the JobPanel |
Method Summary | |
---|---|
void |
clean()
|
int |
getJobIdToCancel()
Returns the job id of the selected job in tree. |
javax.swing.JPanel |
getPanel()
Returns JTree's Panel |
void |
refreshTree()
Delegate refreshTree method of SchedulerTreeModel |
void |
valueChanged(javax.swing.event.TreeSelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobsPanel(SimpleSynchronizedJobManager syncJobManager)
Method Detail |
---|
public javax.swing.JPanel getPanel()
public void refreshTree()
public void clean()
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
valueChanged
in interface javax.swing.event.TreeSelectionListener
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)
public int getJobIdToCancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |