Class TLcdExitAction

java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.gui.TLcdExitAction
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

@Deprecated public class TLcdExitAction extends ALcdAction implements ILcdAction
Deprecated.
use your own UI instead
This ILcdAction is allows to exit a stand alone application.
See Also:
  • Constructor Details

    • TLcdExitAction

      public TLcdExitAction()
      Deprecated.
      Default constructor.
    • TLcdExitAction

      public TLcdExitAction(Frame aParentFrame)
      Deprecated.
      Constructor taking a parent Frame to be used by the FileDialog.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Deprecated.
      Activation of this ILcdAction
      Specified by:
      actionPerformed in interface ActionListener
    • exit

      protected void exit()
      Deprecated.
      Performs the exit action by calling System.exit(0). This method can be re-defined.
    • setParentFrame

      public void setParentFrame(Frame aFrame)
      Deprecated.
      Sets a parent Frame for this ILcdAction
    • setConfirmWithDialog

      public void setConfirmWithDialog(boolean newConfirmWithDialog)
      Deprecated.
    • isConfirmWithDialog

      public boolean isConfirmWithDialog()
      Deprecated.
    • setQuestion

      public void setQuestion(String newQuestion)
      Deprecated.
    • getQuestion

      public String getQuestion()
      Deprecated.