Package hec.gfx2d

Class G2dPropertiesDlg

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable, ButtonCmdPanelListener

public class G2dPropertiesDlg extends RmaJDialog implements 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, DefaultJPanel[] panels)
    • G2dPropertiesDlg

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

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

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

      public G2dPropertiesDlg(String title)
    • G2dPropertiesDlg

      public G2dPropertiesDlg()
  • Method Details

    • addNotify

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

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

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

      public void buttonCmdActionPerformed(ActionEvent event)
      Specified by:
      buttonCmdActionPerformed in interface 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)