Class TLcdSaveAction

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

public class TLcdSaveAction extends ALcdAction
This ILcdAction saves an ILcdModel.
See Also:
  • Constructor Details

    • TLcdSaveAction

      public TLcdSaveAction()
      Default constructor. Sets the view to null.
      See Also:
    • TLcdSaveAction

      public TLcdSaveAction(ILcdGXYView aGXYView)
      Action to save a model. The model can be chosen from all layers in the view for which the model encoder is defined that can save the model of that layer.
      Parameters:
      aGXYView - the collection of models from which the model to save is chosen.
  • Method Details

    • setGXYView

      public void setGXYView(ILcdGXYView aGXYView)
      Sets the view to save models from.
      Parameters:
      aGXYView - the view to save models from.
      See Also:
    • getGXYView

      public ILcdGXYView getGXYView()
      Returns the view to save models from.
      Returns:
      the view to save models from.
      See Also:
    • setParentFrame

      public void setParentFrame(Frame aParentFrame)
      Sets the frame to display any save dialogs in.
      Parameters:
      aParentFrame - the frame to display any save dialogs in.
      See Also:
    • getParentFrame

      public Frame getParentFrame()
      Returns the frame to display any save dialogs in.
      Returns:
      the frame to display any save dialogs in.
      See Also:
    • actionPerformed

      public void actionPerformed(ActionEvent e)