public class StyleScheme extends Object
SourceView
and SourceBuffer
. For instance, it contains text styles for syntax
highlighting, it may contain foreground and background color for
non-highlighted text, color for the line numbers, etc. used.Modifier and Type | Method and Description |
---|---|
String[] |
getAuthors()
Return a String array containing information about this scheme's
authors or
null if no author is specified by the style
scheme. |
String |
getDescription()
Return this StyleScheme's description.
|
String |
getFilename()
Return a file name if the scheme was created parsing a style scheme
file or
null . |
String |
getID()
Return this StyleScheme's unique identifier.
|
String |
getName()
Return this StyleScheme's name (e.g. what would be presented in a
preferences dialog).
|
Style |
getStyle(String styleID)
Return the
Style which corresponds to styleID in the scheme, or
null when no style with this name exists. |
public String[] getAuthors()
null
if no author is specified by the style
scheme.public String getDescription()
public String getFilename()
null
.public String getID()
public String getName()