org.gcube.portlets.admin.forwardindexportlet.gwt.client
Interface IndexExplorer.Images

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle, com.google.gwt.user.client.ui.TreeImages
Enclosing class:
IndexExplorer

public static interface IndexExplorer.Images
extends com.google.gwt.user.client.ui.ImageBundle, com.google.gwt.user.client.ui.TreeImages

an ImageBundle for the images to be used in the IndexExplorer tree


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype collectionImage()
          The image icon used for "collection" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype indexedColImage()
          The image icon used for "collection" tree items which have indices under them
 com.google.gwt.user.client.ui.AbstractImagePrototype indexedNameImage()
          The image icon used for "collection name" tree items which have index grand children
 com.google.gwt.user.client.ui.AbstractImagePrototype indexImage()
          The image icon used for "index" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype lookupImage()
          The image icon used for "lookup" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype nameImage()
          The image icon used for "collection name" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype newCollectionImage()
          The image icon used for "New Collection" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype newIndexImage()
          The image icon used for "New Index" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype newLookupImage()
          The image icon used for "New Lookup" tree items
 com.google.gwt.user.client.ui.AbstractImagePrototype testImage()
          The image icon used for the "fake collections" tree item
 
Methods inherited from interface com.google.gwt.user.client.ui.TreeImages
treeClosed, treeLeaf, treeOpen
 

Method Detail

nameImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/collectionName.png")
com.google.gwt.user.client.ui.AbstractImagePrototype nameImage()
The image icon used for "collection name" tree items


indexedNameImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/indexedColName.png")
com.google.gwt.user.client.ui.AbstractImagePrototype indexedNameImage()
The image icon used for "collection name" tree items which have index grand children


collectionImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/collection.png")
com.google.gwt.user.client.ui.AbstractImagePrototype collectionImage()
The image icon used for "collection" tree items


indexedColImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/indexedCollection.png")
com.google.gwt.user.client.ui.AbstractImagePrototype indexedColImage()
The image icon used for "collection" tree items which have indices under them


testImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/test.png")
com.google.gwt.user.client.ui.AbstractImagePrototype testImage()
The image icon used for the "fake collections" tree item


indexImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/index.png")
com.google.gwt.user.client.ui.AbstractImagePrototype indexImage()
The image icon used for "index" tree items


lookupImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/lookup.png")
com.google.gwt.user.client.ui.AbstractImagePrototype lookupImage()
The image icon used for "lookup" tree items


newIndexImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/new.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype newIndexImage()
The image icon used for "New Index" tree items


newLookupImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/new_lookup.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype newLookupImage()
The image icon used for "New Lookup" tree items


newCollectionImage

@ImageBundle.Resource(value="org/gcube/portlets/admin/forwardindexportlet/gwt/public/new_collection.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype newCollectionImage()
The image icon used for "New Collection" tree items



Copyright © 2013. All Rights Reserved.