Uses of Class
jpicedt.ui.MDIManager
-
Packages that use MDIManager Package Description jpicedt Contains the main JPicEdt class, as well as some utilities.jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's.jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. -
-
Uses of MDIManager in jpicedt
Methods in jpicedt that return MDIManager Modifier and Type Method Description static MDIManagerJPicEdt. getMDIManager()Methods in jpicedt with parameters of type MDIManager Modifier and Type Method Description static voidJPicEdt. setMDIManager(MDIManager aMdiManager)set the MDI manager that should be used for jPicEdt -
Uses of MDIManager in jpicedt.ui
Methods in jpicedt.ui that return MDIManager Modifier and Type Method Description static MDIManagerMDIManager. createMDIManager(java.lang.String value, PEProgressBar progress)Create an MDIManager according to the given value. -
Uses of MDIManager in jpicedt.ui.internal
Subclasses of MDIManager in jpicedt.ui.internal Modifier and Type Class Description classInternalFrameMDIManagerAn MDI Manager implementation for "childframe" mode (ie using JInternalFrame's).classJFrameMDIManagerAn MDI Manager implementation for JFrame's
-