Uses of Interface
jpicedt.graphic.ContentType
-
Packages that use ContentType 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. -
-
Uses of ContentType in jpicedt
Methods in jpicedt that return ContentType Modifier and Type Method Description static ContentTypeMiscUtilities. getContentTypeFromClassName(java.lang.String contentTypeClassName) -
Uses of ContentType in jpicedt.format.output.eepic
Classes in jpicedt.format.output.eepic that implement ContentType Modifier and Type Class Description classEepicContentTypeSpecifies 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 Modifier and Type Class Description classLatexContentTypeSpecifies 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 Modifier and Type Class Description classPstricksContentTypeContentType for the Pstricks format. -
Uses of ContentType in jpicedt.graphic
Classes in jpicedt.graphic that implement ContentType Modifier and Type Class Description classDefaultContentTypeDefault implementation of the ContentType interface suited for the JPIC-XML language.Fields in jpicedt.graphic declared as ContentType Modifier and Type Field Description protected ContentTypePECanvas. contentTypethe current content-type for this PECanvas (determines the EditorKit behaviour)Methods in jpicedt.graphic that return ContentType Modifier and Type Method Description ContentTypePECanvas. getContentType()Methods in jpicedt.graphic with parameters of type ContentType Modifier and Type Method Description protected EditorKitPECanvas. createDefaultEditorKit(ContentType contentType)Creates a default editor kit (EditorKit) whose factory delegates are initialized from the given content-type.voidPECanvas. 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 Constructor Description 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 Modifier and Type Method Description ContentTypeEditorKit. createDefaultContentType()Creates a default content-type suited for this editorMethods in jpicedt.graphic.toolkit with parameters of type ContentType Modifier and Type Method Description voidEditorKit. 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 Constructor Description 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 Constructor Description PEDrawingBoard(int untitledIndex, double zoom, PageFormat pageFormat, Grid grid, ContentType contentType)create a new empty drawing board with a (localized) "untitled" titlePEDrawingBoard(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. -
Uses of ContentType in jpicedt.ui.util
Constructors in jpicedt.ui.util with parameters of type ContentType Constructor 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).
-