|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
ca.sqlpower.wabit.swingui.olap.action.OlapQueryAction
ca.sqlpower.wabit.swingui.olap.action.MemberAction
ca.sqlpower.wabit.swingui.olap.action.ExcludeMemberAction
public class ExcludeMemberAction
Excludes the given Member from the query.
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
ExcludeMemberAction(WabitSwingSession session,
OlapQuery query,
org.olap4j.metadata.Member member,
org.olap4j.query.Selection.Operator operator)
|
|
| Method Summary | |
|---|---|
protected void |
performMemberAction(org.olap4j.metadata.Member member,
OlapQuery query)
Subclass hook. |
| Methods inherited from class ca.sqlpower.wabit.swingui.olap.action.MemberAction |
|---|
getMember, performOlapQueryAction |
| Methods inherited from class ca.sqlpower.wabit.swingui.olap.action.OlapQueryAction |
|---|
actionPerformed, getQuery |
| 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 ExcludeMemberAction(WabitSwingSession session,
OlapQuery query,
org.olap4j.metadata.Member member,
org.olap4j.query.Selection.Operator operator)
| Method Detail |
|---|
protected void performMemberAction(org.olap4j.metadata.Member member,
OlapQuery query)
throws QueryInitializationException
MemberAction
performMemberAction in class MemberActionmember - The member that was selected as the subject of this action.
This is the same member as returned by MemberAction.getMember();
it's provided for your convenience.
query - The query to manipulate. Don't execute it!
This is the same query as returned by OlapQueryAction.getQuery();
it's provided for your convenience.
QueryInitializationException - If the query failed to initialize itself as a side effect of
manipulating it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||