Class EditRhythm
java.lang.Object
javax.swing.AbstractAction
org.jjazz.ss_editorimpl.api.EditRhythm
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action,SS_ContextActionListener,org.openide.util.ContextAwareAction
public class EditRhythm
extends AbstractAction
implements org.openide.util.ContextAwareAction, SS_ContextActionListener
- See Also:
-
Field Summary
FieldsFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidchangeSongPartsRhythm(List<SongPart> selectedSpts) Show the rhythm selection dialog initialized with the 1st selected song part.createContextAwareInstance(org.openide.util.Lookup context) voidselectionChange(SS_Selection selection) SongPart or SongPartParameter presence has changed in SS_ContextActionSupport's context.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
KEYSTROKE
-
-
Constructor Details
-
EditRhythm
public EditRhythm()
-
-
Method Details
-
createContextAwareInstance
- Specified by:
createContextAwareInstancein interfaceorg.openide.util.ContextAwareAction
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
selectionChange
Description copied from interface:SS_ContextActionListenerSongPart or SongPartParameter presence has changed in SS_ContextActionSupport's context.- Specified by:
selectionChangein interfaceSS_ContextActionListener- Parameters:
selection-
-
changeSongPartsRhythm
-