|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPanelDescriptor | |
---|---|
org.patterncoder.source | |
org.patterncoder.wizard |
Uses of WizardPanelDescriptor in org.patterncoder.source |
---|
Methods in org.patterncoder.source that return types with arguments of type WizardPanelDescriptor | |
---|---|
java.util.List<WizardPanelDescriptor> |
PatternFileReader.getWizardDescriptors(Wizard parent,
PatternModel model)
Returns a list of WizardPanelDescriptor objects from data supplied in a source file. |
java.util.List<WizardPanelDescriptor> |
PatternFileReaderDom.getWizardDescriptors(Wizard parent,
PatternModel model)
Creates a list of WizardPanelDescriptor objects associated with the pattern source file being read in. |
Uses of WizardPanelDescriptor in org.patterncoder.wizard |
---|
Methods in org.patterncoder.wizard that return WizardPanelDescriptor | |
---|---|
WizardPanelDescriptor |
WizardModel.getCurrentPanelDesc()
Returns the panel descriptor of the current panel. |
WizardPanelDescriptor |
WizardModel.getPanelDesc(java.lang.Object id)
Returns the descriptor of the Panel with the same Object based id as the one supplied. |
Methods in org.patterncoder.wizard with parameters of type WizardPanelDescriptor | |
---|---|
void |
WizardModel.registerWizardPanel(java.lang.Object id,
WizardPanelDescriptor panel)
Registers a panel descriptor with the wizard model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |