An AbstractSelectionAction
is per default enabled only when a non-empty selection exists. To provide different behavior subclasses may override the method {@link #handleSelectionChange()} which is called everytime the current selection changes.
Also note that an AbstractSelectionAction
is disabled when it is first created.
@author Torgil Zethson
@since 1.2
|
|
|
|
|
|
|
|
|
|
|
|