protected void |
Viewport.chooseColor(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
List<InstanceContainer> conts) |
Allows the user to choose the color for all the instances.
|
protected List<InstanceContainer> |
Viewport.containersInViewport(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel) |
Locates the visible instances that are on display in the current viewport.
|
void |
Adjust.customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
MouseEvent e,
JPopupMenu menu) |
Returns a popup menu for the table of the container list.
|
void |
Histogram.customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
MouseEvent e,
JPopupMenu menu) |
Returns a popup menu for the table of the container list.
|
void |
SaveVisible.customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
MouseEvent e,
JPopupMenu menu) |
Returns a popup menu for the table of the container list.
|
void |
Viewport.customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
MouseEvent e,
JPopupMenu menu) |
Returns a popup menu for the table of the container list.
|
protected void |
Viewport.display(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
List<InstanceContainer> conts) |
Displays the IDs etc of the instances.
|
boolean |
Adjust.handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel) |
Checks whether this action can handle the panel.
|
boolean |
Histogram.handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel) |
Checks whether this action can handle the panel.
|
boolean |
SaveVisible.handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel) |
Checks whether this action can handle the panel.
|
boolean |
Viewport.handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel) |
Checks whether this action can handle the panel.
|
protected void |
Viewport.hide(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
List<InstanceContainer> conts) |
Allows the user to hide the instances.
|
protected void |
Viewport.hideOthers(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel,
List<InstanceContainer> conts) |
Allows the user to hide all other instances.
|