|
||||||||||
| 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.CreateOLAPChildAction<CubePane,MondrianModel.Measure>
ca.sqlpower.architect.swingui.olap.action.CreateMeasureAction
public class CreateMeasureAction
| Field Summary |
|---|
| 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 | |
|---|---|
CreateMeasureAction(ArchitectSwingSession session,
PlayPen olapPlayPen)
|
|
| Method Summary | |
|---|---|
protected MondrianModel.Measure |
addNewChild(CubePane pane)
Creates a new child of type C, sets good default values for its properties, and adds it to the model as appropriate. |
protected ca.sqlpower.swingui.DataEntryPanel |
createDataEntryPanel(MondrianModel.Measure model)
Creates a DataEntryPanel for editing the given child item. |
| Methods inherited from class ca.sqlpower.architect.swingui.olap.action.CreateOLAPChildAction |
|---|
actionPerformed |
| 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 CreateMeasureAction(ArchitectSwingSession session,
PlayPen olapPlayPen)
| Method Detail |
|---|
protected MondrianModel.Measure addNewChild(CubePane pane)
CreateOLAPChildAction
addNewChild in class CreateOLAPChildAction<CubePane,MondrianModel.Measure>protected ca.sqlpower.swingui.DataEntryPanel createDataEntryPanel(MondrianModel.Measure model)
CreateOLAPChildAction
createDataEntryPanel in class CreateOLAPChildAction<CubePane,MondrianModel.Measure>model - the item that should be edited in the data entry panel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||