|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
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. |
Uses of ContentType in jpicedt |
Methods in jpicedt that return ContentType | |
static ContentType |
MiscUtilities.getContentTypeFromClassName(String contentTypeClassName)
|
Uses of ContentType in jpicedt.format.output.eepic |
Classes in jpicedt.format.output.eepic that implement ContentType | |
class |
EepicContentType
Specifies content-type for Drawing's created by editor-kits. |
Uses of ContentType in jpicedt.format.output.latex |
Classes in jpicedt.format.output.latex that implement ContentType | |
class |
LatexContentType
Specifies content-type for Drawing's created by editor-kits. |
Uses of ContentType in jpicedt.format.output.pstricks |
Classes in jpicedt.format.output.pstricks that implement ContentType | |
class |
PstricksContentType
ContentType for the Pstricks format. |
Uses of ContentType in jpicedt.graphic |
Classes in jpicedt.graphic that implement ContentType | |
class |
DefaultContentType
Default implementation of the ContentType interface suited for the JPIC-XML language. |
Fields in jpicedt.graphic declared as ContentType | |
protected ContentType |
PECanvas.contentType
the current content-type for this PECanvas (determines the EditorKit behaviour) |
Methods in jpicedt.graphic that return ContentType | |
ContentType |
PECanvas.getContentType()
|
Methods in jpicedt.graphic with parameters of type ContentType | |
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. |
Constructors in jpicedt.graphic with parameters of type ContentType | |
PECanvas(double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
Construct a new PECanvas with the default editor-kit and drawing as content storage. |
Uses of ContentType in jpicedt.graphic.toolkit |
Methods in jpicedt.graphic.toolkit that return ContentType | |
ContentType |
EditorKit.createDefaultContentType()
Creates a default content-type suited for this editor |
Methods in jpicedt.graphic.toolkit with parameters of type ContentType | |
void |
EditorKit.setFactoriesFromContentType(ContentType ct)
plugs new FormatterFactory and ViewFactory into this EditorKit, using the given ContentType to create them on-the-fly. |
Constructors in jpicedt.graphic.toolkit with parameters of type ContentType | |
EditorKit(ContentType contentType,
EditorKit oldKit)
Construct a new EditorKit with SELECT being the default initial edit-mode. |
Uses of ContentType in jpicedt.ui |
Constructors in jpicedt.ui with parameters of type ContentType | |
PEDrawingBoard(int untitledIndex,
double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType)
create a new empty drawing board with a (localized) "untitled" title |
|
PEDrawingBoard(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. |
Uses of ContentType in jpicedt.ui.util |
Constructors in jpicedt.ui.util with parameters of type ContentType | |
RunExternalCommand(Drawing drawing,
ContentType contentType,
String commandToRun)
|
|
RunExternalCommand(Drawing drawing,
ContentType contentType,
String cmdLine,
boolean isWriteTmpTeXfile)
Mostly for debugging purpose, or when used outside the jpicedt.ui package (since then JPicEdt.preferences are no longer available). |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |