站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

AbbrevsMIMEProcessor (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor.options
Class AbbrevsMIMEProcessor

java.lang.Object
  extended by org.netbeans.modules.editor.options.MIMEProcessor
      extended by org.netbeans.modules.editor.options.AbbrevsMIMEProcessor
All Implemented Interfaces:
InstanceCookie, XMLDataObject.Processor, Node.Cookie

public class AbbrevsMIMEProcessor
extends MIMEProcessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openide.cookies.InstanceCookie
InstanceCookie.Of
 
Field Summary
static String PUBLIC_ID
          Public ID of catalog.
static String SYSTEM_ID
           
 
Fields inherited from class org.netbeans.modules.editor.options.MIMEProcessor
xmlDataObject
 
Constructor Summary
AbbrevsMIMEProcessor()
           
 
Method Summary
 MIMEOptionFile createMIMEOptionFile(BaseOptions o, Object b)
          Creates appropriate MIME Option file
 Class getAsociatedMIMEOptionFile()
          Gets the class of MIMEOption file that handle this XML file type
 String getPublicID()
          Gets DTD's PUBLIC_ID
 String getSystemID()
          Gets DTD's SYSTEM_ID
 
Methods inherited from class org.netbeans.modules.editor.options.MIMEProcessor
attachTo, getXMLDataObject, instanceClass, instanceCreate, instanceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC_ID

public static final String PUBLIC_ID
Public ID of catalog.

See Also:
Constant Field Values

SYSTEM_ID

public static final String SYSTEM_ID
See Also:
Constant Field Values
Constructor Detail

AbbrevsMIMEProcessor

public AbbrevsMIMEProcessor()
Method Detail

getPublicID

public String getPublicID()
Gets DTD's PUBLIC_ID

Specified by:
getPublicID in class MIMEProcessor

getSystemID

public String getSystemID()
Gets DTD's SYSTEM_ID

Specified by:
getSystemID in class MIMEProcessor

getAsociatedMIMEOptionFile

public Class getAsociatedMIMEOptionFile()
Gets the class of MIMEOption file that handle this XML file type

Specified by:
getAsociatedMIMEOptionFile in class MIMEProcessor

createMIMEOptionFile

public MIMEOptionFile createMIMEOptionFile(BaseOptions o,
                                           Object b)
Creates appropriate MIME Option file

Specified by:
createMIMEOptionFile in class MIMEProcessor
Parameters:
o - BaseOption subClass
b - object of MIMEProcessor

org.netbeans.modules.editor/3 1.32.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.