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.
|
Modifier and Type | Method and Description |
---|---|
static MDIManager |
JPicEdt.getMDIManager() |
Modifier and Type | Method and Description |
---|---|
static void |
JPicEdt.setMDIManager(MDIManager aMdiManager)
set the MDI manager that should be used for jPicEdt
|
Modifier and Type | Method and Description |
---|---|
static MDIManager |
MDIManager.createMDIManager(java.lang.String value,
PEProgressBar progress)
Create an MDIManager according to the given value.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalFrameMDIManager
An MDI Manager implementation for "childframe" mode (ie using JInternalFrame's).
|
class |
JFrameMDIManager
An MDI Manager implementation for JFrame's
|
Submit a bug : syd@jpicedt.org