Package org.objectstyle.wolips.wodclipse.core.woo

Examples of org.objectstyle.wolips.wodclipse.core.woo.DisplayGroup


      return null;
    }

    public String getColumnText(final Object obj, final int index) {
      if (obj instanceof DisplayGroup) {
        DisplayGroup displayGroup = (DisplayGroup) obj;
        return displayGroup.getName();
      }
      return obj.toString();
    }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.wodclipse.core.woo.DisplayGroup

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.