|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.olap.OLAPEditSession
public class OLAPEditSession
| Field Summary | |
|---|---|
static double |
ZOOM_STEP
|
| Constructor Summary | |
|---|---|
OLAPEditSession(ArchitectSwingSession swingSession,
OLAPSession olapSession)
Creates a new editor for the given OLAP schema. |
|
| Method Summary | |
|---|---|
void |
close()
Cleans up all resources this session was using. |
AutoLayoutAction |
getAutoLayoutAction()
|
CreateCubeAction |
getCreateCubeAction()
|
CreateDimensionAction |
getCreateDimensionAction()
|
CreateDimensionUsageAction |
getCreateDimensionUsageAction()
|
CreateHierarchyAction |
getCreateHierarchyAction()
|
CreateLevelAction |
getCreateLevelAction()
|
CreateMeasureAction |
getCreateMeasureAction()
|
CreateVirtualCubeAction |
getCreateVirtualCubeAction()
|
ExportSchemaAction |
getExportSchemaAction()
|
javax.swing.JFrame |
getFrame()
Returns the OLAP Schema Editor dialog. |
OLAPDeleteSelectedAction |
getOLAPDeleteSelectedAction()
|
PlayPen |
getOlapPlayPen()
Returns the playpen used within OLAP Schema Editor |
OLAPSession |
getOlapSession()
Returns the OLAPSession this this edit session edits. |
OLAPTree |
getOlapTree()
|
javax.swing.JScrollPane |
getPPScrollPane()
Returns the scroll pane that the PlayPen is in. |
ZoomAction |
getZoomInAction()
|
ZoomResetAction |
getZoomNormalAction()
|
ZoomAction |
getZoomOutAction()
|
ZoomToFitAction |
getZoomToFitAction()
|
boolean |
isModified()
returns true if any aspect of this session has been modified since it was created or since the last time saveNotify() was called, whichever
is more recent. |
void |
olapChildAdded(OLAPChildEvent e)
Called just after a new child is added to an OLAPObject. |
void |
olapChildRemoved(OLAPChildEvent e)
Called just after a child is removed from an OLAPObject. |
void |
saveNotify()
This method must be called just after this session has been saved with the project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double ZOOM_STEP
| Constructor Detail |
|---|
public OLAPEditSession(ArchitectSwingSession swingSession,
OLAPSession olapSession)
ArchitectSwingSession.getOLAPEditSession(OLAPSession).
session - The architect swing session this editor and the given schema belong to.olapSession - The OLAPSession of the schema to edit| Method Detail |
|---|
public javax.swing.JFrame getFrame()
public PlayPen getOlapPlayPen()
public OLAPTree getOlapTree()
public javax.swing.JScrollPane getPPScrollPane()
public void close()
public void saveNotify()
public boolean isModified()
saveNotify() was called, whichever
is more recent.
public OLAPSession getOlapSession()
public CreateDimensionAction getCreateDimensionAction()
public CreateCubeAction getCreateCubeAction()
public CreateVirtualCubeAction getCreateVirtualCubeAction()
public CreateMeasureAction getCreateMeasureAction()
public CreateHierarchyAction getCreateHierarchyAction()
public CreateLevelAction getCreateLevelAction()
public ExportSchemaAction getExportSchemaAction()
public OLAPDeleteSelectedAction getOLAPDeleteSelectedAction()
public AutoLayoutAction getAutoLayoutAction()
public void olapChildAdded(OLAPChildEvent e)
OLAPChildListener
olapChildAdded in interface OLAPChildListenere - The event describing the addition. The event's source will be
the parent object which got the new child.public void olapChildRemoved(OLAPChildEvent e)
OLAPChildListener
olapChildRemoved in interface OLAPChildListenere - The event describing the removal. The event's source will be
the parent object which lost the child.public ZoomAction getZoomInAction()
public ZoomAction getZoomOutAction()
public ZoomResetAction getZoomNormalAction()
public ZoomToFitAction getZoomToFitAction()
public CreateDimensionUsageAction getCreateDimensionUsageAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||