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

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

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

Subinterfaces of FavoriteViewObject in org.palo.api.ext.favoriteviews
 interface FavoriteView
          A FavoriteView is an object which links a CubeView with a connection and a new name, which can be determined by the user.
 interface FavoriteViewsFolder
          A FavoriteViewsFolder is an object has a name and a position and can be added to a FavoriteViewTree.
 

Methods in org.palo.api.ext.favoriteviews that return FavoriteViewObject
 FavoriteViewObject FavoriteViewTreeNode.getUserObject()
          Returns the user object for this tree node.
 

Constructors in org.palo.api.ext.favoriteviews with parameters of type FavoriteViewObject
FavoriteViewTreeNode(FavoriteViewObject userObject)
          Creates a new FavoriteViewTreeNode with the given user object.
 

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

Classes in org.palo.api.ext.favoriteviews.impl that implement FavoriteViewObject
 class FavoriteViewImpl
          FavoriteViewImpl This class describes a favorite view.
 class FavoriteViewsFolderImpl
          FavoriteViewsFolderImpl A folder is a container object with a name.