Package org.criticalfailure.torchlight.core.campaign.editor.adapter

Examples of org.criticalfailure.torchlight.core.campaign.editor.adapter.CampaignEditorAdapterFactory


            col.setMoveable(false);
            col.setResizable(true);

            peopleViewer = new TreeViewer(peopleTable);

            campaignEditorAdapterFactory = new CampaignEditorAdapterFactory();
            Platform.getAdapterManager().registerAdapters(campaignEditorAdapterFactory, CampaignEditor.class);
            Platform.getAdapterManager().registerAdapters(campaignEditorAdapterFactory, Participant.class);
            Platform.getAdapterManager().registerAdapters(campaignEditorAdapterFactory, Character.class);

            peopleViewer.setLabelProvider(new CampaignEditorPeopleLabelProvider(this));
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.campaign.editor.adapter.CampaignEditorAdapterFactory

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.