Package org.eclipse.wb.internal.core.model.presentation

Examples of org.eclipse.wb.internal.core.model.presentation.DefaultObjectPresentation


  // Presentation
  //
  ////////////////////////////////////////////////////////////////////////////
  @Override
  public IObjectPresentation getPresentation() {
    return new DefaultObjectPresentation(this) {
      public String getText() throws Exception {
        return "(ImageBundle's)";
      }

      @Override
View Full Code Here


    // Presentation
    //
    ////////////////////////////////////////////////////////////////////////////
    @Override
    public IObjectPresentation getPresentation() {
      return new DefaultObjectPresentation(this) {
        public String getText() throws Exception {
          return m_description.getTag();
        }

        @Override
View Full Code Here

TOP

Related Classes of org.eclipse.wb.internal.core.model.presentation.DefaultObjectPresentation

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.