Uses of Class
org.eclipse.palamedes.ui.preferences.stylesheets.StylesheetStore

Packages that use StylesheetStore
org.eclipse.palamedes.ui   
org.eclipse.palamedes.ui.preferences.stylesheets   
 

Uses of StylesheetStore in org.eclipse.palamedes.ui
 

Methods in org.eclipse.palamedes.ui that return StylesheetStore
 StylesheetStore PalamedesUI.getStylesheetStore()
          Returns the template store for the java editor templates.
 

Uses of StylesheetStore in org.eclipse.palamedes.ui.preferences.stylesheets
 

Methods in org.eclipse.palamedes.ui.preferences.stylesheets that return StylesheetStore
 StylesheetStore StylesheetPreferencePage.getStylesheetStore()
           
 

Methods in org.eclipse.palamedes.ui.preferences.stylesheets with parameters of type StylesheetStore
 void StylesheetPreferencePage.setStylesheetStore(StylesheetStore stylesheetStore)