Package de.fu_berlin.inf.dpp.ui.widgets.session

Examples of de.fu_berlin.inf.dpp.ui.widgets.session.ChatRoomsComposite


         * RIGHT COLUMN
         */
        Composite rightComposite = new Composite(baseSashForm, SWT.NONE);
        rightComposite.setLayout(new FillLayout());

        chatRooms = new ChatRoomsComposite(rightComposite, SWT.NONE,
            rosterTracker);

        /*
         * contributeToActionBars: TODO the creation of actions through the
         * PicoContainer is an old heritage. Actions (especially new ones)
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.ui.widgets.session.ChatRoomsComposite

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.