Package de.fu_berlin.inf.dpp.ui.widgets.chatControl.items

Examples of de.fu_berlin.inf.dpp.ui.widgets.chatControl.items.ChatLine


        }

        /*
         * Message line
         */
        ChatLine chatLine = new ChatLine(contentComposite, message);
        GridData chatLineGridData = new GridData(SWT.FILL, SWT.BEGINNING, true,
            false);
        chatLineGridData.horizontalIndent = SimpleRoundedComposite.MARGIN_WIDTH;
        chatLine.setLayoutData(chatLineGridData);

        /*
         * Reposition the clear option to the end
         */
        this.createOptionComposite();
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.ui.widgets.chatControl.items.ChatLine

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.