Package | Description |
---|---|
jpicedt |
Contains the main JPicEdt class, as well as some utilities.
|
jpicedt.format.output.eepic |
Classes (formatter, view factory,...) related to the epic/eepic content-type.
|
jpicedt.format.output.latex |
Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.
|
jpicedt.format.output.pstricks |
Classes (formatter, view factory,...) related to the PsTricks content-type.
|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
jpicedt.ui |
Some classes and interfaces that help building concrete implementation of MDIManager's.
|
jpicedt.ui.util |
Utilities classes.
|
Modifier and Type | Method and Description |
---|---|
static ContentType |
MiscUtilities.getContentTypeFromClassName(java.lang.String contentTypeClassName) |
Modifier and Type | Class and Description |
---|---|
class |
EepicContentType
Specifies content-type for Drawing's created by editor-kits.
|
Modifier and Type | Class and Description |
---|---|
class |
LatexContentType
Specifies content-type for Drawing's created by editor-kits.
|
Modifier and Type | Class and Description |
---|---|
class |
PstricksContentType
ContentType for the Pstricks format.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContentType
Default implementation of the ContentType interface suited for the JPIC-XML language.
|
Modifier and Type | Field and Description |
---|---|
protected ContentType |
PECanvas.contentType
the current content-type for this PECanvas (determines the EditorKit behaviour)
|
Modifier and Type | Method and Description |
---|---|
ContentType |
PECanvas.getContentType() |
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. |
void |
PECanvas.setContentType(ContentType newContentType)
change the current content-type: this implies plugging a new ViewFactory and a new FormatterFactory
to the currently installed EditorKit, as obtained from the given newContentType argument.
|
Constructor and Description |
---|
PECanvas(double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
Construct a new PECanvas with the default editor-kit and drawing as content storage.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
EditorKit.createDefaultContentType()
Creates a default content-type suited for this editor
|
Modifier and Type | Method and Description |
---|---|
void |
EditorKit.setFactoriesFromContentType(ContentType ct)
plugs new FormatterFactory and ViewFactory into this EditorKit, using the given ContentType to create them on-the-fly.
|
Constructor and Description |
---|
EditorKit(ContentType contentType,
EditorKit oldKit)
Construct a new EditorKit with SELECT being the default initial edit-mode.
|
Constructor and Description |
---|
PEDrawingBoard(int untitledIndex,
double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
create a new empty drawing board with a (localized) "untitled" title
|
PEDrawingBoard(java.lang.String path,
double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType,
Parser parser)
create a new drawing board pre-loaded from the given path ; set title from this path.
|
Constructor and Description |
---|
RunExternalCommand(Drawing drawing,
ContentType contentType,
java.lang.String commandToRun) |
RunExternalCommand(Drawing drawing,
ContentType contentType,
java.lang.String cmdLine,
boolean isWriteTmpTeXfile)
Mostly for debugging purpose, or when used outside the jpicedt.ui package (since then JPicEdt.preferences
are no longer available).
|
Submit a bug : syd@jpicedt.org