|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
ca.sqlpower.architect.swingui.action.AbstractArchitectAction
ca.sqlpower.architect.swingui.olap.action.CreateUsageAction<CubePane,VirtualCubePane>
ca.sqlpower.architect.swingui.olap.action.CreateCubeUsageAction
public class CreateCubeUsageAction
Creates a cube usage after the user clicks a CubePane and a VirtualCubePane.
| Field Summary |
|---|
| Fields inherited from class ca.sqlpower.architect.swingui.olap.action.CreateUsageAction |
|---|
active |
| Fields inherited from class ca.sqlpower.architect.swingui.action.AbstractArchitectAction |
|---|
frame, playpen, session |
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
CreateCubeUsageAction(ArchitectSwingSession session,
PlayPen pp)
|
|
| Method Summary | |
|---|---|
protected void |
createUsage(CubePane cp,
VirtualCubePane vcp)
Creates the usage this action is supposed to create, and attaches it to the appropriate place(s) in the business model as well as adding it and attaching it to the playpen. |
| Methods inherited from class ca.sqlpower.architect.swingui.olap.action.CreateUsageAction |
|---|
actionPerformed, cancel, itemDeselected, itemSelected |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCubeUsageAction(ArchitectSwingSession session,
PlayPen pp)
| Method Detail |
|---|
protected void createUsage(CubePane cp,
VirtualCubePane vcp)
CreateUsageAction
createUsage in class CreateUsageAction<CubePane,VirtualCubePane>cp - The pane of type P1 that the user clickedvcp - The pane of type P2 that the user clicked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||