Package org.openbp.common.generic.description

Examples of org.openbp.common.generic.description.DisplayObjectImpl


     * @param group Item group represented by this node
     * @param parent Parent tree node
     */
    public GroupNode(String group, ItemTreeNode parent)
    {
      super(new DisplayObjectImpl(group), parent);
    }
View Full Code Here

TOP

Related Classes of org.openbp.common.generic.description.DisplayObjectImpl

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.