Class PomProgrammerView

java.lang.Object
org.bidib.wizard.mvc.pom.view.PomProgrammerView
All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable, RegisteredDialog

public class PomProgrammerView extends Object implements com.vlsolutions.swing.docking.Dockable, RegisteredDialog
  • Constructor Details

    • PomProgrammerView

      public PomProgrammerView(PomProgrammerModel pomProgrammerModel, CurrentAddressBeanModel currentAddressBeanModel)
      Creates a new instance of PomProgrammerView.
      Parameters:
      pomProgrammerModel - the POM programmer model
  • Method Details

    • prepareKey

      public static String prepareKey(Integer address)
    • getKey

      public String getKey()
      Specified by:
      getKey in interface RegisteredDialog
      Returns:
      the key that is used to register the dialog
    • getComponent

      public Component getComponent()
      Specified by:
      getComponent in interface com.vlsolutions.swing.docking.Dockable
    • getDockKey

      public com.vlsolutions.swing.docking.DockKey getDockKey()
      Specified by:
      getDockKey in interface com.vlsolutions.swing.docking.Dockable
    • prepareDockable

      public void prepareDockable(com.vlsolutions.swing.docking.DockingDesktop desktop, int x, int y)
    • getWindow

      public Window getWindow()
      Specified by:
      getWindow in interface RegisteredDialog
      Returns:
      the window
    • showDialog

      public void showDialog(JFrame parent, int x, int y)
    • initialize

      public void initialize()
    • addPomProgrammerViewListener

      public void addPomProgrammerViewListener(PomProgrammerViewListener l)
    • close

      public void close()
    • closeDialog

      public void closeDialog()