Package com.luciad.gui.awt.dialogs
Class TLcdDialogManager
java.lang.Object
com.luciad.gui.awt.dialogs.TLcdDialogManager
- All Implemented Interfaces:
ILcdDialogManager
Deprecated.
-
Field Summary
Fields inherited from interface com.luciad.gui.ILcdDialogManager
CANCEL_OPTION, CLOSED_OPTION, DEFAULT_OPTION, ERROR_MESSAGE, INFORMATION_MESSAGE, LOAD, NO_OPTION, OK_CANCEL_OPTION, OK_OPTION, PLAIN_MESSAGE, QUESTION_MESSAGE, SAVE, WARNING_MESSAGE, YES_NO_CANCEL_OPTION, YES_NO_OPTION, YES_OPTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchoose
(Vector aVector, ILcdFormatter aFormatter, String aMessage, Object aSource, Component aComponent) Deprecated.chooseFile
(String aDirectoryPath, int aMode, Object aSource, Component aComponent) Deprecated.int
Deprecated.protected void
Deprecated.Deprecated.Deprecated.Deprecated.void
Deprecated.protected void
Deprecated.protected void
Deprecated.
-
Constructor Details
-
TLcdDialogManager
public TLcdDialogManager()Deprecated.
-
-
Method Details
-
confirm
public int confirm(String aQuestion, int aOption, int aMessageType, Object aSource, Component aComponent) Deprecated.- Specified by:
confirm
in interfaceILcdDialogManager
-
message
Deprecated.- Specified by:
message
in interfaceILcdDialogManager
-
message
Deprecated. -
error
Deprecated. -
warning
Deprecated. -
choose
public Object choose(Vector aVector, ILcdFormatter aFormatter, String aMessage, Object aSource, Component aComponent) Deprecated.- Specified by:
choose
in interfaceILcdDialogManager
-
input
Deprecated.- Specified by:
input
in interfaceILcdDialogManager
-
input
public String input(String aQuestion, String aInitialResponse, Object aSource, Component aComponent) Deprecated.- Specified by:
input
in interfaceILcdDialogManager
-
chooseFile
Deprecated.- Specified by:
chooseFile
in interfaceILcdDialogManager
-
inputURL
Deprecated.- Specified by:
inputURL
in interfaceILcdDialogManager
-
JOptionPane
.