|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRegionalScheme.ConfigurationContext
@ThreadSafe public static final class RegionalScheme.ConfigurationContext
A context for configuring a regional scheme. The scheme is configured by its configuration file, which contains a script (s) for that purpose. During construction of the scheme, an instance of this context (schemeCC) is passed to s, via s::configureRegionalScheme(schemeCC).
| Method Summary | |
|---|---|
String |
getShortTitle()
|
String |
getSummaryDescription()
|
String |
getTitle()
|
boolean |
isAbstractSingleton()
|
void |
setAbstractSingleton(boolean b)
Sets whether or not the scheme is an abstract singleton. |
void |
setShortTitle(String shortTitle)
Sets the short title of the scheme. |
void |
setSummaryDescription(String summaryDescription)
Sets the summary description of the scheme. |
void |
setTitle(String title)
Sets the title of the scheme. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final boolean isAbstractSingleton()
RegionalScheme.isAbstractSingleton(),
setAbstractSingleton(boolean)public final void setAbstractSingleton(boolean b)
RegionalScheme.isAbstractSingleton()public String getShortTitle()
RegionalScheme.shortTitle(),
setShortTitle(String)@ThreadRestricted(value="constructor") public void setShortTitle(String shortTitle)
RegionalScheme.shortTitle()public String getSummaryDescription()
RegionalScheme.summaryDescription(),
setSummaryDescription(String)@ThreadRestricted(value="constructor") public void setSummaryDescription(String summaryDescription)
IllegalArgumentException - if the description contains
any newline characters, because they might render inconsistently
across different types of user interfaceRegionalScheme.summaryDescription()public String getTitle()
RegionalScheme.title(),
setTitle(String)@ThreadRestricted(value="constructor") public void setTitle(String title)
RegionalScheme.title()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||