com.tensegrity.wpalo.client.ui.mvc.fasttree
Interface FastMSTree.DefaultResources

All Superinterfaces:
com.google.gwt.libideas.resources.client.ImmutableResourceBundle
Enclosing class:
FastMSTree

public static interface FastMSTree.DefaultResources
extends com.google.gwt.libideas.resources.client.ImmutableResourceBundle

Resources used.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.libideas.resources.client.ImmutableResourceBundle
com.google.gwt.libideas.resources.client.ImmutableResourceBundle.Resource, com.google.gwt.libideas.resources.client.ImmutableResourceBundle.Transform
 
Method Summary
 com.google.gwt.libideas.resources.client.TextResource css()
          The css file.
 com.google.gwt.libideas.resources.client.TextResource cssRTL()
          The rtl css file.
 com.google.gwt.libideas.resources.client.DataResource selectionBar()
          The gif used to highlight selection.
 com.google.gwt.libideas.resources.client.DataResource treeClosed()
          "+" gif.
 com.google.gwt.libideas.resources.client.DataResource treeOpen()
          "-" gif.
 
Methods inherited from interface com.google.gwt.libideas.resources.client.ImmutableResourceBundle
getResource, getResources
 

Method Detail

css

com.google.gwt.libideas.resources.client.TextResource css()
The css file.


cssRTL

com.google.gwt.libideas.resources.client.TextResource cssRTL()
The rtl css file.


selectionBar

com.google.gwt.libideas.resources.client.DataResource selectionBar()
The gif used to highlight selection.


treeClosed

com.google.gwt.libideas.resources.client.DataResource treeClosed()
"+" gif.


treeOpen

com.google.gwt.libideas.resources.client.DataResource treeOpen()
"-" gif.