|
|||||||||
| Home >> All >> fzi >> injectj >> [ jbuilder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
fzi.injectj.jbuilder
Class IJEditorKit

java.lang.ObjectTextEditorKit
fzi.injectj.jbuilder.IJEditorKit
- public class IJEditorKit
- extends TextEditorKit
Überschrift: Beschreibung: Copyright: Copyright (c) 2001 Organisation:
- Version:
- 1.0
| Constructor Summary | |
IJEditorKit()
|
|
| Method Summary | |
java.lang.Object |
clone()
Create a copy of the editor kit. |
Scanner |
createScanner()
Create an instance of the appropriate Scanner class to use with this kit. |
java.lang.String |
getContentType()
Get the MIME type of the data that this kit represents support for. |
static void |
initOpenTool(byte majorVersion,
byte minorVersion)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
IJEditorKit
public IJEditorKit()
| Method Detail |
initOpenTool
public static void initOpenTool(byte majorVersion,
byte minorVersion)
createScanner
public Scanner createScanner()
- Create an instance of the appropriate Scanner class to use with this kit.
getContentType
public java.lang.String getContentType()
- Get the MIME type of the data that this
kit represents support for.
clone
public java.lang.Object clone()
- Create a copy of the editor kit. This
allows an implementation to serve as a prototype
for others, so that they can be quickly created.
|
|||||||||
| Home >> All >> fzi >> injectj >> [ jbuilder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
TextEditorKit