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
Constructors -
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.intDeprecated.protected voidDeprecated.Deprecated.Deprecated.Deprecated.voidDeprecated.protected voidDeprecated.protected voidDeprecated.
-
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:
confirmin interfaceILcdDialogManager
-
message
Deprecated.- Specified by:
messagein interfaceILcdDialogManager
-
message
Deprecated. -
error
Deprecated. -
warning
Deprecated. -
choose
public Object choose(Vector aVector, ILcdFormatter aFormatter, String aMessage, Object aSource, Component aComponent) Deprecated.- Specified by:
choosein interfaceILcdDialogManager
-
input
Deprecated.- Specified by:
inputin interfaceILcdDialogManager
-
input
public String input(String aQuestion, String aInitialResponse, Object aSource, Component aComponent) Deprecated.- Specified by:
inputin interfaceILcdDialogManager
-
chooseFile
Deprecated.- Specified by:
chooseFilein interfaceILcdDialogManager
-
inputURL
Deprecated.- Specified by:
inputURLin interfaceILcdDialogManager
-
JOptionPane.