Package com.luciad.gui
Class TLcdExitAction
java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdExitAction
- All Implemented Interfaces:
ILcdAction
,ILcdPropertyChangeSource
,ActionListener
,Serializable
,EventListener
Deprecated.
use your own UI instead
This
ILcdAction
is allows to exit a stand alone application.- See Also:
-
Field Summary
Fields inherited from class com.luciad.gui.ALcdAction
changeSupport
Fields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructor.TLcdExitAction
(Frame aParentFrame) Deprecated.Constructor taking a parentFrame
to be used by the FileDialog. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Activation of thisILcdAction
protected void
exit()
Deprecated.Performs the exit action by calling System.exit(0).Deprecated.boolean
Deprecated.void
setConfirmWithDialog
(boolean newConfirmWithDialog) Deprecated.void
setParentFrame
(Frame aFrame) Deprecated.Sets a parentFrame
for thisILcdAction
void
setQuestion
(String newQuestion) Deprecated.Methods inherited from class com.luciad.gui.ALcdAction
addPropertyChangeListener, firePropertyChange, getDisplayName, getIcon, getLongDescription, getName, getShortDescription, getValue, isEnabled, isTraceOn, putValue, registerInstance, removePropertyChangeListener, setClassTraceOn, setDisplayName, setEnabled, setIcon, setLongDescription, setName, setShortDescription, setTraceOn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.gui.ILcdAction
getValue, isEnabled, putValue, setEnabled
Methods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
TLcdExitAction
public TLcdExitAction()Deprecated.Default constructor. -
TLcdExitAction
Deprecated.Constructor taking a parentFrame
to be used by the FileDialog.
-
-
Method Details
-
actionPerformed
Deprecated.Activation of thisILcdAction
- Specified by:
actionPerformed
in interfaceActionListener
-
exit
protected void exit()Deprecated.Performs the exit action by calling System.exit(0). This method can be re-defined. -
setParentFrame
Deprecated.Sets a parentFrame
for thisILcdAction
-
setConfirmWithDialog
public void setConfirmWithDialog(boolean newConfirmWithDialog) Deprecated. -
isConfirmWithDialog
public boolean isConfirmWithDialog()Deprecated. -
setQuestion
Deprecated. -
getQuestion
Deprecated.
-