|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.citra.pivot.olap.gui.OlapCubePanel
public class OlapCubePanel
OlapCubePanel is a panel that shows the contents of a cube. The cube dimensions can be drag and dropped to the pivot table and the olap filter panel.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected DefaultOlapProvider |
provider
the assigned olap provider |
protected JScrollPane |
scroller
the panel's scrollpane enclosing the tree |
protected JTree |
tree
the panel's tree |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
OlapCubePanel()
Constructs an OlapCubePanel. |
|
OlapCubePanel(DefaultOlapProvider provider)
Constructs an OlapCubePanel. |
Method Summary | |
---|---|
DefaultOlapProvider |
getOlapProvider()
Retrieves the olap provider. |
JScrollPane |
getScrollPane()
Returns the scrollpane that encloses the JTree. |
JTree |
getTree()
Returns the tree that contains the cube structure. |
void |
setOlapProvider(DefaultOlapProvider provider)
Assigns the olap provider. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DefaultOlapProvider provider
protected JTree tree
protected JScrollPane scroller
Constructor Detail |
---|
public OlapCubePanel()
public OlapCubePanel(DefaultOlapProvider provider)
Method Detail |
---|
public DefaultOlapProvider getOlapProvider()
public JScrollPane getScrollPane()
public JTree getTree()
public void setOlapProvider(DefaultOlapProvider provider)
provider
- the default olap provider to assign
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |