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 PopupMenuHandlerDotNotationTree. m_PopupMenuHandlerthe right-click menu handler.Methods in adams.gui.core.dotnotationtree that return PopupMenuHandler Modifier and Type Method Description PopupMenuHandlerDotNotationTree. 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 voidDotNotationTree. 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 classActorTreePanelDisplays all the actors in a tree and offers search functionality as well.
-