Modifier and Type | Field and Description |
---|---|
protected ActionNotifier<BasicView.Action> |
BasicView.notifier |
Modifier and Type | Method and Description |
---|---|
static BasicView.Action |
BasicView.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicView.Action[] |
BasicView.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicView.notify(BasicView.Action action) |
Modifier and Type | Method and Description |
---|---|
void |
BasicView.addActionListener(ActionListener<BasicView.Action> listener) |
void |
BasicView.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
SummaryPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
SummaryPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostCpuPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostCpuPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostMemoryPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostMemoryPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
HostOverviewPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
HostOverviewPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
NumaPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
NumaPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmClassStatPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmClassStatPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmCpuPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmCpuPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmGcPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmGcPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Modifier and Type | Method and Description |
---|---|
void |
VmOverviewPanel.addActionListener(ActionListener<BasicView.Action> listener) |
void |
VmOverviewPanel.removeActionListener(ActionListener<BasicView.Action> listener) |
Copyright © 2013. All rights reserved.