|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.swing.AbstractAction
com.wordpress.tipsforjava.swing.table.TableColumnAdjuster.ColumnAction
class TableColumnAdjuster.ColumnAction extends AbstractAction
| Field Summary | |
|---|---|
private boolean |
isAdjust
|
private boolean |
isSelectedColumn
|
| Fields inherited from class AbstractAction | |
|---|---|
| DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY |
| Constructor Summary | |
TableColumnAdjuster.ColumnAction(boolean isSelectedColumn, boolean isAdjust)
|
|
| Method Summary | |
|---|---|
void
|
actionPerformed(ActionEvent e)
|
| Methods inherited from class AbstractAction | |
|---|---|
| getValue, putValue, addPropertyChangeListener, isEnabled, setEnabled, removePropertyChangeListener, getPropertyChangeListeners, getKeys, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private boolean isAdjust
private boolean isSelectedColumn
| Constructor Detail |
|---|
public TableColumnAdjuster.ColumnAction(boolean isSelectedColumn, boolean isAdjust)
| Method Detail |
|---|
@Override public void ac public void actionPerformed(ActionEvent e)
Groovy Documentation