com.ibm.as400.ui.framework
Class XMLTabbedPaneDefinition

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

public class XMLTabbedPaneDefinition
extends Object
implements Serializable, DocumentHandler

See Also:
Serialized Form

Constructor Summary
Constructor and Description
XMLTabbedPaneDefinition(String sName)
           
XMLTabbedPaneDefinition(String baseName, Locale locale)
           
XMLTabbedPaneDefinition(String baseName, Locale locale, String tabbedPaneName)
           
XMLTabbedPaneDefinition(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 ContentHandler method.
 void endElement(String name)
          This is a SAX ContentHandler method.
 void endPrefixMapping(String prefix)
          This is a SAX ContentHandler method.
 Vector getPanes()
           
 TabbedPaneDescriptor getTabbedPane()
           
 PanelDefinitionsDescriptor getTabbedPaneDefinitions()
           
 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 ContentHandler method.
 void startElement(String name, AttributeList attributeList)
          This is a SAX ContentHandler 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

XMLTabbedPaneDefinition

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

XMLTabbedPaneDefinition

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

XMLTabbedPaneDefinition

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

XMLTabbedPaneDefinition

public XMLTabbedPaneDefinition(String sName)
Method Detail

main

public static void main(String[] args)

getTabbedPaneDefinitions

public PanelDefinitionsDescriptor getTabbedPaneDefinitions()

getTabbedPane

public TabbedPaneDescriptor getTabbedPane()

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 ContentHandler method.

Specified by:
startDocument in interface DocumentHandler

endDocument

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

Specified by:
endDocument in interface DocumentHandler

startElement

public void startElement(String name,
                         AttributeList attributeList)
This is a SAX ContentHandler 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.