Package mondrian.gui

Contains a workbench written in Swing for designing Mondrian schemas.

See:
          Description

Interface Summary
LanguageChangedListener  
WorkbenchMenubarPlugin  
 

Class Summary
I18n  
JDBCExplorer  
JDBCMetaData  
JDBCTreeModel  
JTreeUpdater Helper to enable update the tree and keep expanded nodes expanded after reloading the tree.
LanguageChangedEvent  
ListRenderer ListRenderer ...
MondrianGuiDef This is the XML model for Mondrian schemas as used by the Schema Workbench.
MondrianGuiDef.AggColumnName  
MondrianGuiDef.AggExclude  
MondrianGuiDef.AggFactCount  
MondrianGuiDef.AggForeignKey The name of the column mapping from base fact table foreign key to aggregate table foreign key.
MondrianGuiDef.AggIgnoreColumn  
MondrianGuiDef.AggLevel  
MondrianGuiDef.AggMeasure  
MondrianGuiDef.AggName  
MondrianGuiDef.AggPattern  
MondrianGuiDef.AggTable A definition of an aggregate table for a base fact table.
MondrianGuiDef.CalculatedMember  
MondrianGuiDef.CalculatedMemberProperty Property of a calculated member defined against a cube.
MondrianGuiDef.CaptionExpression  
MondrianGuiDef.Closure Specifies the transitive closure of a parent-child hierarchy.
MondrianGuiDef.Column  
MondrianGuiDef.ColumnDef Column definition for an inline table.
MondrianGuiDef.ColumnDefs Holder for an array of ColumnDef elements
MondrianGuiDef.Cube Definition of a cube.
MondrianGuiDef.CubeDimension A CubeDimension is either a usage of a Dimension ('shared dimension', in MSOLAP parlance), or a 'private dimension'.
MondrianGuiDef.CubeGrant Grants (or denies) this role access to a cube.
MondrianGuiDef.Dimension A Dimension is a collection of hierarchies.
MondrianGuiDef.DimensionGrant Grants (or denies) this role access to a dimension.
MondrianGuiDef.DimensionUsage A DimensionUsage is usage of a shared Dimension within the context of a cube.
MondrianGuiDef.Expression  
MondrianGuiDef.ExpressionView A collection of SQL expressions, one per dialect.
MondrianGuiDef.Formula  
MondrianGuiDef.Grant  
MondrianGuiDef.Hierarchy Defines a hierarchy.
MondrianGuiDef.HierarchyGrant Grants (or denies) this role access to a hierarchy.
MondrianGuiDef.InlineTable  
MondrianGuiDef.Join  
MondrianGuiDef.KeyExpression  
MondrianGuiDef.Level  
MondrianGuiDef.Measure  
MondrianGuiDef.MeasureExpression  
MondrianGuiDef.MemberGrant Grants (or denies) this role access to a member.
MondrianGuiDef.MemberReaderParameter Not used
MondrianGuiDef.NamedSet Defines a named set which can be used in queries in the same way as a set defined using a WITH SET clause.
MondrianGuiDef.NameExpression  
MondrianGuiDef.OrdinalExpression  
MondrianGuiDef.Parameter A Parameter defines a schema parameter.
MondrianGuiDef.ParentExpression  
MondrianGuiDef.Property Member property.
MondrianGuiDef.Relation A table, inline table or view
MondrianGuiDef.RelationOrJoin A table or a join
MondrianGuiDef.Role A role defines an access-control profile.
MondrianGuiDef.Row Row definition for an inline table.
MondrianGuiDef.Rows Holder for an array of Row elements
MondrianGuiDef.Schema A schema is a collection of cubes and virtual cubes.
MondrianGuiDef.SchemaGrant Grants (or denies) this role access to this schema.
MondrianGuiDef.SQL  
MondrianGuiDef.Table  
MondrianGuiDef.UserDefinedFunction A UserDefinedFunction is a function which extends the MDX language.
MondrianGuiDef.Value Column value for an inline table.
MondrianGuiDef.View A collection of SQL statements, one per dialect.
MondrianGuiDef.VirtualCube A VirtualCube is a set of dimensions and measures gleaned from other cubes.
MondrianGuiDef.VirtualCubeDimension A VirtualCubeDimension is a usage of a Dimension in a VirtualCube.
MondrianGuiDef.VirtualCubeMeasure A VirtualCubeMeasure is a usage of a Measure in a VirtualCube.
PreferencesDialog  
PropertyTableModel  
QueryPanel  
SchemaExplorer  
SchemaPropertyCellEditor  
SchemaPropertyCellRenderer  
SchemaTreeCellEditor  
SchemaTreeCellRenderer Render an entry for the tree.
SchemaTreeModel  
Workbench  
 

Package mondrian.gui Description

Contains a workbench written in Swing for designing Mondrian schemas.

 

SourceForge.net_Logo