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