Class FConfigLayoutDialog

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.layout.gui.dialogs.FConfigLayoutDialog
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class FConfigLayoutDialog extends JPanel implements ActionListener
Dialog which can be used to configure the Layout page settings
Author:
Vicente Caballero Navarro, Cesar Martinez Izquierdo
See Also:
  • Field Details

    • m_layout

      protected LayoutPanel m_layout
    • temporaryAttributes

      protected Attributes temporaryAttributes
  • Constructor Details

    • FConfigLayoutDialog

      public FConfigLayoutDialog(LayoutPanel layout)
      This is the default constructor
      Parameters:
      layout - Referencia al Layout.
    • FConfigLayoutDialog

      public FConfigLayoutDialog(LayoutPanel layout, boolean showViewList)
      This is the default constructor
      Parameters:
      layout - Referencia al Layout.
  • Method Details

    • getPnlAcceptCancel

      public org.gvsig.gui.beans.AcceptCancelPanel getPnlAcceptCancel()
    • onUnitsChange

      protected void onUnitsChange()
    • addOkButtonActionListener

      public void addOkButtonActionListener(ActionListener l)
    • addCancelButtonActionListener

      public void addCancelButtonActionListener(ActionListener l)
    • getSelectedView

      protected org.gvsig.app.project.documents.view.ViewDocument getSelectedView()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener