|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnControlPopup
Encapsulates the popup component which is the delegate for all popup visuals, used by a ColumnControlButton.
For now, this class a simple extraction of what a ColumnControl needs. Usage will drive further evolution.
| Method Summary | |
|---|---|
void |
addAdditionalActionItems(java.util.List<? extends javax.swing.Action> actions)
Adds additional actions to the popup. |
void |
addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)
Adds items corresponding to the column's visibility actions. |
void |
applyComponentOrientation(java.awt.ComponentOrientation o)
Applies the specified component orientation to all internal widgets. |
void |
removeAll()
Removes all items from the popup. |
void |
toggleVisibility(javax.swing.JComponent owner)
Toggles the popup's visibility. |
| Methods inherited from interface org.jdesktop.swingx.plaf.UIDependent |
|---|
updateUI |
| Method Detail |
|---|
void toggleVisibility(javax.swing.JComponent owner)
owner - the JComponent which triggered the visibility change, typically
a ColumnControlButton.void applyComponentOrientation(java.awt.ComponentOrientation o)
o - the componentOrientation to apply to all internal widgets.Container.applyComponentOrientation(ComponentOrientation).void removeAll()
void addVisibilityActionItems(java.util.List<? extends AbstractActionExt> actions)
Each Action in the list is a stateAction,
its selected property bound to a column's
visible property, that is toggling the selected will
toggle the column's visibility (if the action is enabled).
The Actions name property is bound to
the column's title.
actions - List of AbstractActionExt to add.void addAdditionalActionItems(java.util.List<? extends javax.swing.Action> actions)
actions - List of Actions to add to the popup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||