public class EepicContentType extends java.lang.Object implements ContentType
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
mime |
protected java.lang.String |
name |
| Constructor and Description |
|---|
EepicContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(java.util.Properties p)
Configure the EditorKit and the FormatterFactory returned by the factory methods,
from the given Properties
|
AbstractCustomizer |
createCustomizer(java.util.Properties prop)
Returns a customizer panel for this content-type
|
FormatterFactory |
createFormatter()
creates a FormatterFactory that's suited for this content-type
default implementation returns null.
|
ViewFactory |
createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
java.lang.String |
getPresentationName()
Return the presentation name of this content-type
|
public java.lang.String getPresentationName()
ContentTypegetPresentationName in interface ContentTypepublic ViewFactory createViewFactory()
createViewFactory in interface ContentTypepublic FormatterFactory createFormatter()
createFormatter in interface ContentTypepublic AbstractCustomizer createCustomizer(java.util.Properties prop)
createCustomizer in interface ContentTypeprop - used to init the component or to store user-preferences on demandpublic void configure(java.util.Properties p)
configure in interface ContentTypeSubmit a bug : syd@jpicedt.org