|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.olap.DimensionPane.HierarchySection
public class DimensionPane.HierarchySection
| Method Summary | |
|---|---|
void |
addItem(int idx,
MondrianModel.Level item)
Inserts the given item at the given index within this section. |
void |
addItem(MondrianModel.Level item)
Inserts the given item at the end of this section. |
MondrianModel.Hierarchy |
getHierarchy()
|
java.util.List<MondrianModel.Level> |
getItems()
Returns the items in this section, in the order they should be displayed. |
java.lang.Class<MondrianModel.Level> |
getItemType()
Returns the type of items that appear in this section. |
java.lang.String |
getTitle()
Returns this section's title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<MondrianModel.Level> getItems()
PaneSection
getItems in interface PaneSection<MondrianModel.Level>public java.lang.String getTitle()
PaneSection
getTitle in interface PaneSection<MondrianModel.Level>public MondrianModel.Hierarchy getHierarchy()
public java.lang.Class<MondrianModel.Level> getItemType()
PaneSection
getItemType in interface PaneSection<MondrianModel.Level>
public void addItem(int idx,
MondrianModel.Level item)
PaneSection
addItem in interface PaneSection<MondrianModel.Level>idx - The index to add at. Must be between 0 and getItems().size()
inclusive.item - The item to add.public void addItem(MondrianModel.Level item)
PaneSection
addItem in interface PaneSection<MondrianModel.Level>item - The item to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||