Package | Description |
---|---|
jpicedt |
Contains the main JPicEdt class, as well as some utilities.
|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.event |
Various events used for the communication between model, view and controler, as well as to
notify external receivers of changes
in the document structure, appearance,...
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
Modifier and Type | Method and Description |
---|---|
static EditorKit |
JPicEdt.getActiveEditorKit()
Return the EditorKit attached to the currently active PECanvas (ie hosted by the currently active PEDrawinBoard),
or null if no board is currently active.
|
Modifier and Type | Field and Description |
---|---|
protected EditorKit |
PECanvas.kit
the current editor kit for this component
|
Modifier and Type | Method and Description |
---|---|
protected EditorKit |
PECanvas.createDefaultEditorKit(ContentType contentType)
Creates a default editor kit (
EditorKit ) whose factory delegates are initialized
from the given content-type. |
EditorKit |
PECanvas.getEditorKit()
Fetches the currently installed kit for handling content.
|
Modifier and Type | Method and Description |
---|---|
void |
PECanvas.setEditorKit(EditorKit kit)
Sets the currently installed kit for handling content.
|
Modifier and Type | Method and Description |
---|---|
EditorKit |
EditorKitEvent.getSource()
Return the editor kit that sourced this event
|
EditorKit |
HelpMessageEvent.getSource()
Return the editor kit that sourced this event.
|
Constructor and Description |
---|
EditorKitEvent(EditorKit source,
EditorKitEvent.EventType type,
HitInfo hitInfo)
contruct a new EditorKitEvent.
|
HelpMessageEvent(EditorKit source,
java.lang.String message)
contruct a new event
|
Modifier and Type | Method and Description |
---|---|
EditorKit |
AbstractMouseTransformFactory.getEditorKit()
Return the hosting EditorKit for mouse-tools which work with this factory.
|
protected EditorKit |
PEAction.getEditorKit()
Returns the EditorKit associated with the target PECanvas (this is a convenience
call to
getCanvas() . |
Constructor and Description |
---|
AbstractMouseTransformFactory(EditorKit kit) |
DefaultSelectionHandler(EditorKit kit)
construct a new selection handler for this editor kit, with SelectionHandlerView as the default view.
|
DrawToolFactory(EditorKit editorKit) |
EditElementMouseTransformFactory(EditorKit kit) |
EditorKit(ContentType contentType,
EditorKit oldKit)
Construct a new EditorKit with SELECT being the default initial edit-mode.
|
EditPointMouseTransformFactory(EditorKit kit) |
MoveTool(EditorKit kit,
Element target) |
RotateTool(EditorKit kit,
Element target) |
ScaleTool(EditorKit kit,
Element target) |
ZoomTool(EditorKit kit)
construct a new ZoomTool for the given EditorKit
|
Submit a bug : syd@jpicedt.org