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 StringHistory
GUIHelper.InputPanelWithTextArea. m_History
the string history to use in the popup.protected static StringHistory
TextEditorPanel. m_History
for recording the search history.Methods in adams.gui.core that return StringHistory Modifier and Type Method Description StringHistory
GUIHelper.InputPanelWithTextArea. getHistory()
Returns the underlying history, if any.Methods in adams.gui.core with parameters of type StringHistory Modifier and Type Method Description void
GUIHelper.InputPanelWithTextArea. setHistory(StringHistory value)
Sets the underlying history, null to turn off.static String
GUIHelper. showInputDialog(Component parent, String msg, String initial, String title, StringHistory history)
A simple dialog for entering a string.static String
GUIHelper. 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 StringHistory
EditLocateActor. 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 StringHistory
Tree. m_FindHistory
the history for "find".
-