Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W
X
G
getAcceptedExt()
- Method in class org.patterncoder.util.
PatternCodeFileFilter
getBlueJDir()
- Method in class org.patterncoder.
BlueJHandler
Returns the BlueJ directory.
getClassTemplate(String)
- Method in interface org.patterncoder.source.
PatternSourceManager
Returns the template file specified by the name of the template.
getClassTemplate(String)
- Method in class org.patterncoder.source.
XMLSourceHandler
Returns the template file of a given template name.
getComponents()
- Method in class org.patterncoder.pattern.
PatternModel
Returns a hash map containing the PatternClass objects for a pattern as created from the pattern source file.
getCompType()
- Method in class org.patterncoder.pattern.
PatternClass
Returns the component type.
getCurrentPackageDir()
- Method in class org.patterncoder.
BlueJHandler
Returns the directory of the currently opened package.
getCurrentPackageName()
- Method in class org.patterncoder.
BlueJHandler
Returns the name of the currently opened package in the BlueJ environment.
getCurrentPanelDesc()
- Method in class org.patterncoder.wizard.
WizardModel
Returns the panel descriptor of the current panel.
getCurrentPattern()
- Method in class org.patterncoder.wizard.panels.
PatternChooser
Returns the currently selected patterns source file.
getCurrentPatternName()
- Method in class org.patterncoder.pattern.
PatternModel
Returns the name of the pattern that is currently selected and is populating the model.
getCurrentSourceFile()
- Method in class org.patterncoder.pattern.
PatternModel
Returns the source file of the pattern currently being displayed.
getDependants()
- Method in class org.patterncoder.pattern.
PatternClass
Returns the List of dependants for this component.
getDescription()
- Method in class org.patterncoder.pattern.
PatternClass
Returns a string description of the current component.
getDescription()
- Method in class org.patterncoder.pattern.
PatternModel
Returns the currently selected patterns decription
getDescription()
- Method in class org.patterncoder.
PatternCoder
Returns a set description of the extension.
getId()
- Method in class org.patterncoder.pattern.
PatternClass
Returns the id of the component.
getImage()
- Method in class org.patterncoder.pattern.
PatternModel
Returns the pattern image of the current pattern.
getImage(String)
- Method in interface org.patterncoder.source.
PatternSourceManager
Returns a pattern image file specified by the name of the image.
getImage(String)
- Method in class org.patterncoder.source.
XMLSourceHandler
Returns the image file of the associated image name.
getInstance()
- Static method in class org.patterncoder.
BlueJHandler
Controls the creation and management of the singleton object.
getInstance()
- Static method in class org.patterncoder.source.
XMLSourceHandler
Controls the creation of the singleton object.
getName()
- Method in class org.patterncoder.pattern.
PatternClass
Returns the name of the component object.
getName()
- Method in class org.patterncoder.
PatternCoder
Returns a set name of the Patterns Extension.
getNextPanelID()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns the identity oblect value of the next step inline to be displayed.
getPanel()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns the component registered.
getPanelDesc(Object)
- Method in class org.patterncoder.wizard.
WizardModel
Returns the descriptor of the Panel with the same Object based id as the one supplied.
getPanelID()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
returns the id value of this descriptor.
getPatternComp(Object)
- Method in class org.patterncoder.pattern.
PatternModel
Returns the PatternClass object that is represented in the model by the supplied Object identifier.
getPatternComponents()
- Method in interface org.patterncoder.source.
PatternFileReader
Returns a List of PatternClass objects that were generated from the source file.
getPatternComponents()
- Method in class org.patterncoder.source.
PatternFileReaderDom
Creates a list of PatternClass objects which have been created using the "class" data from the parsed file.
getPatternDesc()
- Method in interface org.patterncoder.source.
PatternFileReader
Returns the pattern description retrieved from the source file.
getPatternDesc()
- Method in class org.patterncoder.source.
PatternFileReaderDom
Returns the description of the pattern from the associated pattern file
getPatternImage()
- Method in interface org.patterncoder.source.
PatternFileReader
Returns the nme of the image used by the pattern.
getPatternImage()
- Method in class org.patterncoder.source.
PatternFileReaderDom
Returns the image file name of the pattern from the associated pattern file
getPatternName()
- Method in interface org.patterncoder.source.
PatternFileReader
Returns the pattern name retrieved from the source file.
getPatternName()
- Method in class org.patterncoder.source.
PatternFileReaderDom
Returns the name of the pattern from the associated pattern file
getPatterns()
- Method in class org.patterncoder.pattern.
PatternModel
Returns the array of currently loaded patterns
getPreviousPanelID()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns the identity object value of the previous step inline to be displayed.
getProjectDir()
- Method in class org.patterncoder.
BlueJHandler
Returns the directory of the currently opened project.
getSourceFiles()
- Method in interface org.patterncoder.source.
PatternSourceManager
Returns an ArrayList of Pattern source files.
getSourceFiles()
- Method in class org.patterncoder.source.
XMLSourceHandler
Returns an ArrayList of File objects.
getStep()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns the step string supplied when created.
getStepDesc()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns the step description.
getStepNumber()
- Method in class org.patterncoder.wizard.
WizardPanelDescriptor
Returns an integer value representing the position of this panel in the wizard process.
getTemplate()
- Method in class org.patterncoder.pattern.
PatternClass
Gets the template file(.TMPL), which is the basis of the class implementation.
getURL()
- Method in class org.patterncoder.
PatternCoder
Returns a URL address associated with this extension
getUserConfigDir()
- Method in class org.patterncoder.
BlueJHandler
Returns the current users BlueJ configuration directory.
getVersion()
- Method in class org.patterncoder.
PatternCoder
Returns a string representing the version of the Extension.
getWizardDescriptors(Wizard, PatternModel)
- Method in interface org.patterncoder.source.
PatternFileReader
Returns a list of WizardPanelDescriptor objects from data supplied in a source file.
getWizardDescriptors(Wizard, PatternModel)
- Method in class org.patterncoder.source.
PatternFileReaderDom
Creates a list of WizardPanelDescriptor objects associated with the pattern source file being read in.
getWizardModel()
- Method in class org.patterncoder.
PatternCoderFrame
getWizardModel()
- Method in interface org.patterncoder.wizard.
Wizard
Returns the WizardModel object being used by the current wizard object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W
X