|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.ui.gui.GridPanel
public class GridPanel
This class generate the GuMP Manager, it has a instance of MyGridUIServices
to obtain informations to create table.
Implements the abstract methods of AbstractTableModel to instantiate JTable.
Constructor Summary | |
---|---|
GridPanel(SimpleSynchronizedGridManager simpleGridManager)
Creates a new GridPanel |
Method Summary | |
---|---|
void |
clean()
Clean the table |
javax.swing.JPanel |
getPanel()
Return JPanel with JScrollPane |
void |
refreshTree()
|
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 GridPanel(SimpleSynchronizedGridManager simpleGridManager)
GridPanel
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |