Package org.eclipse.wst.xsl.ui.internal.preferences
public class AbstractXSLPreferencePage extends AbstractPreferencePageAugments the SSE
AbstractPreferencePage
with support for expandable composites (twisties) and combos.Constructor Summary |
AbstractXSLPreferencePage() |
Method Summary | |
protected Combo | createCombo(Composite parent
,
java.lang.String label
,
java.lang.String prefKey) |
protected Composite | createCommonContents(Composite parent) Called by createContents and must be implemented. |
protected Control | createContents(Composite parent) |
protected Composite | createTwistie(Composite parent
,
java.lang.String label
,
int cols) |
public void | dispose() Saves the expansion states before calling super. |
protected Preferences | getModelPreferences() |
public boolean | performOk() Save the preferences. |
Constructor Detail |
public AbstractXSLPreferencePage()
Methods Detail |
protected Combo createCombo(Composite parent
,
java.lang.String label
,
java.lang.String prefKey)
parent
label
prefKey
Combo
protected Composite createCommonContents(Composite parent)
Called by createContents and must be implemented.
parent
Composite
- the composite
protected Control createContents(Composite parent)
parent
Control
protected Composite createTwistie(Composite parent
,
java.lang.String label
,
int cols)
parent
label
cols
Composite
public void dispose()
Saves the expansion states before calling super.
protected Preferences getModelPreferences()
Preferences
public boolean performOk()
Save the preferences.
boolean