Package hec.gfx2d

Class G2dPropertiesDlg

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, rma.lang.Modifiable, rma.swing.ButtonCmdPanelListener

public class G2dPropertiesDlg extends rma.swing.RmaJDialog implements rma.swing.ButtonCmdPanelListener
See Also:
  • Field Details

    • OK_BUTTON_ACTION

      public static int OK_BUTTON_ACTION
    • APPLY_BUTTON_ACTION

      public static int APPLY_BUTTON_ACTION
  • Constructor Details

    • G2dPropertiesDlg

      public G2dPropertiesDlg(Frame parent, boolean model, rma.swing.DefaultJPanel[] panels)
    • G2dPropertiesDlg

      public G2dPropertiesDlg(Frame parent, boolean model, String title, rma.swing.DefaultJPanel[] panels)
    • G2dPropertiesDlg

      public G2dPropertiesDlg(Dialog parent, boolean model, rma.swing.DefaultJPanel[] panels)
    • G2dPropertiesDlg

      public G2dPropertiesDlg(Dialog parent, boolean model, String title, rma.swing.DefaultJPanel[] panels)
    • G2dPropertiesDlg

      public G2dPropertiesDlg(String title)
    • G2dPropertiesDlg

      public G2dPropertiesDlg()
  • Method Details

    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class rma.swing.RmaJDialog
    • main

      public static void main(String[] args)
    • setVisible

      public void setVisible(boolean b)
      Description copied from class: rma.swing.RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class rma.swing.RmaJDialog
    • buttonCmdActionPerformed

      public void buttonCmdActionPerformed(ActionEvent event)
      Specified by:
      buttonCmdActionPerformed in interface rma.swing.ButtonCmdPanelListener
    • isCanceled

      public boolean isCanceled()
      Tests to see if the user has clicked the cancel button on this dialog
      Returns:
      true if the user clicked the cancel button. Otherwise false.
    • addOKListener

      public void addOKListener(ActionListener l)
    • removeOKListener

      public void removeOKListener(ActionListener l)
    • fireActionPerformed

      protected void fireActionPerformed(int actionId)
    • setSelectedTabIndex

      public void setSelectedTabIndex(int idx)
    • setTabEnabled

      public void setTabEnabled(int tabindex, boolean enabled)