|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |