Class JDialogAction

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogAction extends JDialogBase implements ActionListener
See Also:
  • Field Details

    • buttonPanel

      private JPanel buttonPanel
      Panel to contain the okay/cancel/help buttons.
    • parent

      private MipavGraphPanel parent
      Parent graph panel to update on 'OK'
    • action

      private String action
      Current notes for the node.
    • pickedNode

      private hypergraph.graphApi.Node pickedNode
    • actionField

      private JTextField actionField
      NoteField for providing a note about this marker. Note only displayed when clicked.
  • Constructor Details

    • JDialogAction

      public JDialogAction(MipavGraphPanel kParent, hypergraph.graphApi.Node pickedNode, String Action, boolean setVisible)
  • Method Details