Package org.bidib.wizard.mvc.pt.view
Class PtProgrammerView
- java.lang.Object
-
- org.bidib.wizard.mvc.pt.view.PtProgrammerView
-
- All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable
public class PtProgrammerView extends Object implements com.vlsolutions.swing.docking.Dockable
-
-
Constructor Summary
Constructors Constructor Description PtProgrammerView(PtProgrammerModel ptProgrammerModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPtProgrammerViewListener(PtProgrammerViewListener l)voidclose()ComponentgetComponent()com.vlsolutions.swing.docking.DockKeygetDockKey()voidinitialize()voidprepareDockable(com.vlsolutions.swing.docking.DockingDesktop desktop, int x, int y)voidshowDialog(JFrame parent, int x, int y)
-
-
-
Constructor Detail
-
PtProgrammerView
public PtProgrammerView(PtProgrammerModel ptProgrammerModel)
-
-
Method Detail
-
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)
-
showDialog
public void showDialog(JFrame parent, int x, int y)
-
initialize
public void initialize()
-
addPtProgrammerViewListener
public void addPtProgrammerViewListener(PtProgrammerViewListener l)
-
close
public void close()
-
-