java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.project.documents.layout.fframes.gui.numberFormat.DecimalFormatDialog
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class DecimalFormatDialog extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, ActionListener
Encapsulates DecimalFormatPanel on an IWindow that can be directly opened as Dialog.
Author:
Cesar Martinez Izquierdo
See Also:
  • Constructor Details

  • Method Details

    • initComponents

      protected void initComponents()
    • getPanel

      public DecimalFormatPanel getPanel()
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • actionPerformed

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

      public void addOkButtonActionListener(ActionListener l)
    • addCancelButtonActionListener

      public void addCancelButtonActionListener(ActionListener l)