Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

fzi.injectj.jbuilder
Class IJEditorKit  view IJEditorKit download IJEditorKit.java

java.lang.Object
  extended byTextEditorKit
      extended byfzi.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.