public class ClusterNodeStatusUI extends Object implements ActionListener
Constructor and Description |
---|
ClusterNodeStatusUI(Cluster c,
ClusterUI cui) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
void |
clearStoppedNodes() |
static void |
doNodeLayout(Container container,
Component... components)
Places Components into a Container with the layout used by NodeStatusPanel.
|
boolean |
isVisible() |
void |
setVisible(boolean v) |
void |
stateChanged() |
void |
stop() |
void |
toggleVisible() |
void |
update() |
public static void doNodeLayout(Container container, Component... components)
container
- the container to lay outcomponents
- the components to add to the containerpublic void stateChanged()
public void update()
public void clearStoppedNodes()
public boolean isVisible()
public void setVisible(boolean v)
public void toggleVisible()
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
public void stop()
Copyright © 2015–2021 Fiji. All rights reserved.