|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSettings | |
|---|---|
| org.acm.seguin.ide.common.options | |
| org.acm.seguin.pretty | |
| org.acm.seguin.pretty.ai | |
| org.acm.seguin.tools.install | |
| org.acm.seguin.util | Contains classes that either match what is contained in java.util or otherwise miscellaneous classes. |
| Uses of FileSettings in org.acm.seguin.ide.common.options |
|---|
| Constructors in org.acm.seguin.ide.common.options with parameters of type FileSettings | |
|---|---|
PropertiesFile(FileSettings props)
initializes the properties with the settings of a FileSettings
instance. |
|
| Uses of FileSettings in org.acm.seguin.pretty |
|---|
| Methods in org.acm.seguin.pretty with parameters of type FileSettings | |
|---|---|
static java.lang.String |
DescriptionPadder.find(FileSettings bundle,
java.lang.String key)
Description of the Method |
static java.lang.String |
DescriptionPadder.find(FileSettings bundle,
java.lang.String key,
java.lang.String defaultValue)
Description of the Method |
static java.lang.String |
DescriptionPadder.padBuffer(java.lang.String message,
FileSettings bundle)
Pads the buffer |
| Uses of FileSettings in org.acm.seguin.pretty.ai |
|---|
| Methods in org.acm.seguin.pretty.ai with parameters of type FileSettings | |
|---|---|
void |
RequiredTags.addTags(FileSettings bundle,
java.lang.String key,
java.lang.String name,
JavaDocableImpl jdi)
Adds the tags that are required for this object |
| Uses of FileSettings in org.acm.seguin.tools.install |
|---|
| Fields in org.acm.seguin.tools.install declared as FileSettings | |
|---|---|
protected static FileSettings |
SettingPanel.bundle
The file settings |
| Uses of FileSettings in org.acm.seguin.util |
|---|
| Methods in org.acm.seguin.util that return FileSettings | |
|---|---|
static FileSettings |
FileSettings.getRefactoryPrettySettings()
Factory method to create FileSettings objects. |
static FileSettings |
FileSettings.getRefactorySettings(java.lang.String name)
Factory method to create FileSettings objects. |
static FileSettings |
FileSettings.getSettings(java.lang.String app,
java.lang.String name)
Factory method to create FileSettings objects |
static FileSettings |
FileSettings.getSettings(java.lang.String project,
java.lang.String app,
java.lang.String name)
Factory method to create FileSettings objects |
| Methods in org.acm.seguin.util with parameters of type FileSettings | |
|---|---|
protected void |
FileSettings.setParent(FileSettings value)
Sets the Parent attribute of the FileSettings object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||