Uses of Class
com.tagtraum.beatunes.action.BaseAction.EnabledView
-
Packages that use BaseAction.EnabledView Package Description com.tagtraum.beatunes.action Contains all significant actions. -
-
Uses of BaseAction.EnabledView in com.tagtraum.beatunes.action
Methods in com.tagtraum.beatunes.action that return BaseAction.EnabledView Modifier and Type Method Description static BaseAction.EnabledView
BaseAction.EnabledView. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseAction.EnabledView[]
BaseAction.EnabledView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tagtraum.beatunes.action with parameters of type BaseAction.EnabledView Modifier and Type Method Description void
BaseAction. bindListeners(Predicate<JTable> predicate, BaseAction.EnabledView... enabledViews)
Adds the appropriate UI triggers to this action.Method parameters in com.tagtraum.beatunes.action with type arguments of type BaseAction.EnabledView Modifier and Type Method Description void
BaseAction. bindListeners(Predicate<JTable> predicate, Set<BaseAction.EnabledView> enabledViews)
Adds the appropriate UI triggers to this action.
-