Package org.eclipse.wst.xsl.ui.internal.preferences
public class XSLSyntaxColoringPage extends PreferencePageA preference page to configure our XSL syntax color. It resembles the XML pages.
Constructor Summary |
XSLSyntaxColoringPage() |
Method Summary | |
public void | applyStyles() Color the text in the sample area according to the current preferences |
public Button | createCheckbox(Composite parent
,
java.lang.String label) |
protected Control | createContents(Composite parent) |
public void | dispose() |
protected IPreferenceStore | doGetPreferenceStore() |
public void | init(IWorkbench workbench) |
protected void | performDefaults() |
public boolean | performOk() |
Constructor Detail |
public XSLSyntaxColoringPage()
Methods Detail |
public void applyStyles()
Color the text in the sample area according to the current preferences
public Button createCheckbox(Composite parent
,
java.lang.String label)
parent
label
Button
protected Control createContents(Composite parent)
parent
Control
public void dispose()
protected IPreferenceStore doGetPreferenceStore()
IPreferenceStore
public void init(IWorkbench workbench)
workbench
protected void performDefaults()
public boolean performOk()
boolean