|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.peer.ui.gui.GumPanel
public class GumPanel
This class generate the GuMP Manager, it has a instance of PeerUIServices to
obtain informations to create table.
Implements the abstract methods of AbstractTableModel to instantiate JTable.
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
clean()
Clean the table |
static GumPanel |
getInstance()
Static method for get instance of this class |
javax.swing.JPanel |
getPanel()
Return JPanel with JScrollPane |
void |
refreshTree()
Get List of GuMs and put in table |
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 |
Method Detail |
---|
public static GumPanel getInstance()
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 void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |