Uses of Interface
adams.gui.core.dotnotationtree.PopupMenuHandler
-
Packages that use PopupMenuHandler Package Description adams.gui.core.dotnotationtree adams.gui.flow -
-
Uses of PopupMenuHandler in adams.gui.core.dotnotationtree
Fields in adams.gui.core.dotnotationtree declared as PopupMenuHandler Modifier and Type Field Description protected PopupMenuHandler
DotNotationTree. m_PopupMenuHandler
the right-click menu handler.Methods in adams.gui.core.dotnotationtree that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandler
DotNotationTree. getPopupMenuHandler()
Returns the current popup menu (right-click) handler.Methods in adams.gui.core.dotnotationtree with parameters of type PopupMenuHandler Modifier and Type Method Description void
DotNotationTree. setPopupMenuHandler(PopupMenuHandler value)
Sets the popup menu (right-click) handler to use. -
Uses of PopupMenuHandler in adams.gui.flow
Classes in adams.gui.flow that implement PopupMenuHandler Modifier and Type Class Description class
ActorTreePanel
Displays all the actors in a tree and offers search functionality as well.
-