Uses of Interface
org.palo.api.ext.favoriteviews.FavoriteView

Packages that use FavoriteView
org.palo.api.ext.favoriteviews   
org.palo.api.ext.favoriteviews.impl   
 

Uses of FavoriteView in org.palo.api.ext.favoriteviews
 

Methods in org.palo.api.ext.favoriteviews that return FavoriteView
abstract  FavoriteView FavoriteViewFactory.createFavoriteView(java.lang.String name, CubeView view)
          Creates a new FavoriteView with a name and an attached cube view.
abstract  FavoriteView FavoriteViewFactory.createFavoriteView(java.lang.String name, CubeView view, int position)
          Creates a new FavoriteView with a name, an attached cube view, and a position.
 

Uses of FavoriteView in org.palo.api.ext.favoriteviews.impl
 

Classes in org.palo.api.ext.favoriteviews.impl that implement FavoriteView
 class FavoriteViewImpl
          FavoriteViewImpl This class describes a favorite view.
 

Methods in org.palo.api.ext.favoriteviews.impl that return FavoriteView
 FavoriteView FavoriteViewFactoryImpl.createFavoriteView(java.lang.String name, CubeView view)
          Creates a new favorite view with a default position (0).
 FavoriteView FavoriteViewFactoryImpl.createFavoriteView(java.lang.String name, CubeView view, int position)
          Creates a new favorite view.