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.PostProcessObjectHandlerGenericObjectEditor. m_PostProcessObjectHandlerfor post-processing objects.Methods in adams.gui.goe that return GenericObjectEditor.PostProcessObjectHandler Modifier and Type Method Description GenericObjectEditor.PostProcessObjectHandlerGenericObjectEditor. getPostProcessObjectHandler()Returns the handler for post-processing objects after they have been selected but before updating the UI.GenericObjectEditor.PostProcessObjectHandlerGenericObjectEditorPanel. 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 voidGenericObjectEditor. setPostProcessObjectHandler(GenericObjectEditor.PostProcessObjectHandler value)Sets the handler for post-processing objects after they have been selected but before updating the UI.voidGenericObjectEditorPanel. 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 classGenericObjectEditorResponseConnectionUpdaterUpdates the response connection.
-