Public Member Functions | |
ClusterView () | |
void | updateNodesList (String[] nodes) |
JTextField | getRefreshPeriodTF () |
JButton | getRefreshButton () |
JList | getNodesList () |
JTabbedPane | getTabbedPane () |
JDesktopPane | getDesktopPane () |
Static Public Member Functions | |
void | main (String[] args) |
Private Member Functions | |
void | clusterViewInit () throws Exception |
void | addComponent (Component c, int row, int column, int width, int height) |
Private Attributes | |
JPanel | northPanel |
JPanel | westPanel |
Container | container |
JLabel | refreshPeriodLabel |
JTextField | refreshPeriodTF |
JButton | refreshButton |
JButton | historicalButton |
JCheckBox | cpuCheckBox |
JCheckBox | ramCheckBox |
JCheckBox | diskCheckBox |
TitledBorder | nodesBorder |
BorderLayout | nodesLayout |
JScrollPane | nodesScrollPane |
DefaultListModel | nodesListModel |
JList | nodesList |
final JTabbedPane | tabbedPane |
final JDesktopPane | desktopPane |
GridBagLayout | gbLayout |
GridBagConstraints | gbConstraints |
|
|
|
This method adds a component to a GridBag pane
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method updates the nodesListModel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|