|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stylesheet | |
---|---|
org.eclipse.palamedes.ui.preferences.stylesheets |
Uses of Stylesheet in org.eclipse.palamedes.ui.preferences.stylesheets |
---|
Methods in org.eclipse.palamedes.ui.preferences.stylesheets that return Stylesheet | |
---|---|
protected Stylesheet |
StylesheetPreferencePage.editStylesheet(Stylesheet stylesheet,
boolean edit,
boolean isNameModifiable)
Creates the edit dialog. |
Stylesheet |
StylesheetStore.findStylesheet(java.lang.String name)
Returns the first enabled template that matches the name. |
Stylesheet |
StylesheetStore.findStylesheetById(java.lang.String id)
Returns the first enabled style sheet that matches the given style sheet id. |
Stylesheet |
StylesheetEditDialog.getStylesheet()
Returns the created style sheet. |
Stylesheet |
StylesheetPersistenceData.getStylesheet()
Returns the style sheet encapsulated by the receiver. |
Stylesheet[] |
StylesheetStore.getStylesheets()
Returns all enabled style sheets. |
Methods in org.eclipse.palamedes.ui.preferences.stylesheets with parameters of type Stylesheet | |
---|---|
protected Stylesheet |
StylesheetPreferencePage.editStylesheet(Stylesheet stylesheet,
boolean edit,
boolean isNameModifiable)
Creates the edit dialog. |
void |
StylesheetPersistenceData.setStylesheet(Stylesheet stylesheet)
Sets the template encapsulated by the receiver. |
Constructors in org.eclipse.palamedes.ui.preferences.stylesheets with parameters of type Stylesheet | |
---|---|
Stylesheet(Stylesheet stylesheet)
|
|
StylesheetEditDialog(org.eclipse.swt.widgets.Shell parent,
Stylesheet stylesheet,
boolean edit,
boolean isNameModifiable)
Creates a new dialog. |
|
StylesheetPersistenceData(Stylesheet stylesheet,
boolean enabled)
Creates a new, user-added instance that is not linked to a contributed style sheet. |
|
StylesheetPersistenceData(Stylesheet stylesheet,
boolean enabled,
java.lang.String id)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |