|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PatternFileReader
Classes implementing this interface deal with reading data from the Pattern source files.
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.Object,PatternClass> |
getPatternComponents()
Returns a List of PatternClass objects that were generated from the source file. |
java.lang.String |
getPatternDesc()
Returns the pattern description retrieved from the source file. |
java.lang.String |
getPatternImage()
Returns the nme of the image used by the pattern. |
java.lang.String |
getPatternName()
Returns the pattern name retrieved from the source file. |
java.util.List<WizardPanelDescriptor> |
getWizardDescriptors(Wizard parent,
PatternModel model)
Returns a list of WizardPanelDescriptor objects from data supplied in a source file. |
void |
parseFile(java.io.File file)
Parses the specified source file, to allow for data manipulation. |
| Method Detail |
|---|
void parseFile(java.io.File file)
throws java.io.IOException,
org.xml.sax.SAXException
file - pattern source file.
java.io.IOException - thrown if ifle not found.
org.xml.sax.SAXExceptionjava.lang.String getPatternName()
java.lang.String getPatternDesc()
java.lang.String getPatternImage()
java.util.HashMap<java.lang.Object,PatternClass> getPatternComponents()
java.util.List<WizardPanelDescriptor> getWizardDescriptors(Wizard parent,
PatternModel model)
model - the current data model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||