Uses of Class
adams.core.StringHistory
-
Packages that use StringHistory Package Description adams.gui.core adams.gui.flow.menu adams.gui.flow.tree -
-
Uses of StringHistory in adams.gui.core
Fields in adams.gui.core declared as StringHistory Modifier and Type Field Description protected StringHistoryGUIHelper.InputPanelWithTextArea. m_Historythe string history to use in the popup.protected static StringHistoryTextEditorPanel. m_Historyfor recording the search history.Methods in adams.gui.core that return StringHistory Modifier and Type Method Description StringHistoryGUIHelper.InputPanelWithTextArea. getHistory()Returns the underlying history, if any.Methods in adams.gui.core with parameters of type StringHistory Modifier and Type Method Description voidGUIHelper.InputPanelWithTextArea. setHistory(StringHistory value)Sets the underlying history, null to turn off.static StringGUIHelper. showInputDialog(Component parent, String msg, String initial, String title, StringHistory history)A simple dialog for entering a string.static StringGUIHelper. showInputDialog(Component parent, String msg, String initial, String title, GUIHelper.DialogCommunication comm, int minCols, int minRows, StringHistory history)A simple dialog for entering a string. -
Uses of StringHistory in adams.gui.flow.menu
Fields in adams.gui.flow.menu declared as StringHistory Modifier and Type Field Description protected static StringHistoryEditLocateActor. m_History -
Uses of StringHistory in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as StringHistory Modifier and Type Field Description protected static StringHistoryTree. m_FindHistorythe history for "find".
-