Package org.bidib.wizard.mvc.pom.view
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 Summary
Constructors Constructor Description PomProgrammerView(PomProgrammerModel pomProgrammerModel, CurrentAddressBeanModel currentAddressBeanModel)Creates a new instance of PomProgrammerView.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPomProgrammerViewListener(PomProgrammerViewListener l)voidclose()voidcloseDialog()ComponentgetComponent()com.vlsolutions.swing.docking.DockKeygetDockKey()StringgetKey()WindowgetWindow()voidinitialize()voidprepareDockable(com.vlsolutions.swing.docking.DockingDesktop desktop, int x, int y)static StringprepareKey(Integer address)voidshowDialog(JFrame parent, int x, int y)
-
-
-
Constructor Detail
-
PomProgrammerView
public PomProgrammerView(PomProgrammerModel pomProgrammerModel, CurrentAddressBeanModel currentAddressBeanModel)
Creates a new instance of PomProgrammerView.- Parameters:
pomProgrammerModel- the POM programmer model
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceRegisteredDialog- Returns:
- the key that is used to register the dialog
-
getComponent
public Component getComponent()
- Specified by:
getComponentin interfacecom.vlsolutions.swing.docking.Dockable
-
getDockKey
public com.vlsolutions.swing.docking.DockKey getDockKey()
- Specified by:
getDockKeyin interfacecom.vlsolutions.swing.docking.Dockable
-
prepareDockable
public void prepareDockable(com.vlsolutions.swing.docking.DockingDesktop desktop, int x, int y)
-
getWindow
public Window getWindow()
- Specified by:
getWindowin interfaceRegisteredDialog- 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()
-
-