|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.ui.framework.XMLDeckPaneDefinition
public class XMLDeckPaneDefinition extends Object implements Serializable, DocumentHandler
| Constructor and Description |
|---|
XMLDeckPaneDefinition(String sName)
|
XMLDeckPaneDefinition(String baseName,
Locale locale)
|
XMLDeckPaneDefinition(String baseName,
Locale locale,
String deckPaneName)
|
XMLDeckPaneDefinition(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 DocumentHandler method. |
void |
endElement(String name)
This is a SAX ContentHandler method. |
void |
endPrefixMapping(String prefix)
|
DeckPaneDescriptor |
getDeckPane()
|
PanelDefinitionsDescriptor |
getDeckPaneDefinitions()
|
Vector |
getPanes()
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
This is a SAX DocumentHandler method. |
static void |
main(String[] args)
|
void |
processingInstruction(String target,
String data)
This is a SAX DocumentHandler method. |
void |
setDocumentLocator(Locator locator)
This is a SAX DocumentHandler method. |
void |
skippedEntity(String name)
|
void |
startDocument()
This is a SAX DocumentHandler method. |
void |
startElement(String name,
AttributeList attributeList)
This is a SAX ContentHandler method. |
void |
startPrefixMapping(String prefix,
String uri)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDeckPaneDefinition(String baseName,
Locale locale,
String deckPaneName)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLDeckPaneDefinition(String baseName,
Locale locale)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLDeckPaneDefinition(String baseName,
ResourceBundle properties,
String paneName,
String sxml,
PanelDefinitionsDescriptor pdd)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationExceptionpublic XMLDeckPaneDefinition(String sName)
| Method Detail |
|---|
public static void main(String[] args)
public PanelDefinitionsDescriptor getDeckPaneDefinitions()
public DeckPaneDescriptor getDeckPane()
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 | ||||||||