Package org.apache.isis.viewer.dnd

Examples of org.apache.isis.viewer.dnd.ExampleContent


    public static void main(final String[] args) {
        new IconGraphicExample();
    }

    protected void views(final Workspace workspace) {
        ExampleContent content = new ExampleContent();
        content.setupIconName("icon-a");

        int[] size = new int[] { 12, 20, 40, 60, 85, 100 };
        int x = 160;
        for (int i = 0; i < size.length; i++) {
            View view = new ExampleIconView(content, size[i]);
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.dnd.ExampleContent

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.