Uses of Class
adams.gui.core.BasePopupMenu
-
-
Uses of BasePopupMenu in adams.flow.transformer.pixelselector
Methods in adams.flow.transformer.pixelselector that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
PixelSelectorPanel. getCustomPopupMenu(MouseEvent e)
Creates a popup menu for the given mouse event. -
Uses of BasePopupMenu in adams.gui.chooser
Methods in adams.gui.chooser that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
AbstractChooserPanel. getPopupMenu()
Returns a popup menu when right-clicking on the edit field.protected BasePopupMenu
DirectoryChooserPanel. getPopupMenu()
Returns a popup menu when right-clicking on the edit field.protected BasePopupMenu
FileChooserPanel. getPopupMenu()
Returns a popup menu when right-clicking on the edit field. -
Uses of BasePopupMenu in adams.gui.core
Methods in adams.gui.core that return BasePopupMenu Modifier and Type Method Description static BasePopupMenu
BasePopupMenu. createCascadingMenu(List<JMenuItem> menuitems, int y, int max, String more)
Creates a cascading menu that has at most "max entries".static BasePopupMenu
BasePopupMenu. createCascadingMenu(JMenuItem[] menuitems, int y, int max, String more)
Creates a cascading menu that has at most "max entries".protected BasePopupMenu
SpreadSheetTable. createCellPopupMenu(MouseEvent e)
Creates a popup menu for the cells.protected BasePopupMenu
AbstractNamedHistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
BufferHistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
MultiPagePane. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
SearchPanel. createPopup(MouseEvent e)
Generates a popup for the search field.protected BasePopupMenu
BaseEditorPane. createRightClickMenu()
Creates a right-click popup menu.protected BasePopupMenu
BaseTable. createSimpleCellPopupMenu(MouseEvent e)
Creates a simple cell popup menu.protected BasePopupMenu
BaseTable. createSimpleHeaderPopupMenu(MouseEvent e)
Creates a simple header popup menu.BasePopupMenu
CustomPopupMenuProvider. getCustomPopupMenu(MouseEvent e)
Creates a popup menu for the given mouse event.protected BasePopupMenu
BaseStatusBar. getPopup(boolean left)
Returns the popup menu for the status (left only).protected BasePopupMenu
BaseColorTextField.CustomColorTextField. getPopupMenu()
Returns a popup menu when right-clicking on the edit field.protected BasePopupMenu
BaseObjectTextField. getPopupMenu()
Returns a popup menu when right-clicking on the edit field.protected BasePopupMenu
CheckedTextField. getPopupMenu()
Returns a popup menu when right-clicking on the edit field.BasePopupMenu
JComponentList.CheckBoxListItem. getPopupMenu()
Returns the popup menu.BasePopupMenu
JComponentList.LabelListItem. getPopupMenu()
Returns the popup menu.BasePopupMenu
JComponentList.PopupMenuProvider. getPopupMenu()
Returns the popup menu. -
Uses of BasePopupMenu in adams.gui.core.dotnotationtree
Methods in adams.gui.core.dotnotationtree that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
PopupMenuHandler. getInfoNodePopup(AbstractInfoNode node)
Returns the popup menu for an info node.BasePopupMenu
PopupMenuHandler. getItemNodePopup(DotNotationNode node, boolean isLeaf)
Returns the popup menu for an item node. -
Uses of BasePopupMenu in adams.gui.flow
Methods in adams.gui.flow that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
FlowMultiPagePane. createPopup(MouseEvent e)
Generates the right-click menu for the JList.BasePopupMenu
ActorTreePanel. getInfoNodePopup(AbstractInfoNode node)
Returns the popup menu for an info node.BasePopupMenu
ActorTreePanel. getItemNodePopup(DotNotationNode node, boolean isLeaf)
Returns the popup menu for a class node.protected BasePopupMenu
ActorTreePanel. getNodePopup(String classname)
Creates a popup menu for the classname. -
Uses of BasePopupMenu in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
Tree. createNodePopupMenu(MouseEvent e)
Generates a popup if possible for the given mouse event.BasePopupMenu
Tree. createNodeQuickActionMenu(StateContainer state)
Generates a quick action popup if possible for the given state.BasePopupMenu
Tree. createNodeQuickActionMenu(MouseEvent e)
Generates a quick action popup if possible for the given mouse event. -
Uses of BasePopupMenu in adams.gui.goe
Subclasses of BasePopupMenu in adams.gui.goe Modifier and Type Class Description class
GenericObjectEditorClassTreePopupMenu
Creates a popup menu containing a tree that is aware of the screen dimensions.class
GenericObjectEditorPopupMenu
Generic GOE popup menu, for copy/paste, etc.class
WekaGenericObjectEditorPopupMenu
Generic GOE popup menu, for copy/paste, etc.Methods in adams.gui.goe that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
AbstractPropertyEditorSupport. createPopup()
Creates a popup menu.static BasePopupMenu
VariableSupport. createPopup(PropertySheetPanel parent, PropertyEditor editor)
Creates a popup menu for variable management.BasePopupMenu
GenericObjectEditor. getChooseClassPopupMenu()
Returns a popup menu that allows the user to change the class of object.protected BasePopupMenu
GenericArrayEditorPanel. getPopupMenu()
Generates the right-click popup menu.protected BasePopupMenu
GenericObjectEditorPanel. getPopupMenu()
Generates the right-click popup menu.protected BasePopupMenu
WekaGenericArrayEditorPanel. getPopupMenu()
Generates the right-click popup menu.protected BasePopupMenu
WekaGenericObjectEditorPanel. getPopupMenu()
Generates the right-click popup menu.static BasePopupMenu
VariableSupport. updatePopup(PropertySheetPanel parent, PropertyEditor editor, BasePopupMenu menu)
Updates a popup menu and adds menu items for variable management.Methods in adams.gui.goe with parameters of type BasePopupMenu Modifier and Type Method Description static BasePopupMenu
VariableSupport. updatePopup(PropertySheetPanel parent, PropertyEditor editor, BasePopupMenu menu)
Updates a popup menu and adds menu items for variable management. -
Uses of BasePopupMenu in adams.gui.help
Methods in adams.gui.help that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
HelpHistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList. -
Uses of BasePopupMenu in adams.gui.selection
Methods in adams.gui.selection that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier. getSelectionPopupMenu(SortableAndSearchableTable table, int row)
Returns a popup menu for the table of the selection table. -
Uses of BasePopupMenu in adams.gui.tools
Methods in adams.gui.tools that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
ConsoleOutputAnalyzerPanel. createCellPopup(MouseEvent e)
Returns a popup menu for the table.protected BasePopupMenu
ImageProcessorMultiPagePane. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
NestedFormatViewerPanel. createPopup(MouseEvent e)
Creates a popup for the specified mouse event.BasePopupMenu
ImageProcessorSubPanel.ImagePopupMenuProvider. getCustomPopupMenu(MouseEvent e)
Creates a popup menu for the given mouse event.protected BasePopupMenu
SystemInfoPanel. getPopupMenu(int row)
Returns a popup menu if appropriate. -
Uses of BasePopupMenu in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
AssociateTab.HistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
AttributeSelectionTab.HistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
ClassifyTab.HistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
ClusterTab.HistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList.protected BasePopupMenu
ExperimentTab.HistoryPanel. createPopup(MouseEvent e)
Generates the right-click menu for the JList. -
Uses of BasePopupMenu in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
PerFoldMultiPagePane. createPopup(MouseEvent e)
Generates the right-click menu for the JList. -
Uses of BasePopupMenu in adams.gui.visualization.container
Methods in adams.gui.visualization.container that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
ContainerListPopupMenuSupplier. getContainerListPopupMenu(ContainerTable<M,C> table, int row)
Returns a popup menu for the table of the container list.BasePopupMenu
DataContainerPanelWithContainerList. getContainerListPopupMenu(ContainerTable<M,C> table, int row)
Returns a popup menu for the table of the spectrum list. -
Uses of BasePopupMenu in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
AxisPanel. getPopupMenu(MouseEvent e)
Returns the popup menu, potentially customized. -
Uses of BasePopupMenu in adams.gui.visualization.core.plot
Methods in adams.gui.visualization.core.plot that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
ContentPanel. getPopupMenu(MouseEvent e)
Returns the popup menu, potentially customized. -
Uses of BasePopupMenu in adams.gui.visualization.image
Methods in adams.gui.visualization.image that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
ImageViewerPanel. getPopupMenu(MouseEvent e)
Returns the popup menu, potentially customized. -
Uses of BasePopupMenu in adams.gui.visualization.instances
Methods in adams.gui.visualization.instances that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
InstancesTable. createCellPopup(MouseEvent e)
Creates a popup menu for the cells.protected BasePopupMenu
InstancesTable. createHeaderPopup(MouseEvent e)
Shows a popup menu for the header. -
Uses of BasePopupMenu in adams.gui.visualization.report
Methods in adams.gui.visualization.report that return BasePopupMenu Modifier and Type Method Description protected BasePopupMenu
ReportFactory.Table. getPopupMenu(int[] rows)
Returns a popup menu if appropriate. -
Uses of BasePopupMenu in adams.gui.visualization.report.reportfactory
Methods in adams.gui.visualization.report.reportfactory that return BasePopupMenu Modifier and Type Method Description static BasePopupMenu
AbstractTableAction. createPopup(String[] actions, ReportFactory.Table table, int[] rows)
Assembles the popup menu for the table. -
Uses of BasePopupMenu in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence that return BasePopupMenu Modifier and Type Method Description BasePopupMenu
XYSequencePanel. getContainerListPopupMenu(ContainerTable table, int row)
Returns a popup menu for the table of the spectrum list.
-