Uses of Class
adams.gui.core.DelayedActionRunnable
-
Packages that use DelayedActionRunnable Package Description adams.gui.core adams.gui.flow.tab adams.gui.flow.tree.record.add adams.gui.flow.tree.record.enclose adams.gui.tools -
-
Uses of DelayedActionRunnable in adams.gui.core
Fields in adams.gui.core declared as DelayedActionRunnable Modifier and Type Field Description protected DelayedActionRunnableAbstractQuickSearchPanel. m_DelayedActionfor updating the search etc.protected DelayedActionRunnableDelayedActionRunnable.AbstractAction. m_Ownerthe owning thread.protected static DelayedActionRunnableUISettings. m_SaveRunnablefor delaying the saving.Methods in adams.gui.core that return DelayedActionRunnable Modifier and Type Method Description DelayedActionRunnableDelayedActionRunnable.AbstractAction. getOwner()Returns the owning runnable.Constructors in adams.gui.core with parameters of type DelayedActionRunnable Constructor Description AbstractAction(DelayedActionRunnable owner)Initializes the action. -
Uses of DelayedActionRunnable in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as DelayedActionRunnable Modifier and Type Field Description protected DelayedActionRunnableFlowTabManager. m_NotifyingSelectionAwareTabsRunnablethe runnable for notifying selection aware tabs.protected DelayedActionRunnableFlowTabManager. m_NotifyingTabChangeListenersRunnablethe runnable for notifying tab change listeners. -
Uses of DelayedActionRunnable in adams.gui.flow.tree.record.add
Fields in adams.gui.flow.tree.record.add declared as DelayedActionRunnable Modifier and Type Field Description protected static DelayedActionRunnableMostCommon. m_SaveRunnablefor delaying the saving. -
Uses of DelayedActionRunnable in adams.gui.flow.tree.record.enclose
Fields in adams.gui.flow.tree.record.enclose declared as DelayedActionRunnable Modifier and Type Field Description protected static DelayedActionRunnableMostCommon. m_SaveRunnablefor delaying the saving. -
Uses of DelayedActionRunnable in adams.gui.tools
Fields in adams.gui.tools declared as DelayedActionRunnable Modifier and Type Field Description protected DelayedActionRunnableClassHelpPanel. m_DelayedActionfor updating the search etc.protected DelayedActionRunnableConfigureOptionHandlerPanel. m_DelayedActionfor updating the search etc.
-