Uses of Interface
adams.gui.goe.GenericObjectEditor.PostProcessObjectHandler
-
Packages that use GenericObjectEditor.PostProcessObjectHandler Package Description adams.gui.goe adams.gui.tools.remotecontrolcenter.panels -
-
Uses of GenericObjectEditor.PostProcessObjectHandler in adams.gui.goe
Fields in adams.gui.goe declared as GenericObjectEditor.PostProcessObjectHandler Modifier and Type Field Description protected GenericObjectEditor.PostProcessObjectHandler
GenericObjectEditor. m_PostProcessObjectHandler
for post-processing objects.Methods in adams.gui.goe that return GenericObjectEditor.PostProcessObjectHandler Modifier and Type Method Description GenericObjectEditor.PostProcessObjectHandler
GenericObjectEditor. getPostProcessObjectHandler()
Returns the handler for post-processing objects after they have been selected but before updating the UI.GenericObjectEditor.PostProcessObjectHandler
GenericObjectEditorPanel. getPostProcessObjectHandler()
Returns the handler for post-processing objects after they have been selected but before updating the UI.Methods in adams.gui.goe with parameters of type GenericObjectEditor.PostProcessObjectHandler Modifier and Type Method Description void
GenericObjectEditor. setPostProcessObjectHandler(GenericObjectEditor.PostProcessObjectHandler value)
Sets the handler for post-processing objects after they have been selected but before updating the UI.void
GenericObjectEditorPanel. setPostProcessObjectHandler(GenericObjectEditor.PostProcessObjectHandler value)
Sets the handler for post-processing objects after they have been selected but before updating the UI. -
Uses of GenericObjectEditor.PostProcessObjectHandler in adams.gui.tools.remotecontrolcenter.panels
Classes in adams.gui.tools.remotecontrolcenter.panels that implement GenericObjectEditor.PostProcessObjectHandler Modifier and Type Class Description class
GenericObjectEditorResponseConnectionUpdater
Updates the response connection.
-