|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
com.frinika.gui.AbstractDialogAction
com.frinika.sequencer.gui.menu.midi.AbstractMidiAction
com.frinika.sequencer.gui.menu.midi.MidiQuantizeAction
public class MidiQuantizeAction
Menu-action for quantizing selected MIDI notes.
Field Summary | |
---|---|
Quantization |
q
|
Fields inherited from class com.frinika.sequencer.gui.menu.midi.AbstractMidiAction |
---|
endTick, events, lastTick, startTick |
Fields inherited from class com.frinika.gui.AbstractDialogAction |
---|
actionId, canceled, dialog, frame |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields 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 | |
---|---|
MidiQuantizeAction(ProjectFrame frame)
|
Method Summary | |
---|---|
protected OptionsDialog |
createDialog()
Creates a dialog to ask for options. |
protected javax.swing.JComponent |
createGUI()
Creates inner gui-editor of a dialog to show to the user. |
void |
modifyNoteEvent(NoteEvent note)
|
Methods inherited from class com.frinika.sequencer.gui.menu.midi.AbstractMidiAction |
---|
actionPerformed, getMidiLane, getMidiPart, modifyEvents, modifyNoteEvents, performAction, performPrepare |
Methods inherited from class com.frinika.gui.AbstractDialogAction |
---|
cancel, getDialog, getProjectFrame, perform, performDialog, performUndoable |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Quantization q
Constructor Detail |
---|
public MidiQuantizeAction(ProjectFrame frame)
Method Detail |
---|
protected OptionsDialog createDialog()
AbstractDialogAction
createDialog
in class AbstractDialogAction
protected javax.swing.JComponent createGUI()
AbstractDialogAction
createGUI
in class AbstractDialogAction
public void modifyNoteEvent(NoteEvent note)
modifyNoteEvent
in class AbstractMidiAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |