ice.pilots.html4
Class ComponentFactory
java.lang.Object
ice.pilots.html4.ComponentFactory
- public abstract class ComponentFactory
- extends Object
|
Method Summary |
protected abstract DocPaneXml |
createDocPane()
Create the main graphical container for the document |
protected abstract void |
dispose()
Dispose of this factory. |
protected abstract String |
getMedia()
Returns the media that this factory represents. |
static int |
parseButton(String value,
int defaultValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentFactory
public ComponentFactory()
parseButton
public static int parseButton(String value,
int defaultValue)
getMedia
protected abstract String getMedia()
- Returns the media that this factory represents.
createDocPane
protected abstract DocPaneXml createDocPane()
- Create the main graphical container for the document
dispose
protected abstract void dispose()
- Dispose of this factory. Called by the Pilot when it is being disposed