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 DelayedActionRunnable
AbstractQuickSearchPanel. m_DelayedAction
for updating the search etc.protected DelayedActionRunnable
DelayedActionRunnable.AbstractAction. m_Owner
the owning thread.protected static DelayedActionRunnable
UISettings. m_SaveRunnable
for delaying the saving.Methods in adams.gui.core that return DelayedActionRunnable Modifier and Type Method Description DelayedActionRunnable
DelayedActionRunnable.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 DelayedActionRunnable
FlowTabManager. m_NotifyingSelectionAwareTabsRunnable
the runnable for notifying selection aware tabs.protected DelayedActionRunnable
FlowTabManager. m_NotifyingTabChangeListenersRunnable
the 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 DelayedActionRunnable
MostCommon. m_SaveRunnable
for 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 DelayedActionRunnable
MostCommon. m_SaveRunnable
for delaying the saving. -
Uses of DelayedActionRunnable in adams.gui.tools
Fields in adams.gui.tools declared as DelayedActionRunnable Modifier and Type Field Description protected DelayedActionRunnable
ClassHelpPanel. m_DelayedAction
for updating the search etc.protected DelayedActionRunnable
ConfigureOptionHandlerPanel. m_DelayedAction
for updating the search etc.
-