|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpicedt.graphic.DefaultContentType
public class DefaultContentType
Default implementation of the ContentType interface suited for the JPIC-XML language.
| Field Summary | |
|---|---|
protected String |
mime
|
protected String |
name
|
| Constructor Summary | |
|---|---|
DefaultContentType()
|
|
| Method Summary | |
|---|---|
void |
configure(Properties p)
Configure the EditorKit and the FormatterFactory (as returned by factory
methods), from the given Properties. |
AbstractCustomizer |
createCustomizer(Properties prop)
Returns a customizer panel for this content-type. |
FormatterFactory |
createFormatter()
creates a FormatterFactory suited for the JPIC-XML content-type |
ViewFactory |
createViewFactory()
Creates a ViewFactory that's suited for this content-type |
String |
getPresentationName()
Return the presentation name of the JPIC-XML content-type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String mime
| Constructor Detail |
|---|
public DefaultContentType()
| Method Detail |
|---|
public String getPresentationName()
getPresentationName in interface ContentTypepublic ViewFactory createViewFactory()
createViewFactory in interface ContentTypepublic FormatterFactory createFormatter()
FormatterFactory suited for the JPIC-XML content-type
createFormatter in interface ContentTypepublic AbstractCustomizer createCustomizer(Properties prop)
createCustomizer in interface ContentTypeprop - used to init the component or to store preferences on-demand.
public void configure(Properties p)
EditorKit and the FormatterFactory (as returned by factory
methods), from the given Properties.
configure in interface ContentType
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||