public abstract class PluggableView extends Object
| Constructor and Description |
|---|
PluggableView() |
| Modifier and Type | Method and Description |
|---|---|
JobMonitor |
getJobMonitor()
Get the
JobMonitor associated with the administration console. |
TopologyManager |
getTopologyManager()
Get the
TopologyManager associated with the administration console. |
abstract JComponent |
getUIComponent()
Get the GUI component which contains the view.
|
boolean |
isShowIP()
Determine whether IP addresses are shown in the console, instead of host names.
|
public abstract JComponent getUIComponent()
JComponent instance.public final TopologyManager getTopologyManager()
TopologyManager associated with the administration console.TopologyManager object.public final JobMonitor getJobMonitor()
JobMonitor associated with the administration console.JobMonitor object.public final boolean isShowIP()
true if IP adresses are displayed, false otherwise.Copyright © 2005-2015 JPPF Team.