Class Viewport
- java.lang.Object
-
- adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer<T,M,C>
-
- adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
-
- adams.gui.visualization.instance.plotpopup.Viewport
-
- All Implemented Interfaces:
Serializable
public class Viewport extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
Allows the user to perform operations on the instances visible in the current viewport.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Viewport()
-
Method Summary
-
-
-
Method Detail
-
getName
public String getName()
The name.- Specified by:
getName
in classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
- Returns:
- the name
-
getGroup
public String getGroup()
The group this customizer belongs to.- Specified by:
getGroup
in classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
- Returns:
- the group
-
handles
public boolean handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel)
Checks whether this action can handle the panel.- Specified by:
handles
in classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
- Parameters:
panel
- the panel to check- Returns:
- true if handled
-
containersInViewport
protected List<InstanceContainer> containersInViewport(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel)
Locates the visible instances that are on display in the current viewport.- Parameters:
panel
- the panel to use- Returns:
- the list of instances
-
display
protected void display(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, List<InstanceContainer> conts)
Displays the IDs etc of the instances.- Parameters:
panel
- the affected panelconts
- the containers to display
-
chooseColor
protected void chooseColor(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, List<InstanceContainer> conts)
Allows the user to choose the color for all the instances.- Parameters:
panel
- the affected panelconts
- the containers to modify
-
hide
protected void hide(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, List<InstanceContainer> conts)
Allows the user to hide the instances.- Parameters:
panel
- the affected panelconts
- the containers to hide
-
hideOthers
protected void hideOthers(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, List<InstanceContainer> conts)
Allows the user to hide all other instances.- Parameters:
panel
- the affected panelconts
- the containers to keep
-
customize
public void customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.- Specified by:
customize
in classAbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
- Parameters:
panel
- the affected panele
- the mouse eventmenu
- the popup menu to customize
-
-