|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwebeq3.app.StyleConfigurationInfo
webeq3.app.StructureConfigurationInfo
public class StructureConfigurationInfo
The class holds information about configurable features for
StructureEditorFrame and
StructureEditorDialog.
| Constructor Summary | |
|---|---|
StructureConfigurationInfo()
Constructs a new StructureConfigurationInfo object with the default options. |
|
| Method Summary | |
|---|---|
boolean |
includeNonMMLOption()
Indicates if we should show the "display non-MathML tags UI" |
boolean |
includeRulerOption()
Returns true if the ruler option is included in the General Preferences dialog. |
boolean |
includeToolbarOption()
Overrides this method to always return false. |
void |
setHelp(int helpType)
Sets the help type for the help system. |
void |
setHelp(int helpType,
java.lang.String helpFile)
Sets the help type if you want to provide path to the HTML help page. |
void |
setIncludeNonMMLOption(boolean includeNonMMLUI)
Sets the value to show or hide the "display non-MathML tags UI" |
void |
setIncludeRulerOption(boolean ruler)
Sets whether to include the ruler option in the General Preferences dialog. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StructureConfigurationInfo()
| Method Detail |
|---|
public boolean includeNonMMLOption()
public boolean includeRulerOption()
public boolean includeToolbarOption()
includeToolbarOption in class StyleConfigurationInfoStyleConfigurationInfo.includeToolbarOption()public void setHelp(int helpType)
Sets the help type for the help system. Using this method doesn't allow you to set a path to your own HTML help file. Instead, it will use the default JavaHelp included with the SDK, or look for HTML in the same directory as the jar file. By default, the application uses JavaHelp.
setHelp in class StyleConfigurationInfohelpType - Can be one of three help types:
setHelp(int, String)
public void setHelp(int helpType,
java.lang.String helpFile)
Sets the help type if you want to provide path to the HTML help page. For example, if you customize the sample HTML help file provided in the SDK, use this method to provide a path to the location of that file. By default, the application uses JavaHelp.
setHelp in class StyleConfigurationInfohelpType - Can be one of three help types:
helpFile - Indicates the location of the HTML file containing the HTML help.
public void setIncludeNonMMLOption(boolean includeNonMMLUI)
includeNonMMLUI - If set to true, we will show the UI, otherwise we won'tpublic void setIncludeRulerOption(boolean ruler)
ruler - true if the ruler option is to be included
|
Copyright (c) 2015 Design Science All rights reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||