Uses of Class
adams.gui.core.GUIHelper.DialogCommunication
-
Packages that use GUIHelper.DialogCommunication Package Description adams.flow.condition.bool adams.flow.core adams.flow.source adams.flow.transformer adams.gui.core -
-
Uses of GUIHelper.DialogCommunication in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as GUIHelper.DialogCommunication Modifier and Type Field Description protected GUIHelper.DialogCommunicationPromptUser. m_Communicationfor cancellation. -
Uses of GUIHelper.DialogCommunication in adams.flow.core
Methods in adams.flow.core with parameters of type GUIHelper.DialogCommunication Modifier and Type Method Description static StringInteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithButtons panel)Displays the panel in the notification area.static StringInteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithComboBox panel, int btnJustification)Displays the panel in the notification area.static StringInteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithTextArea panel, int btnJustification)Displays the panel in the notification area.static BooleanInteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, JPanel panel, int btnJustification)Displays the panel in the notification area.static BooleanInteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, JPanel panel, int btnJustification, String icon)Displays the panel in the notification area. -
Uses of GUIHelper.DialogCommunication in adams.flow.source
Fields in adams.flow.source declared as GUIHelper.DialogCommunication Modifier and Type Field Description protected GUIHelper.DialogCommunicationEnterManyValues. m_Commfor communicating with the input dialog.protected GUIHelper.DialogCommunicationEnterValue. m_Commfor communicating with the input dialog.protected GUIHelper.DialogCommunicationSelectDirectory. m_Commfor communicating with the input dialog.protected GUIHelper.DialogCommunicationSelectFile. m_Commfor communicating with the input dialog. -
Uses of GUIHelper.DialogCommunication in adams.flow.transformer
Fields in adams.flow.transformer declared as GUIHelper.DialogCommunication Modifier and Type Field Description protected GUIHelper.DialogCommunicationConfirmationDialog. m_Commfor communicating with the input dialog. -
Uses of GUIHelper.DialogCommunication in adams.gui.core
Methods in adams.gui.core with parameters of type GUIHelper.DialogCommunication Modifier and Type Method Description static intGUIHelper. showConfirmMessage(Component parent, String header, String msg, String title, String labelYes, String labelNo, String labelCancel, GUIHelper.DialogCommunication comm)Displays a confirmation dialog (yes/no/cancel).static StringGUIHelper. showInputDialog(Component parent, String msg, String initial, String[] options, GUIHelper.InputDialogMultiValueSelection view, String title, GUIHelper.DialogCommunication comm)A simple dialog for entering a string.static StringGUIHelper. showInputDialog(Component parent, String msg, String initial, String title, GUIHelper.DialogCommunication comm)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)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.protected static StringGUIHelper. showInputDialogButtons(Component parent, String msg, String initial, String[] options, String title, boolean horizontal, GUIHelper.DialogCommunication comm)A simple dialog for selecting a string by clicking on a button.protected static StringGUIHelper. showInputDialogComboBox(Component parent, String msg, String initial, String[] options, String title, GUIHelper.DialogCommunication comm)A simple dialog for selecting a string.
-