com.ibm.as400.ui.tools
Class XMLPreprocessorDefinition

java.lang.Object
  extended by com.ibm.as400.ui.tools.XMLPreprocessorDefinition

public class XMLPreprocessorDefinition
extends Object


Constructor Summary
Constructor and Description
XMLPreprocessorDefinition(String sXMLFile)
           
 
Method Summary
Modifier and Type Method and Description
 String getButtonGroupDisabled(String sGroup)
           
 Vector getDeckPaneNames()
           
 String getMenuItemType(String sName)
           
 Vector getMenuNames()
           
 Vector getPanelDefComments()
           
 Vector getPanelDefTags()
           
 Vector getPanelNames()
           
 Vector getPropertySheetNames()
           
 Vector getSplitPaneNames()
           
 Vector getTabbedPaneNames()
           
 Hashtable getTagComments()
           
 Hashtable getUserTags()
           
 Vector getWizardNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPreprocessorDefinition

public XMLPreprocessorDefinition(String sXMLFile)
                          throws IOException,
                                 ParseException,
                                 FileNotFoundException
Throws:
IOException
ParseException
FileNotFoundException
Method Detail

getUserTags

public Hashtable getUserTags()

getTagComments

public Hashtable getTagComments()

getPanelDefTags

public Vector getPanelDefTags()

getPanelDefComments

public Vector getPanelDefComments()

getPanelNames

public Vector getPanelNames()

getMenuNames

public Vector getMenuNames()

getWizardNames

public Vector getWizardNames()

getPropertySheetNames

public Vector getPropertySheetNames()

getDeckPaneNames

public Vector getDeckPaneNames()

getSplitPaneNames

public Vector getSplitPaneNames()

getTabbedPaneNames

public Vector getTabbedPaneNames()

getButtonGroupDisabled

public String getButtonGroupDisabled(String sGroup)

getMenuItemType

public String getMenuItemType(String sName)