|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.ui.framework.XMLTabbedPaneDefinition
public class XMLTabbedPaneDefinition extends Object implements Serializable, DocumentHandler
| 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)
|
| 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 |
|---|
public XMLTabbedPaneDefinition(String baseName,
Locale locale,
String tabbedPaneName)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLTabbedPaneDefinition(String baseName,
Locale locale)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLTabbedPaneDefinition(String baseName,
ResourceBundle properties,
String paneName,
String sxml,
PanelDefinitionsDescriptor pdd)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationExceptionpublic XMLTabbedPaneDefinition(String sName)
| Method Detail |
|---|
public static void main(String[] args)
public PanelDefinitionsDescriptor getTabbedPaneDefinitions()
public TabbedPaneDescriptor getTabbedPane()
public Vector getPanes()
public String toString()
toString in class Objectpublic void dump()
public void startDocument()
startDocument in interface DocumentHandlerpublic void endDocument()
endDocument in interface DocumentHandler
public void startElement(String name,
AttributeList attributeList)
startElement in interface DocumentHandlerpublic void endElement(String name)
endElement in interface DocumentHandler
public void characters(char[] ch,
int start,
int length)
characters in interface DocumentHandler
public void ignorableWhitespace(char[] ch,
int start,
int length)
ignorableWhitespace in interface DocumentHandler
public void processingInstruction(String target,
String data)
processingInstruction in interface DocumentHandlerpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface DocumentHandler
public void startPrefixMapping(String prefix,
String uri)
public void endPrefixMapping(String prefix)
public void skippedEntity(String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||