Search in sources :

Example 6 with CSSPropertyPage

use of org.jboss.tools.jst.web.ui.internal.css.properties.CSSPropertyPage in project jbosstools-jst by jbosstools.

the class CSSEditorView method createCssPropertyPage.

private IPage createCssPropertyPage() {
    IPropertySheetPage page = new CSSPropertyPage(new ITabbedPropertySheetPageContributor() {

        public String getContributorId() {
            return CONTRIBUTOR_ID;
        }
    }, this);
    initPage((IPageBookViewPage) page);
    page.createControl(getPageBook());
    return page;
}
Also used : IPropertySheetPage(org.eclipse.ui.views.properties.IPropertySheetPage) CSSPropertyPage(org.jboss.tools.jst.web.ui.internal.css.properties.CSSPropertyPage) ITabbedPropertySheetPageContributor(org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor)

Aggregations

CSSPropertyPage (org.jboss.tools.jst.web.ui.internal.css.properties.CSSPropertyPage)6 IFile (org.eclipse.core.resources.IFile)4 StructuredTextEditor (org.eclipse.wst.sse.ui.StructuredTextEditor)4 CSSEditorView (org.jboss.tools.jst.web.ui.internal.css.view.CSSEditorView)4 IPage (org.eclipse.ui.part.IPage)2 CSSStructuredDocumentRegionContainer (org.eclipse.wst.css.core.internal.document.CSSStructuredDocumentRegionContainer)2 ICSSModel (org.eclipse.wst.css.core.internal.provisional.document.ICSSModel)2 ICSSStyleSheet (org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleSheet)2 CSSRule (org.w3c.dom.css.CSSRule)2 Method (java.lang.reflect.Method)1 SelectionChangedEvent (org.eclipse.jface.viewers.SelectionChangedEvent)1 StructuredSelection (org.eclipse.jface.viewers.StructuredSelection)1 TabbedPropertyRegistry (org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry)1 TabbedPropertyViewer (org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyViewer)1 IPropertySheetPage (org.eclipse.ui.views.properties.IPropertySheetPage)1 ITabDescriptor (org.eclipse.ui.views.properties.tabbed.ITabDescriptor)1 ITabbedPropertySheetPageContributor (org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor)1 TabbedPropertySheetPage (org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage)1 StyleAttributes (org.jboss.tools.jst.web.ui.internal.css.dialog.common.StyleAttributes)1 DOMException (org.w3c.dom.DOMException)1