ice.pilots.html4
Class ComponentFactory

java.lang.Object
  extended byice.pilots.html4.ComponentFactory

public abstract class ComponentFactory
extends Object


Constructor Summary
ComponentFactory()
           
 
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
 

Constructor Detail

ComponentFactory

public ComponentFactory()
Method Detail

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