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.DialogCommunication
PromptUser. m_Communication
for 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 String
InteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithButtons panel)
Displays the panel in the notification area.static String
InteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithComboBox panel, int btnJustification)
Displays the panel in the notification area.static String
InteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, GUIHelper.InputPanelWithTextArea panel, int btnJustification)
Displays the panel in the notification area.static Boolean
InteractionDisplayLocationHelper. display(Actor context, GUIHelper.DialogCommunication comm, JPanel panel, int btnJustification)
Displays the panel in the notification area.static Boolean
InteractionDisplayLocationHelper. 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.DialogCommunication
EnterManyValues. m_Comm
for communicating with the input dialog.protected GUIHelper.DialogCommunication
EnterValue. m_Comm
for communicating with the input dialog.protected GUIHelper.DialogCommunication
SelectDirectory. m_Comm
for communicating with the input dialog.protected GUIHelper.DialogCommunication
SelectFile. m_Comm
for 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.DialogCommunication
ConfirmationDialog. m_Comm
for 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 int
GUIHelper. 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 String
GUIHelper. 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 String
GUIHelper. showInputDialog(Component parent, String msg, String initial, String title, GUIHelper.DialogCommunication comm)
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)
A simple dialog for entering a string.protected static String
GUIHelper. 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 String
GUIHelper. showInputDialogComboBox(Component parent, String msg, String initial, String[] options, String title, GUIHelper.DialogCommunication comm)
A simple dialog for selecting a string.
-