|
org.netbeans.modules.editor.settings.storage/1 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.editor.settings.storage.api.FontColorSettingsFactory
public abstract class FontColorSettingsFactory
Getters and setters for font & color editor profiles. Instances of this
class should be registerred in MimeLookup for particular mime types.
| Constructor Summary | |
|---|---|
FontColorSettingsFactory()
|
|
| Method Summary | |
|---|---|
abstract Collection<AttributeSet> |
getAllFontColorDefaults(String profile)
Gets default values for all font & colors for given profile, or null if profile does not exist or if it does not have any defaults. |
abstract Collection<AttributeSet> |
getAllFontColors(String profile)
Gets all token font and colors for given scheme or null, if scheme does not exists. |
abstract void |
setAllFontColors(String profile,
Collection<AttributeSet> fontColors)
Sets all token font and colors for given scheme. |
abstract void |
setAllFontColorsDefaults(String profile,
Collection<AttributeSet> fontColors)
Sets default values for all token font and colors for given scheme. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontColorSettingsFactory()
| Method Detail |
|---|
public abstract Collection<AttributeSet> getAllFontColors(String profile)
profile - the name of profile
public abstract Collection<AttributeSet> getAllFontColorDefaults(String profile)
profile - the name of profile
public abstract void setAllFontColors(String profile,
Collection<AttributeSet> fontColors)
profile - the name of profilefontColors - new colorings
public abstract void setAllFontColorsDefaults(String profile,
Collection<AttributeSet> fontColors)
profile - the name of profilefontColors - new colorings
|
org.netbeans.modules.editor.settings.storage/1 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||