Package aurelienribon.ui.components.processors

Examples of aurelienribon.ui.components.processors.JComponentProcessor


    Style.registerProperty(ArProperties.borderForeground);
    Style.registerProperty(ArProperties.borderMargin);

    Style.registerFunction(ArFunctions.groupBorder);

    Style.registerProcessor(JComponent.class, new JComponentProcessor());
    Style.registerProcessor(Button.class, new Button.Processor());
    Style.registerProcessor(TabPanel.class, new TabPanel.Processor());
    Style.registerProcessor(TabPanelHeaderPanel.class, new TabPanelHeaderPanel.Processor());
    Style.registerProcessor(TabPanelHeaderSubPanel.class, new TabPanelHeaderSubPanel.Processor());
    Style.registerProcessor(PaintedPanel.class, new PaintedPanel.Processor());
View Full Code Here

TOP

Related Classes of aurelienribon.ui.components.processors.JComponentProcessor

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.