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
changeSupportFields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.TLcdExitAction(Frame aParentFrame) Deprecated.Constructor taking a parentFrameto be used by the FileDialog. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Activation of thisILcdActionprotected voidexit()Deprecated.Performs the exit action by calling System.exit(0).Deprecated.booleanDeprecated.voidsetConfirmWithDialog(boolean newConfirmWithDialog) Deprecated.voidsetParentFrame(Frame aFrame) Deprecated.Sets a parentFramefor thisILcdActionvoidsetQuestion(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, setTraceOnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.gui.ILcdAction
getValue, isEnabled, putValue, setEnabledMethods inherited from interface com.luciad.util.ILcdPropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
TLcdExitAction
public TLcdExitAction()Deprecated.Default constructor. -
TLcdExitAction
Deprecated.Constructor taking a parentFrameto be used by the FileDialog.
-
-
Method Details
-
actionPerformed
Deprecated.Activation of thisILcdAction- Specified by:
actionPerformedin 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 parentFramefor thisILcdAction -
setConfirmWithDialog
public void setConfirmWithDialog(boolean newConfirmWithDialog) Deprecated. -
isConfirmWithDialog
public boolean isConfirmWithDialog()Deprecated. -
setQuestion
Deprecated. -
getQuestion
Deprecated.
-