|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
jpicedt | Contains the main JPicEdt class, as well as some utilities. |
jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
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.format.output.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ 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 for user interface. |
Uses of ContentType in jpicedt |
---|
Methods in jpicedt that return ContentType | |
---|---|
static ContentType |
MiscUtilities.getContentTypeFromClassName(String contentTypeClassName)
|
Uses of ContentType in jpicedt.format.output.dxf |
---|
Classes in jpicedt.format.output.dxf that implement ContentType | |
---|---|
class |
DXFContentType
Spécifie le type de contenue pour des Drawing créés par des editor-kits. |
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.format.output.tikz |
---|
Classes in jpicedt.format.output.tikz that implement ContentType | |
---|---|
class |
TikzContentType
Spécifie le type de contenue pour des Drawing créés par des editor-kits. |
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 author: Sylvain Reynal |
|
PEDrawingBoard(String path,
double zoom,
PageFormat pageFormat,
Grid grid,
ContentType contentType,
ExtractionParsing 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,
RunExternalCommand.Command commandToRun,
MDIManager mdimgr)
|
|
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 |