|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MDIManager | |
|---|---|
| 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.dialog | Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...) |
| jpicedt.ui.internal | Implementation of MDIManager and related using JInternalFrame's. |
| jpicedt.ui.util | Utilities classes for user interface. |
| Uses of MDIManager in jpicedt |
|---|
| Methods in jpicedt that return MDIManager | |
|---|---|
static MDIManager |
JPicEdt.getMDIManager()
|
| Methods in jpicedt with parameters of type MDIManager | |
|---|---|
static void |
JPicEdt.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 | |
|---|---|
static MDIManager |
MDIManager.createMDIManager(String value,
PEProgressBar progress)
Create an MDIManager according to the given value. |
| Uses of MDIManager in jpicedt.ui.dialog |
|---|
| Fields in jpicedt.ui.dialog declared as MDIManager | |
|---|---|
protected MDIManager |
UserConfirmationCache.mdimgr
|
| Constructors in jpicedt.ui.dialog with parameters of type MDIManager | |
|---|---|
DialogAbout(MDIManager mdimgr)
Construct a new "about…" dialog |
|
RadioChoiceDialog(MDIManager mdimgr,
String title,
String cause,
String prompt1,
String prompt2,
String[] choiceLabels,
int initialChoice)
Construit une boîte de dialogue RadioChoiceDialog. |
|
RotateCenterChooser(MDIManager mdimgr,
RotateCenterChooser.RotateCenterChoice choice)
|
|
UserConfirmationCache(MDIManager mdimgr)
|
|
ViewFormattedStringDialog(PECanvas canvas,
MDIManager mdimgr)
|
|
| Uses of MDIManager in jpicedt.ui.internal |
|---|
| Subclasses of MDIManager in jpicedt.ui.internal | |
|---|---|
class |
InternalFrameMDIManager
An MDI Manager implementation for "childframe" mode (ie using JInternalFrame's). |
class |
JFrameMDIManager
An MDI Manager implementation for JFrame's |
| Uses of MDIManager in jpicedt.ui.util |
|---|
| Constructors in jpicedt.ui.util with parameters of type MDIManager | |
|---|---|
BeanShell(MDIManager mdimgr)
Open a new BSH console, and start the BSH interpreter interactively in it. |
|
HtmlViewer(String fileName,
String title,
MDIManager mdimgr)
Construct a new HTML Window with the given file and title |
|
HtmlViewer(URL contentUrl,
String title,
MDIManager mdimgr)
Construct a new HTML Window with the given file and title |
|
RunExternalCommand(Drawing drawing,
ContentType contentType,
RunExternalCommand.Command commandToRun,
MDIManager mdimgr)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||