|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.ui.framework.XMLPanelDefinition
public class XMLPanelDefinition extends Object implements Serializable, DocumentHandler
| Constructor and Description |
|---|
XMLPanelDefinition(String sName)
|
XMLPanelDefinition(String baseName,
Locale locale)
|
XMLPanelDefinition(String baseName,
Locale locale,
String panelName)
|
XMLPanelDefinition(String baseName,
ResourceBundle properties,
String panelName,
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 |
discardComponent(ComponentDescriptor cd)
|
void |
dump()
|
void |
endDocument()
This is a SAX ContentHandler method. |
void |
endElement(String rawName)
This is a SAX ContentHandler method. |
void |
endPrefixMapping(String prefix)
|
Enumeration |
getComponentDescriptors()
|
String |
getDocumentName()
|
PanelDescriptor |
getPanel()
|
Vector |
getPanelComponents()
|
PanelDefinitionsDescriptor |
getPanelDefinitions()
|
Vector |
getPanelMenuBar()
|
ToolBarDescriptor |
getPanelToolBar()
|
static Object |
getParser(Object handler,
XMLSAXErrorHandler xh)
Obtains a fully-initialized parser instance. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
This is a SAX ContentHandler method. |
static void |
introspectMethod(Object srcObject,
String methodName,
Object[] parms)
|
static void |
introspectMethod(Object srcObject,
String methodName,
Object[] parms,
Class[] parmClasses)
|
static void |
introspectMethod(Object srcObject,
String methodName,
Object[] parms,
Class[] parmClasses,
String resource)
|
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 |
setPanel(PanelDescriptor pd)
|
void |
setPanelComponents(Vector v)
|
void |
setPanelDefinitions(PanelDefinitionsDescriptor pdd)
|
void |
skippedEntity(String name)
This is a SAX ContentHandler method. |
void |
startDocument()
This is a SAX ContentHandler method. |
void |
startElement(String rawName,
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 XMLPanelDefinition(String baseName,
Locale locale,
String panelName)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLPanelDefinition(String baseName,
Locale locale)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationException
public XMLPanelDefinition(String baseName,
ResourceBundle properties,
String panelName,
String sxml,
PanelDefinitionsDescriptor pdd)
throws MissingResourceException,
IOException,
ParseException,
PDMLSpecificationException
MissingResourceExceptionIOExceptionParseExceptionPDMLSpecificationExceptionpublic XMLPanelDefinition(String sName)
| Method Detail |
|---|
public static void main(String[] args)
public static Object getParser(Object handler,
XMLSAXErrorHandler xh)
throws ParseException
org.apache.xerces.parsers.SAXParser.ParseException - When something goes wrong with introspection.
public static void introspectMethod(Object srcObject,
String methodName,
Object[] parms)
throws ParseException
ParseException
public static void introspectMethod(Object srcObject,
String methodName,
Object[] parms,
Class[] parmClasses)
throws ParseException
ParseException
public static void introspectMethod(Object srcObject,
String methodName,
Object[] parms,
Class[] parmClasses,
String resource)
throws ParseException
ParseExceptionpublic PanelDefinitionsDescriptor getPanelDefinitions()
public PanelDescriptor getPanel()
public Vector getPanelComponents()
public void setPanelDefinitions(PanelDefinitionsDescriptor pdd)
public void setPanel(PanelDescriptor pd)
public void setPanelComponents(Vector v)
public Vector getPanelMenuBar()
public ToolBarDescriptor getPanelToolBar()
public void discardComponent(ComponentDescriptor cd)
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 rawName,
AttributeList attributeList)
startElement in interface DocumentHandlerpublic void endElement(String rawName)
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 DocumentHandlerpublic void skippedEntity(String name)
public void startPrefixMapping(String prefix,
String uri)
public void endPrefixMapping(String prefix)
public String getDocumentName()
public Enumeration getComponentDescriptors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||