Package org.openquark.samples.bam

Examples of org.openquark.samples.bam.ActionGemFilter


     */
    private void createTopLevelPanel () {

        JTabbedPane tabPane = new JTabbedPane();
        tabPane.addTab("Triggers", createBlessingTab( new BooleanGemFilter(), new TriggerGemFilter(), TRIGGER_BLESSING));
        tabPane.addTab("Actions", createBlessingTab( new BooleanGemFilter(), new ActionGemFilter(), ACTION_BLESSING));
        tabPane.addTab("Metrics", createBlessingTab( new ListGemFilter(), new MetricGemFilter(), METRIC_BLESSING));
             
        getContentPane().add (tabPane);
        pack ();
        addComponentListener (new SizeConstrainer (getSize ()));
View Full Code Here

TOP

Related Classes of org.openquark.samples.bam.ActionGemFilter

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.