Uses of Class
com.tagtraum.beatunes.action.BaseAction.SelectionCount
-
Packages that use BaseAction.SelectionCount Package Description com.tagtraum.beatunes.action Contains all significant actions. -
-
Uses of BaseAction.SelectionCount in com.tagtraum.beatunes.action
Methods in com.tagtraum.beatunes.action that return BaseAction.SelectionCount Modifier and Type Method Description BaseAction.SelectionCount
BaseAction. numberOfSelectedSongs()
static BaseAction.SelectionCount
BaseAction. numberOfSelectedSongs(JTable table)
Efficient way of determining how many songs are selected.static BaseAction.SelectionCount
BaseAction.SelectionCount. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseAction.SelectionCount[]
BaseAction.SelectionCount. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-