com.ibm.as400.ui.framework
Class XMLSplitPaneDefinition

java.lang.Object
  extended by com.ibm.as400.ui.framework.XMLSplitPaneDefinition
All Implemented Interfaces:
Serializable, DocumentHandler

public class XMLSplitPaneDefinition
extends Object
implements Serializable, DocumentHandler

See Also:
Serialized Form

Constructor Summary
Constructor and Description
XMLSplitPaneDefinition(String sName)
           
XMLSplitPaneDefinition(String baseName, Locale locale)
           
XMLSplitPaneDefinition(String baseName, Locale locale, String splitPaneName)
           
XMLSplitPaneDefinition(String baseName, ResourceBundle properties, String paneName, String sxml, PanelDefinitionsDescriptor pdd)
           
 
Method Summary
Modifier and Type Method and Description
 void characters(char[] ch, int start, int length)
          This is a SAX ContentHandler method.
 void dump()
           
 void endDocument()
          This is a SAX DocumentHandler method.
 void endElement(String name)
          This is a SAX ContentHandler method.
 void endPrefixMapping(String prefix)
          This is a SAX ContentHandler method.
 Vector getPanes()
           
 SplitPaneDescriptor getSplitPane()
           
 PanelDefinitionsDescriptor getSplitPaneDefinitions()
           
 void ignorableWhitespace(char[] ch, int start, int length)
          This is a SAX ContentHandler method.
static void main(String[] args)
           
 void processingInstruction(String target, String data)
          This is a SAX ContentHandler method.
 void setDocumentLocator(Locator locator)
          This is a SAX ContentHandler method.
 void skippedEntity(String name)
          This is a SAX ContentHandler method.
 void startDocument()
          This is a SAX DocumentHandler method.
 void startElement(String name, AttributeList attributeList)
          This is a SAX DocumentHandler method.
 void startPrefixMapping(String prefix, String uri)
          This is a SAX ContentHandler method.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLSplitPaneDefinition

public XMLSplitPaneDefinition(String baseName,
                              Locale locale,
                              String splitPaneName)
                       throws MissingResourceException,
                              IOException,
                              ParseException,
                              PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLSplitPaneDefinition

public XMLSplitPaneDefinition(String baseName,
                              Locale locale)
                       throws MissingResourceException,
                              IOException,
                              ParseException,
                              PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLSplitPaneDefinition

public XMLSplitPaneDefinition(String baseName,
                              ResourceBundle properties,
                              String paneName,
                              String sxml,
                              PanelDefinitionsDescriptor pdd)
                       throws MissingResourceException,
                              IOException,
                              ParseException,
                              PDMLSpecificationException
Throws:
MissingResourceException
IOException
ParseException
PDMLSpecificationException

XMLSplitPaneDefinition

public XMLSplitPaneDefinition(String sName)
Method Detail

main

public static void main(String[] args)

getSplitPaneDefinitions

public PanelDefinitionsDescriptor getSplitPaneDefinitions()

getSplitPane

public SplitPaneDescriptor getSplitPane()

getPanes

public Vector getPanes()

toString

public String toString()
Overrides:
toString in class Object

dump

public void dump()

startDocument

public void startDocument()
This is a SAX DocumentHandler method.

Specified by:
startDocument in interface DocumentHandler

endDocument

public void endDocument()
This is a SAX DocumentHandler method.

Specified by:
endDocument in interface DocumentHandler

startElement

public void startElement(String name,
                         AttributeList attributeList)
This is a SAX DocumentHandler method.

Specified by:
startElement in interface DocumentHandler

endElement

public void endElement(String name)
This is a SAX ContentHandler method.

Specified by:
endElement in interface DocumentHandler

characters

public void characters(char[] ch,
                       int start,
                       int length)
This is a SAX ContentHandler method.

Specified by:
characters in interface DocumentHandler

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
This is a SAX ContentHandler method.

Specified by:
ignorableWhitespace in interface DocumentHandler

processingInstruction

public void processingInstruction(String target,
                                  String data)
This is a SAX ContentHandler method.

Specified by:
processingInstruction in interface DocumentHandler

setDocumentLocator

public void setDocumentLocator(Locator locator)
This is a SAX ContentHandler method.

Specified by:
setDocumentLocator in interface DocumentHandler

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
This is a SAX ContentHandler method.


endPrefixMapping

public void endPrefixMapping(String prefix)
This is a SAX ContentHandler method.


skippedEntity

public void skippedEntity(String name)
This is a SAX ContentHandler method.