Package org.mongodb.meclipse.views.objects.properties

Examples of org.mongodb.meclipse.views.objects.properties.DatabasePropertySource


   */
  @Override
  @SuppressWarnings("rawtypes")
  public Object getAdapter(Class adapter) {
    if (adapter == IPropertySource.class) {
      return new DatabasePropertySource(this);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.mongodb.meclipse.views.objects.properties.DatabasePropertySource

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.