Package org.pentaho.reporting.designer.core.editor.styles

Examples of org.pentaho.reporting.designer.core.editor.styles.SimpleStyleEditorPanel


    final JXTaskPane pane = new JXTaskPane();
    pane.setTitle(Messages.getString("StyleDefinitionEditorDialog.RuleTitle", selectorText));
    pane.add(new RemoveStyleRuleAction(editorContext, rule));
    pane.add(selector);

    final SimpleStyleEditorPanel comp = new SimpleStyleEditorPanel(editorContext);
    comp.setReportDesignerContext(editorContext.getDesignerContext());
    comp.setData(rule);
    pane.add(comp);

    selector.getDocument().addDocumentListener(new SelectorUpdateHandler(selector, rule, pane));

    taskPanes.put(rule, pane);
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.editor.styles.SimpleStyleEditorPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.