Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

ABOUT_AUTHORS - static field in class org.herac.tuxguitar.gui.SystemImages
ABOUT_DESCRIPTION - static field in class org.herac.tuxguitar.gui.SystemImages
ABOUT_LICENSE - static field in class org.herac.tuxguitar.gui.SystemImages
Action - class org.herac.tuxguitar.gui.actions.Action
Action(String,boolean,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.Action
Action(String,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.Action
ActionContainer - class org.herac.tuxguitar.gui.actions.ActionContainer
ActionContainer(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.ActionContainer
ADD_DEFAULT_CONTROLS - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
flag para agregar los controles por defecto, no se recomienda usar este flag si el reproductor asigna estos controles en tiempo real.
ADD_FIRST_TICK_MOVE - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
tuxguitar usa como primer tick el valor de la constante Duration.QUARTER_TIME asignando este flag, es posible crear el primer tick en cero.
ADD_METRONOME - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
flag para agregar la pista del metronomo, en casos como la exportacion de midi, este flag no sera necesario
ADD_MIXER_MESSAGES - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
flag para agregar los valores del mixer (volumen, balance, instrumento), no se recomienda usar este flag si el reproductor asigna estos valores en tiempo real.
ADD_TICK_MOVE_MESSAGES - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
tuxguitar usa estos mensajes para controlar las repeticiones visualmente en casos como la exportacion de midi, este flag no sera necesario
addChord(org.herac.tuxguitar.song.models.Chord) - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
addControlChange(long,int,int,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addControlChange(long,int,int,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addEdit(org.herac.tuxguitar.gui.undo.UndoableEdit) - method in class org.herac.tuxguitar.gui.undo.UndoManager
addEvent(int,MidiEvent) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addFretValue(int,int) - method in class org.herac.tuxguitar.song.models.Chord
addItems() - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
AddMarkerAction - class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
AddMarkerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
Agrega un Compas
Agrega un Compas
AddMeasureAction - class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
AddMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
addMeasureHeader(int,org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
Agrega un Compas
addMeasureHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
Agrega un Compas
addNewMeasure(int) - method in class org.herac.tuxguitar.song.managers.SongManager
Agrega un Compas
addNewMeasureBeforeEnd() - method in class org.herac.tuxguitar.song.managers.SongManager
addNote(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.song.models.Measure
addNoteOff(long,int,int,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addNoteOff(long,int,int,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addNoteOn(long,int,int,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addNoteOn(long,int,int,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addPath(String) - method in class org.herac.tuxguitar.gui.helper.FileHistory
addPitchBend(long,int,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addPitchBend(long,int,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addPoint(int,int) - method in class org.herac.tuxguitar.song.models.effects.BendEffect
addPoint(int,int) - method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
addProgramChange(long,int,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addProgramChange(long,int,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addSecuence() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Agrega la Secuencia
Agrega un silencio al compas
addSilence(org.herac.tuxguitar.song.models.Silence) - method in class org.herac.tuxguitar.song.models.Measure
addTempoInUSQ(long,int,int) - method in class org.herac.tuxguitar.player.base.MidiSequence
addTempoInUSQ(long,int,int) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addTickMove(long,int,long) - method in class org.herac.tuxguitar.player.base.MidiSequence
addTickMove(long,int,long) - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
addTrack(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
AddTrackAction - class org.herac.tuxguitar.gui.actions.track.AddTrackAction
AddTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.AddTrackAction
addTrackMeasure(long,List) - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
addTrackPosition(int,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
addTransferable(org.herac.tuxguitar.gui.clipboard.Transferable) - method in class org.herac.tuxguitar.gui.clipboard.ClipBoard
addUndoableEdit(org.herac.tuxguitar.gui.undo.UndoableEdit) - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
addValue(int,int) - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
ALL_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
ALL_NOTES_OFF - static field in class org.herac.tuxguitar.player.base.MidiControllers
allNotesOff() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
ALLOW_PLAY_CACHE - static field in class org.herac.tuxguitar.gui.editors.tab.Tablature
ALT_STRING - static field in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
appendListenersTo(Composite) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.LanguageOption
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.MainOption
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.Option
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.SoundOption
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.StylesOption
applyConfig(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
applyMask(ImageData,RGB,RGB) - static method in class org.herac.tuxguitar.gui.util.ImageUtils
Crea una mascara a partir de src.
ArgumentParser - class org.herac.tuxguitar.gui.util.ArgumentParser
ArgumentParser(String[]) - constructor for class org.herac.tuxguitar.gui.util.ArgumentParser
ASCIIOutputStream - class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
ASCIIOutputStream(PrintStream) - constructor for class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
ASCIITabOutputStream - class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
ASCIITabOutputStream(PrintStream) - constructor for class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
ASCIITabOutputStream(String) - constructor for class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
AsyncThread - class org.herac.tuxguitar.gui.helper.AsyncThread
AsyncThread(Runnable) - constructor for class org.herac.tuxguitar.gui.helper.AsyncThread
AUTHORS - static field in class org.herac.tuxguitar.gui.doc.DocReader
AUTO_SPACING_ENABLE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
AUTO_SPACING_ENABLED - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
AUTO_SPACING_ENABLED - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
autoCompleteSilences() - method in class org.herac.tuxguitar.song.managers.SongManager
autoCompleteSilences(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Calcula si hay espacios libres.
autoCompleteSilences(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongTrackManager

B

BALANCE - static field in class org.herac.tuxguitar.player.base.MidiControllers
BEND_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
BendEditor - class org.herac.tuxguitar.gui.effects.BendEditor
BendEditor() - constructor for class org.herac.tuxguitar.gui.effects.BendEditor
BendEffect - class org.herac.tuxguitar.song.models.effects.BendEffect
BendEffect() - constructor for class org.herac.tuxguitar.song.models.effects.BendEffect
BLACK - static field in class org.herac.tuxguitar.song.models.RGBColor
BLUE - static field in class org.herac.tuxguitar.song.models.RGBColor
BOTTOM_SPAN - static field in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard

C

CacheImage - class org.herac.tuxguitar.gui.editors.tab.CacheImage
CacheImage(Device) - constructor for class org.herac.tuxguitar.gui.editors.tab.CacheImage
CacheImage(Device,int,int) - constructor for class org.herac.tuxguitar.gui.editors.tab.CacheImage
Calcula si debe pintar el TimeSignature
calculateMeasureStartWithRepetitions() - method in class org.herac.tuxguitar.song.managers.SongManager
calculateRealValue() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Calcula el el ancho de la partitura
Calcula el el ancho de la tablatura
calculateWidth() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Calcula el width del compas
Verifica si el componente se puede insertar en el compas.
CannotInsertTransferException - class org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
CannotInsertTransferException() - constructor for class org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
CannotInsertTransferException(String) - constructor for class org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
CannotInsertTransferException(String,Throwable) - constructor for class org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
CannotInsertTransferException(Throwable) - constructor for class org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
CannotRedoException - class org.herac.tuxguitar.gui.undo.CannotRedoException
CannotRedoException() - constructor for class org.herac.tuxguitar.gui.undo.CannotRedoException
CannotRedoException(String) - constructor for class org.herac.tuxguitar.gui.undo.CannotRedoException
CannotRedoException(String,Throwable) - constructor for class org.herac.tuxguitar.gui.undo.CannotRedoException
CannotRedoException(Throwable) - constructor for class org.herac.tuxguitar.gui.undo.CannotRedoException
CannotUndoException - class org.herac.tuxguitar.gui.undo.CannotUndoException
CannotUndoException() - constructor for class org.herac.tuxguitar.gui.undo.CannotUndoException
CannotUndoException(String) - constructor for class org.herac.tuxguitar.gui.undo.CannotUndoException
CannotUndoException(String,Throwable) - constructor for class org.herac.tuxguitar.gui.undo.CannotUndoException
CannotUndoException(Throwable) - constructor for class org.herac.tuxguitar.gui.undo.CannotUndoException
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
canRedo() - method in class org.herac.tuxguitar.gui.undo.UndoableEdit
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
canRedo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
canRedo() - method in class org.herac.tuxguitar.gui.undo.UndoManager
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
canUndo() - method in class org.herac.tuxguitar.gui.undo.UndoableEdit
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
canUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
canUndo() - method in class org.herac.tuxguitar.gui.undo.UndoManager
Caret - class org.herac.tuxguitar.gui.editors.tab.Caret
Agrega un AccentuatedNote
ChangeAccentuatedNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeAccentuatedNoteAction
Agrega un bend
ChangeBendNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
ChangeBendNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
Cambia el Clef
ChangeClefAction - class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
ChangeClefAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
changeCloseRepeat(long,int) - method in class org.herac.tuxguitar.song.managers.SongManager
changeCursor(int) - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
changeDeadNote(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega una nota muerta
ChangeDeadNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
ChangeDeadNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
ChangeDottedDurationAction - class org.herac.tuxguitar.gui.actions.duration.ChangeDottedDurationAction
ChangeDoubleDottedDurationAction - class org.herac.tuxguitar.gui.actions.duration.ChangeDoubleDottedDurationAction
changeDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
Cambia la Duracion del componente.
Cambia la Duracion del componente.
changeFadeIn(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un fadeIn
ChangeFadeInAction - class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
ChangeFadeInAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
changeGhostNote(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un GhostNote
ChangeGhostNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
ChangeGhostNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
Agrega un grace
ChangeGraceNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
ChangeGraceNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
Agrega un hammer
ChangeHammerNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
ChangeHammerNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
Agrega un harmonic
ChangeHarmonicNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
ChangeHarmonicNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
Agrega un GhostNote
ChangeHeavyAccentuatedNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeHeavyAccentuatedNoteAction
ChangeInfoAction - class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
ChangeInfoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
Cambia el Key Signature
ChangeKeySignatureAction - class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
ChangeKeySignatureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
ChangeNoteAction - class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
ChangeNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
changeOpenRepeat(long) - method in class org.herac.tuxguitar.song.managers.SongManager
changePalmMute(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un palm-mute
ChangePalmMuteAction - class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
ChangePalmMuteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
changePopping(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un popping
ChangePoppingAction - class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
ChangePoppingAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
changeSlapping(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un slapping
ChangeSlappingAction - class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
ChangeSlappingAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
changeSlideNote(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un slide
ChangeSlideNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
ChangeSlideNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
changeStaccato(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un staccato
ChangeStaccatoAction - class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
ChangeStaccatoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
changeTapping(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un tapping
ChangeTappingAction - class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
ChangeTappingAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
changeTempo(long,org.herac.tuxguitar.song.models.Tempo,boolean) - method in class org.herac.tuxguitar.song.managers.SongManager
ChangeTempoAction - class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
ChangeTempoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
ChangeTiedNoteAction - class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
ChangeTiedNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
changeTieNote(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Liga la nota
changeTieNote(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Liga la nota
ChangeTimeSignatureAction - class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
ChangeTimeSignatureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
ChangeTrackPropertiesAction - class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
Agrega un tremoloBar
ChangeTremoloBarAction - class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
ChangeTremoloBarAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
Agrega un tremolo picking
ChangeTremoloPickingAction - class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloPickingAction
Agrega un trill
ChangeTrillNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
ChangeTrillNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
changeTripletFeel(long,int,boolean) - method in class org.herac.tuxguitar.song.managers.SongManager
ChangeTripletFeelAction - class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
ChangeTripletFeelAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
ChangeTupletoDurationAction - class org.herac.tuxguitar.gui.actions.duration.ChangeTupletoDurationAction
Cambia el Velocity
ChangeVelocityAction - class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
ChangeVelocityAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
Agrega un vibrato
ChangeVibratoNoteAction - class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
ChangeVibratoNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
CHANNEL_MUTE - static field in class org.herac.tuxguitar.io.tg.TGStream
CHANNEL_SOLO - static field in class org.herac.tuxguitar.io.tg.TGStream
check(org.herac.tuxguitar.gui.editors.tab.NoteCoords,int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
checkSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
checkSoundbank() - method in class org.herac.tuxguitar.gui.TuxGuitar
checkTopSpan(org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Chord - class org.herac.tuxguitar.song.models.Chord
Chord(int) - constructor for class org.herac.tuxguitar.song.models.Chord
CHORD_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
ChordCreatorUtil - class org.herac.tuxguitar.gui.editors.chord.ChordCreatorUtil
ChordCreatorUtil(int[],int[],int,int,int) - constructor for class org.herac.tuxguitar.gui.editors.chord.ChordCreatorUtil
ChordCustomList - class org.herac.tuxguitar.gui.editors.chord.ChordCustomList
ChordEditor - class org.herac.tuxguitar.gui.editors.chord.ChordEditor
ChordEditor(Composite,int) - constructor for class org.herac.tuxguitar.gui.editors.chord.ChordEditor
ChordEditor(Composite,int,short) - constructor for class org.herac.tuxguitar.gui.editors.chord.ChordEditor
ChordList - class org.herac.tuxguitar.gui.editors.chord.ChordList
ChordList(Composite) - constructor for class org.herac.tuxguitar.gui.editors.chord.ChordList
ChordMenuItem - class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
ChordMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
ChordReader - class org.herac.tuxguitar.gui.editors.chord.xml.ChordReader
ChordSelector - class org.herac.tuxguitar.gui.editors.chord.ChordSelector
ChordSelector(Composite,int) - constructor for class org.herac.tuxguitar.gui.editors.chord.ChordSelector
ChordWriter - class org.herac.tuxguitar.gui.editors.chord.xml.ChordWriter
CHORUS - static field in class org.herac.tuxguitar.player.base.MidiControllers
ClassLoaderUtil - class org.herac.tuxguitar.gui.util.ClassLoaderUtil
CleanBeatAction - class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
CleanBeatAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
CleanMeasureAction - class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
CleanMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
clear() - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
clear() - method in class org.herac.tuxguitar.song.models.MusicScale
clear() - method in class org.herac.tuxguitar.gui.printer.PrintDocument
clearColumnsAfter(int) - method in class org.herac.tuxguitar.gui.table.SongTable
clearFile() - method in class org.herac.tuxguitar.gui.helper.FileHistory
clearTrackPositions() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
CLEF_ALTO - static field in class org.herac.tuxguitar.song.models.Measure
CLEF_ALTO - static field in class org.herac.tuxguitar.gui.SystemImages
CLEF_BASS - static field in class org.herac.tuxguitar.song.models.Measure
CLEF_BASS - static field in class org.herac.tuxguitar.gui.SystemImages
CLEF_TENOR - static field in class org.herac.tuxguitar.song.models.Measure
CLEF_TENOR - static field in class org.herac.tuxguitar.gui.SystemImages
CLEF_TREBLE - static field in class org.herac.tuxguitar.song.models.Measure
CLEF_TREBLE - static field in class org.herac.tuxguitar.gui.SystemImages
ClipBoard - class org.herac.tuxguitar.gui.clipboard.ClipBoard
ClipBoard() - constructor for class org.herac.tuxguitar.gui.clipboard.ClipBoard
clone() - method in class org.herac.tuxguitar.song.models.effects.BendEffect
clone() - method in class org.herac.tuxguitar.song.models.Chord
clone() - method in class org.herac.tuxguitar.song.models.Component
clone() - method in class org.herac.tuxguitar.song.models.Duration
clone() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
clone() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
clone() - method in class org.herac.tuxguitar.song.models.InstrumentString
clone() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
clone() - method in class org.herac.tuxguitar.song.models.Marker
clone() - method in class org.herac.tuxguitar.song.models.MeasureHeader
clone() - method in class org.herac.tuxguitar.song.models.Note
clone() - method in class org.herac.tuxguitar.song.models.NoteEffect
clone() - method in class org.herac.tuxguitar.song.models.RGBColor
clone() - method in class org.herac.tuxguitar.song.models.Silence
clone() - method in class org.herac.tuxguitar.song.models.SongChannel
clone() - method in class org.herac.tuxguitar.song.models.Tempo
clone() - method in class org.herac.tuxguitar.song.models.TimeSignature
clone() - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
clone() - method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
clone() - method in class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
clone() - method in class org.herac.tuxguitar.song.models.effects.TrillEffect
clone() - method in class org.herac.tuxguitar.song.models.Tupleto
clone(List) - method in class org.herac.tuxguitar.song.models.SongTrack
clone(List) - method in class org.herac.tuxguitar.song.helpers.TrackMeasure
clone(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.models.Measure
cloneSong(org.herac.tuxguitar.song.models.Song) - static method in class org.herac.tuxguitar.song.util.UndoableUtil
cloneTrack(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
CloneTrackAction - class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
CloneTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
close() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
close() - method in class org.herac.tuxguitar.io.gp.GP3InputStream
Closes the stream.
close() - method in class org.herac.tuxguitar.io.gp.GP4InputStream
close() - method in class org.herac.tuxguitar.io.gp.GP5InputStream
close() - method in class org.herac.tuxguitar.player.base.MidiPlayer
close() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Cierra el Secuenciador y Sintetizador
close() - method in class org.herac.tuxguitar.player.NullPlayer
close() - method in class org.herac.tuxguitar.gui.util.SplashShell
close() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
CLOSE_REPEAT_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
closeModules() - method in class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
closePLugins() - method in class org.herac.tuxguitar.gui.system.plugins.PluginManager
CloseRepeatAction - class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
CloseRepeatAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
COLOR_LINE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
COLOR_PLAY_NOTE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
COLOR_SCORE_NOTE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
COLOR_TAB_NOTE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
Component - interface org.herac.tuxguitar.song.models.Component
COMPONENT_EFFECT - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_NEXT_BEAT - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_NEXT_DURATION - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_NOTE - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_SILENCE - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_TIEDNOTE - static field in class org.herac.tuxguitar.io.tg.TGStream
COMPONENT_VELOCITY - static field in class org.herac.tuxguitar.io.tg.TGStream
CompositionMenuItem - class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
CompositionToolItems - class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
CompositionToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
ConfigDefaults - class org.herac.tuxguitar.gui.system.config.ConfigDefaults
ConfigDefaults() - constructor for class org.herac.tuxguitar.gui.system.config.ConfigDefaults
ConfigEditor - class org.herac.tuxguitar.gui.system.config.ConfigEditor
ConfigEditor() - constructor for class org.herac.tuxguitar.gui.system.config.ConfigEditor
ConfigKeys - class org.herac.tuxguitar.gui.system.config.ConfigKeys
ConfigManager - class org.herac.tuxguitar.gui.system.config.ConfigManager
ConfigManager() - constructor for class org.herac.tuxguitar.gui.system.config.ConfigManager
ConfigureKeyBindingsAction - class org.herac.tuxguitar.gui.actions.settings.ConfigureKeyBindingsAction
confirm() - method in class org.herac.tuxguitar.gui.util.ConfirmDialog
ConfirmDialog - class org.herac.tuxguitar.gui.util.ConfirmDialog
ConfirmDialog(Shell,String) - constructor for class org.herac.tuxguitar.gui.util.ConfirmDialog
connect() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Conecta el Synthesizer al Sequencer
connect(Receiver) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Conecta el Synthesizer al Sequencer
CONTROL_STRING - static field in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
controlChange(int,int,int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
convert(String,String) - method in class org.herac.tuxguitar.io.TGConverter
convertTime(long) - method in class org.herac.tuxguitar.song.models.Tupleto
convertToAWT(ImageData) - static method in class org.herac.tuxguitar.gui.util.ImageUtils
Crea un java.awt.image.BufferedImage a partir de un ImageData
convertToIText(ImageData) - static method in class org.herac.tuxguitar.gui.util.ImageUtils
Crea un com.lowagie.text.Image a partir de un ImageData
CopyMeasureAction - class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
CopyMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
copyMeasures(long,long) - method in class org.herac.tuxguitar.song.managers.SongManager
copyMeasures(long,long,org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
count() - method in class org.herac.tuxguitar.song.models.Chord
count() - method in class org.herac.tuxguitar.gui.printer.PrintDocument
countChords() - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
countMeasures() - method in class org.herac.tuxguitar.song.managers.SongManager
countMeasures(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
countTracks() - method in class org.herac.tuxguitar.song.managers.SongManager
countTracksForChannel(int) - method in class org.herac.tuxguitar.song.managers.SongManager
create(int,int) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
create(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Crea los valores necesarios
createComposites(Composite) - method in class org.herac.tuxguitar.gui.TuxGuitar
createCoolbar(Shell) - method in class org.herac.tuxguitar.gui.items.ItemManager
createDefaultInstrumentStrings() - static method in class org.herac.tuxguitar.song.managers.SongManager
createDocument() - static method in class org.herac.tuxguitar.gui.editors.chord.xml.ChordWriter
createDocument() - static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter
createDocument() - static method in class org.herac.tuxguitar.gui.items.xml.ToolBarsWriter
createDurations(long) - static method in class org.herac.tuxguitar.gui.editors.tab.TablatureUtil
createItems(Shell) - method in class org.herac.tuxguitar.gui.items.ItemManager
createMenu(Shell) - method in class org.herac.tuxguitar.gui.items.ItemManager
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.LanguageOption
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.MainOption
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.Option
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.SoundOption
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.StylesOption
createOption() - method in class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
createPercusionStrings(int) - static method in class org.herac.tuxguitar.song.managers.SongManager
createPopupMenu(Shell) - method in class org.herac.tuxguitar.gui.items.ItemManager
createSilences(org.herac.tuxguitar.song.models.Measure,long,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Crea Silencios temporarios en base a length
createTrack() - method in class org.herac.tuxguitar.song.managers.SongManager
CustomChordManager - class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
CustomChordManager() - constructor for class org.herac.tuxguitar.gui.editors.chord.CustomChordManager

D

DATA_ENTRY_COARSE - static field in class org.herac.tuxguitar.player.base.MidiControllers
DEAD_NOTE_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
debug(int) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
debug(String) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
DecrementDurationAction - class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
DecrementDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
DecrementNoteSemitoneAction - class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
DEFAULT - static field in class org.herac.tuxguitar.song.models.VelocityValues
DEFAULT_CLEF_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Espacio por defecto de la clave
DEFAULT_EFFECT_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_EXPORT_FLAGS - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
DEFAULT_FIRST_TRACK_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
DEFAULT_FIRST_TRACK_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_HORIZONTAL_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_INDENT - static field in class org.herac.tuxguitar.gui.system.config.items.Option
DEFAULT_LEFT_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto a la izquierda
DEFAULT_MIN_TOP_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_MODE - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_PERCUSION_CHANNEL - static field in class org.herac.tuxguitar.song.models.SongChannel
DEFAULT_PLAY_FLAGS - static field in class org.herac.tuxguitar.player.base.MidiSequenceParser
DEFAULT_QUARTER_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Espacio por defecto entre negra y negra
DEFAULT_RIGHT_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto a la derecha
DEFAULT_SCORE_LINE_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
DEFAULT_SCORE_LINE_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_SCORE_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
DEFAULT_SCORE_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_STRING_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
DEFAULT_STRING_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DEFAULT_TIME_SIGNATURE_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto del timeSignature
DEFAULT_TRACK_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
DEFAULT_TRACK_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
DESCRIPTION - static field in class org.herac.tuxguitar.gui.doc.DocReader
DIRECTION_DOWN - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
DIRECTION_UP - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
discardAllEdits() - method in class org.herac.tuxguitar.gui.undo.UndoManager
displayGUI(String[]) - method in class org.herac.tuxguitar.gui.TuxGuitar
dispose() - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
dispose() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
dispose() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
dispose() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
dispose() - method in class org.herac.tuxguitar.gui.editors.piano.Piano
dispose() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
dispose() - method in class org.herac.tuxguitar.gui.mixer.SongMixer
dispose() - method in class org.herac.tuxguitar.gui.transport.SongTransport
dispose() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
DisposeAction - class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
DisposeAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
disposeColors() - static method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
disposeColors() - static method in class org.herac.tuxguitar.gui.table.SongTableInfo
disposeGraphics() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
disposeHarmonicNotes() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
disposeImages() - static method in class org.herac.tuxguitar.gui.SystemImages
disposeItems() - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
disposeLayout() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
disposeScoreNotes() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
disposeTracks() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
disposeTracks() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.Action
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.AddTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeAccentuatedNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.ChangeDottedDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.ChangeDoubleDottedDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHeavyAccentuatedNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloPickingAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.ChangeTupletoDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.settings.ConfigureKeyBindingsAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.ExportASCIIAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.ExportMidiAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.caret.GoDownAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.caret.GoRightAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.caret.GoUpAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.ImportMidiAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.marker.ListMarkersAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.MoveTrackDownAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.MoveTrackUpAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.NewFileAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.OpenFileAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.player.PlaySongAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.PrintAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.edit.RedoAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.track.RemoveTrackAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.SaveAsFileAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.file.SaveFileAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.layout.SetLinearLayoutAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.edit.SetMouseModeEditionAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.edit.SetMouseModeSelectionAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.layout.SetMultitrackViewAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.edit.SetNaturalKeyAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.layout.SetPageLayoutAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.layout.SetScoreEnabledAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.note.ShiftNoteUpAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.view.ShowFretBoardAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.view.ShowMixerAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.view.ShowPianoAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.view.ShowTransportAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.player.StopSongAction
doAction(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.edit.UndoAction
DocReader - class org.herac.tuxguitar.gui.doc.DocReader
DocReader() - constructor for class org.herac.tuxguitar.gui.doc.DocReader
DOTTED_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
DOUBLE_DOTTED_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
DOWN - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
DOWN_OFFSET - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
drawBarSegment() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
drawNote(int) - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
drawSpace() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
drawStringLine(String) - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
drawStringSegments(int) - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
drawTuneSegment(String,int) - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
Duration - class org.herac.tuxguitar.song.models.Duration
Duration(int) - constructor for class org.herac.tuxguitar.song.models.Duration
Duration(int,boolean,boolean,org.herac.tuxguitar.song.models.Tupleto) - constructor for class org.herac.tuxguitar.song.models.Duration
DURATION_DOTTED - static field in class org.herac.tuxguitar.io.tg.TGStream
DURATION_DOUBLE_DOTTED - static field in class org.herac.tuxguitar.io.tg.TGStream
DURATION_TUPLETO - static field in class org.herac.tuxguitar.io.tg.TGStream
DurationCoords - class org.herac.tuxguitar.gui.editors.tab.DurationCoords
DurationCoords() - constructor for class org.herac.tuxguitar.gui.editors.tab.DurationCoords
DurationMenuItem - class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
DurationToolItems - class org.herac.tuxguitar.gui.items.tool.DurationToolItems
DurationToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.DurationToolItems
DYNAMIC_FORTE - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_FORTE_FORTISSIMO - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_FORTISSIMO - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_MEZZO_FORTE - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_MEZZO_PIANO - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_PIANISSIMO - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_PIANO - static field in class org.herac.tuxguitar.gui.SystemImages
DYNAMIC_PIANO_PIANISSIMO - static field in class org.herac.tuxguitar.gui.SystemImages
DynamicMenuItem - class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
DynamicToolItems - class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
DynamicToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.DynamicToolItems

E

EDIT_MODE_EDITION - static field in class org.herac.tuxguitar.gui.SystemImages
EDIT_MODE_EDITION_NO_NATURAL - static field in class org.herac.tuxguitar.gui.SystemImages
EDIT_MODE_SELECTION - static field in class org.herac.tuxguitar.gui.SystemImages
EDIT_REDO - static field in class org.herac.tuxguitar.gui.SystemImages
EDIT_UNDO - static field in class org.herac.tuxguitar.gui.SystemImages
EditConfigAction - class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
EditConfigAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
EditLyricsAction - class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
EditLyricsAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
EditMenuItem - class org.herac.tuxguitar.gui.items.menu.EditMenuItem
EditMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.EditMenuItem
EDITOR_MOUSE_MODE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
EDITOR_NATURAL_KEY_MODE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
EditorCache - class org.herac.tuxguitar.gui.editors.EditorCache
EditorCache() - constructor for class org.herac.tuxguitar.gui.editors.EditorCache
EditorKit - class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
EditorKit(org.herac.tuxguitar.gui.editors.tab.Tablature) - constructor for class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
EditToolItems - class org.herac.tuxguitar.gui.items.tool.EditToolItems
EditToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.EditToolItems
EFFECT_ACCENTUATED - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_ACCENTUATED - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_BEND - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_BEND - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_DEAD - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_DEAD - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_FADE_IN - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_FADE_IN - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_GHOST - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_GHOST - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_GRACE - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_GRACE - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_HAMMER - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_HAMMER - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_HARMONIC - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_HARMONIC - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_HEAVY_ACCENTUATED - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_HEAVY_ACCENTUATED - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_PALM_MUTE - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_PALM_MUTE - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_POPPING - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_POPPING - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_SLAPPING - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_SLAPPING - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_SLIDE - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_SLIDE - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_STACCATO - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_STACCATO - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_TAPPING - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_TAPPING - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_TREMOLO_BAR - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_TREMOLO_BAR - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_TREMOLO_PICKING - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_TREMOLO_PICKING - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_TRILL - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_TRILL - static field in class org.herac.tuxguitar.io.tg.TGStream
EFFECT_VIBRATO - static field in class org.herac.tuxguitar.gui.SystemImages
EFFECT_VIBRATO - static field in class org.herac.tuxguitar.io.tg.TGStream
EIGHTH - static field in class org.herac.tuxguitar.song.models.Duration
Corchea.
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
endUndo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
endUndo(int) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
endUndo(int,boolean) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
endUndo(int,boolean) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
endUndo(int,boolean) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
endUndo(org.herac.tuxguitar.song.helpers.TracksMeasures,int,int,long) - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
endUndo(org.herac.tuxguitar.song.helpers.TracksMeasures,int,int,long) - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
endUndo(org.herac.tuxguitar.song.models.Marker) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
endUndo(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
endUndo(org.herac.tuxguitar.song.models.Tempo) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
endUndo(org.herac.tuxguitar.song.models.TimeSignature,boolean) - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
ENTER - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
equals(Object) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
existOtherEqualCustomChord(String,int) - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
EXPORT_ASCII_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
EXPORT_MIDI_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
EXPORT_PDF_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
ExportASCIIAction - class org.herac.tuxguitar.gui.actions.file.ExportASCIIAction
ExportASCIIAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.ExportASCIIAction
ExportMidiAction - class org.herac.tuxguitar.gui.actions.file.ExportMidiAction
ExportMidiAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.ExportMidiAction
ExportPDFAction - class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
ExportPDFAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.ExportPDFAction

F

FileChooser - class org.herac.tuxguitar.gui.util.FileChooser
FileChooser() - constructor for class org.herac.tuxguitar.gui.util.FileChooser
FileFormatFormatException() - constructor for class org.herac.tuxguitar.io.FileFormatFormatException
FileFormatFormatException(String) - constructor for class org.herac.tuxguitar.io.FileFormatFormatException
FileFormatFormatException(String,Throwable) - constructor for class org.herac.tuxguitar.io.FileFormatFormatException
FileFormatFormatException(Throwable) - constructor for class org.herac.tuxguitar.io.FileFormatFormatException
FileHistory - class org.herac.tuxguitar.gui.helper.FileHistory
FileHistory() - constructor for class org.herac.tuxguitar.gui.helper.FileHistory
FileMenuItem - class org.herac.tuxguitar.gui.items.menu.FileMenuItem
FileMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.FileMenuItem
FileToolItems - class org.herac.tuxguitar.gui.items.tool.FileToolItems
FileToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.FileToolItems
findServices() - method in class org.herac.tuxguitar.gui.printer.PrintDialog
fireChanges() - method in class org.herac.tuxguitar.gui.mixer.TrackMixer
fireChanges(org.herac.tuxguitar.song.models.SongChannel) - method in class org.herac.tuxguitar.gui.mixer.SongMixer
fireUpdate() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
fireUpdate() - method in class org.herac.tuxguitar.gui.TuxGuitar
fireUpdate(int) - method in class org.herac.tuxguitar.gui.actions.Action
fireUpdate(int,boolean) - method in class org.herac.tuxguitar.gui.actions.Action
fireUpdate(int,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
FIRST_TRACK_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FLAT - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
flush() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
followMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
followMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
followMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
followMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
FONT_ABOUT_DIALOG_TITLE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_DEFAULT - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_GRACE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_LYRIC - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_NOTE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_PRINTER_DEFAULT - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_PRINTER_NOTE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_PRINTER_TIME_SIGNATURE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FONT_TIME_SIGNATURE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FORTE - static field in class org.herac.tuxguitar.song.models.VelocityValues
FORTE_FORTISSIMO - static field in class org.herac.tuxguitar.song.models.VelocityValues
FORTISSIMO - static field in class org.herac.tuxguitar.song.models.VelocityValues
FRET_SPAN - static field in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
FretBoard - class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
FretBoard(Composite,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
FRETBOARD_FIRST_FRET_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
FRETBOARD_FRET_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
FRETBOARD_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
FRETBOARD_STRING_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
FretBoardEditor - class org.herac.tuxguitar.gui.editors.FretBoardEditor
FretBoardEditor(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.editors.FretBoardEditor
fromTime(long) - static method in class org.herac.tuxguitar.song.models.Duration
fromTime(long,org.herac.tuxguitar.song.models.Duration) - static method in class org.herac.tuxguitar.song.models.Duration
fromUSQ(int) - static method in class org.herac.tuxguitar.song.models.Tempo

G

getAction(String) - method in class org.herac.tuxguitar.gui.actions.ActionContainer
getAction(String) - method in class org.herac.tuxguitar.gui.TuxGuitar
getActionContainer() - method in class org.herac.tuxguitar.gui.TuxGuitar
getAlbum() - method in class org.herac.tuxguitar.song.models.Song
getAuthor() - method in class org.herac.tuxguitar.song.models.Song
getAvailableKeyBindingActions() - method in class org.herac.tuxguitar.gui.actions.ActionContainer
getAvailableToolBarNames() - method in class org.herac.tuxguitar.gui.items.ItemManager
getB() - method in class org.herac.tuxguitar.song.models.RGBColor
getBalance() - method in class org.herac.tuxguitar.song.models.SongChannel
getBeatLength() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getBeatLength(org.herac.tuxguitar.song.models.TimeSignature) - static method in class org.herac.tuxguitar.gui.editors.tab.TablatureUtil
getBeatPositions() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getBend() - method in class org.herac.tuxguitar.gui.effects.BendEditor
getBend() - method in class org.herac.tuxguitar.song.models.NoteEffect
getBooleanConfigValue(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getBooleanConfigValue(String,boolean) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getCaret() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getCaretComponents() - method in class org.herac.tuxguitar.gui.editors.EditorCache
getChannel() - method in class org.herac.tuxguitar.song.models.SongChannel
getChannel() - method in class org.herac.tuxguitar.song.models.SongTrack
getChord() - method in class org.herac.tuxguitar.gui.editors.chord.ChordCreatorUtil
getChord(int) - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
getChords(String) - static method in class org.herac.tuxguitar.gui.editors.chord.xml.ChordReader
getChorus() - method in class org.herac.tuxguitar.song.models.SongChannel
getClef() - method in class org.herac.tuxguitar.song.models.Measure
getClefSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getClipBoard() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
getColor() - method in class org.herac.tuxguitar.song.models.Marker
getColor() - method in class org.herac.tuxguitar.song.models.SongTrack
getColumn(int) - method in class org.herac.tuxguitar.gui.table.SongTable
getComponent() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getComponent() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
getComponent() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getComponent(List,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna Un Componente en la posicion start
getComponent(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Un Componente en la posicion start
getComponent(long,int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Componente en la posicion Start, y en la cuerda
getComponentAt(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el componente mas cercano a X
Retorna Un Componente diferente en el mismo beat
getComponentOrSilence(long,int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Componente en la posicion Start, y en la cuerda
getComponents() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getComponents(List,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna los componentes en la posicion start
getComponents(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Todos los Componentes en la posicion Start
getComponents(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.MeasureManager
getComponentsBeforeEnd(List,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna Todos los desde Start hasta el final del compas
getComponentsBeforeEnd(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Todos los desde Start hasta el final del compas
getComponentsBetween(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Todos los Componentes en la posicion Start
getComposite() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getConfig() - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
getConfig() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getConfig() - method in class org.herac.tuxguitar.gui.TuxGuitar
getCoolbar() - method in class org.herac.tuxguitar.gui.items.ItemManager
getCurrentChord() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getCustomChordManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getData() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
getData() - method in class org.herac.tuxguitar.gui.printer.PrintPage
getDefaultEffectSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getDefaultEffectSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getDefaultFirstTrackSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getDefaultFirstTrackSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getDefaultFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getDefaultKeyBindings() - static method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingDefaults
getDefaultPercusionChannel() - static method in class org.herac.tuxguitar.song.models.SongChannel
getDefaultTrackSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getDefaultTrackSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getDenominator() - method in class org.herac.tuxguitar.song.models.TimeSignature
getDescription() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
getDirection() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
getDisplay() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getDisplay() - method in class org.herac.tuxguitar.gui.TuxGuitar
getDuration() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getDuration() - method in class org.herac.tuxguitar.song.models.Component
getDuration() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
getDuration() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getDuration() - method in class org.herac.tuxguitar.song.models.Note
getDuration() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna la duracion de la nota
getDuration() - method in class org.herac.tuxguitar.song.models.Silence
getDuration() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getDuration() - method in class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
getDuration() - method in class org.herac.tuxguitar.song.models.effects.TrillEffect
getDuration(int) - static method in class org.herac.tuxguitar.gui.SystemImages
getDurationTime() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
getDynamic() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
getEditor() - method in class org.herac.tuxguitar.gui.actions.Action
getEditor() - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
getEditor() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getEditor() - method in class org.herac.tuxguitar.gui.items.ToolItems
getEditorCache() - method in class org.herac.tuxguitar.gui.TuxGuitar
getEditorKit() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getEffect() - method in class org.herac.tuxguitar.song.models.Note
getEffectChannel() - method in class org.herac.tuxguitar.song.models.SongChannel
getEnabledToolBars() - method in class org.herac.tuxguitar.gui.items.ItemManager
getEnters() - method in class org.herac.tuxguitar.song.models.Tupleto
getError(String,String) - static method in class org.herac.tuxguitar.gui.util.SystemError
getFile() - method in class org.herac.tuxguitar.gui.util.ArgumentParser
getFileHistory() - method in class org.herac.tuxguitar.gui.TuxGuitar
getFileName() - method in class org.herac.tuxguitar.gui.helper.FileHistory
getFilePath() - method in class org.herac.tuxguitar.gui.helper.FileHistory
getFirstComponent() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Primer Componente
getFirstComponent(List) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Primer Componente
getFirstMarker() - method in class org.herac.tuxguitar.song.managers.SongManager
getFirstMeasure() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getFirstMeasure(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
getFirstMeasureHeader() - method in class org.herac.tuxguitar.song.managers.SongManager
getFirstNoteSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getFirstNoteSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getFirstTrack() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getFirstTrack() - method in class org.herac.tuxguitar.song.managers.SongManager
getFontDataConfigValue(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getFreeChannel(List,short,boolean) - static method in class org.herac.tuxguitar.song.managers.SongManager
getFreeChannel(short,boolean) - method in class org.herac.tuxguitar.song.managers.SongManager
getFret() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getFret() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
getFret() - method in class org.herac.tuxguitar.song.models.effects.TrillEffect
getFretBoardEditor() - method in class org.herac.tuxguitar.gui.TuxGuitar
getFretValue(int) - method in class org.herac.tuxguitar.song.models.Chord
getFrom() - method in class org.herac.tuxguitar.song.models.Lyric
getFromMeasure() - method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
getG() - method in class org.herac.tuxguitar.song.models.RGBColor
getGC() - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
getGrace() - method in class org.herac.tuxguitar.gui.effects.GraceEditor
getGrace() - method in class org.herac.tuxguitar.song.models.NoteEffect
getGraceFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getGroupData() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getHarmonic() - method in class org.herac.tuxguitar.gui.effects.HarmonicEditor
getHarmonic() - method in class org.herac.tuxguitar.song.models.NoteEffect
getHarmonicNote(int,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getHeader() - method in class org.herac.tuxguitar.song.models.Measure
getHeader(long) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
getHeaderByIndex(int) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getHeaderHeight() - method in class org.herac.tuxguitar.gui.table.SongTable
getHeight() - method in class org.herac.tuxguitar.gui.effects.BendEditor
getHeight() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getHeight() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
getHeight() - method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
getHeight() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
getHeight() - method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
getHeight() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getImage() - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
getInfoTrack() - method in class org.herac.tuxguitar.player.base.MidiSequence
getInMillis() - method in class org.herac.tuxguitar.song.models.Tempo
getInstrument() - method in class org.herac.tuxguitar.song.models.SongChannel
getInstrumentName(int) - method in class org.herac.tuxguitar.player.base.MidiPlayer
getInstrumentName(int) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
getInstrumentName(int) - method in class org.herac.tuxguitar.player.NullPlayer
getIntConfigValue(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getIntConfigValue(String,int) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getInterpret() - method in class org.herac.tuxguitar.song.models.Song
getInUSQ() - method in class org.herac.tuxguitar.song.models.Tempo
getItem() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
getItemCount() - method in class org.herac.tuxguitar.gui.table.SongTable
getItemManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getKey() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
getKey() - method in class org.herac.tuxguitar.song.models.MusicScale
getkeyBindingManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getKeyBindings() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
getKeyBindings(String) - static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingReader
getKeyNames() - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
getKeys() - method in class org.herac.tuxguitar.gui.scale.ScaleInfo
getKeySignature() - method in class org.herac.tuxguitar.song.models.Measure
getKeySignatureSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getLanguage() - method in class org.herac.tuxguitar.gui.system.language.LanguageManager
getLanguageManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getLanguages() - method in class org.herac.tuxguitar.gui.system.language.LanguageManager
getLastComponent() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Ultimo Componente
getLastComponent(List) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Ultimo Componente
getLastEdit() - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
getLastEvent() - method in class org.herac.tuxguitar.gui.actions.Action
getLastEvent() - method in class org.herac.tuxguitar.gui.actions.ActionContainer
getLastHeader() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
getLastMarker() - method in class org.herac.tuxguitar.song.managers.SongManager
getLastMeasure() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getLastMeasure(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
getLastMeasureHeader() - method in class org.herac.tuxguitar.song.managers.SongManager
getLastTrack() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getLastTrack() - method in class org.herac.tuxguitar.song.managers.SongManager
getLength() - method in class org.herac.tuxguitar.song.models.Measure
getLength() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getLineColor() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getLyricBeatIndex() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getLyricBeats() - method in class org.herac.tuxguitar.song.models.Lyric
getLyricEditor() - method in class org.herac.tuxguitar.gui.TuxGuitar
getLyricFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getLyricPainter() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getLyrics() - method in class org.herac.tuxguitar.song.models.Lyric
getLyrics() - method in class org.herac.tuxguitar.song.models.SongTrack
getMarker() - method in class org.herac.tuxguitar.song.models.Measure
getMarker() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getMarker(int) - method in class org.herac.tuxguitar.song.managers.SongManager
getMarkers() - method in class org.herac.tuxguitar.song.managers.SongManager
getMask() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
getMaxHeight() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getMaxNote() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
getMaxQuarterSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getMaxStrings() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getMaxWidth() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
getMaxWidth() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getMaxY() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getMeasure() - method in class org.herac.tuxguitar.song.models.Marker
getMeasure() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Compas
getMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getMeasure(org.herac.tuxguitar.song.models.SongTrack,int) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
getMeasureAt(int,int) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getMeasureAt(org.herac.tuxguitar.song.models.SongTrack,long) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
getMeasureComponent(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getMeasureCoords() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getMeasureCoords(long) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getMeasureCoords(org.herac.tuxguitar.gui.editors.tab.SongTrackCoords,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getMeasureHeader(int) - method in class org.herac.tuxguitar.song.managers.SongManager
getMeasureHeaderAt(long) - method in class org.herac.tuxguitar.song.managers.SongManager
getMeasureHeaders() - method in class org.herac.tuxguitar.song.models.Song
getMeasureHeaders() - method in class org.herac.tuxguitar.song.managers.SongManager
getMeasureHeaders() - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
getMeasureHeadersAfter(int) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna Todos los desde Start hasta el final del compas
getMeasureHeadersBeforeEnd(long) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna Todos los desde Start hasta el final del compas
getMeasureHeadersBetween(long,long) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna Todos los desde Start hasta el final del compas
getMeasureManager() - method in class org.herac.tuxguitar.song.managers.SongManager
getMeasures() - method in class org.herac.tuxguitar.song.models.SongTrack
getMeasures() - method in class org.herac.tuxguitar.song.helpers.TrackMeasure
getMeasures(long) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna Todos los desde Start hasta el final del compas
Retorna Todos los desde Start hasta el final del compas
getMeasuresCoords() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getMeasureString(org.herac.tuxguitar.gui.editors.tab.MeasureCoords,int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getMeasureTimeHelper() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
getMenuItem(Menu) - method in class org.herac.tuxguitar.gui.system.plugins.TGPluginItem
getMessage() - method in class org.herac.tuxguitar.gui.util.SystemError
getMetronomeTrack() - method in class org.herac.tuxguitar.player.base.MidiSequence
getMinNote() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
getMinScoreTabSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getMinScoreTabSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getMinY() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getMixer() - method in class org.herac.tuxguitar.gui.TuxGuitar
getMode() - method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
getMode() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
getMode() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getMode() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getMouseMode() - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getMove() - method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
getName() - method in class org.herac.tuxguitar.gui.actions.Action
getName() - method in class org.herac.tuxguitar.song.models.Chord
getName() - method in class org.herac.tuxguitar.gui.scale.ScaleInfo
getName() - method in class org.herac.tuxguitar.song.models.Song
getName() - method in class org.herac.tuxguitar.song.models.SongTrack
getName() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
getName() - method in class org.herac.tuxguitar.gui.items.ToolItems
getNextComponent(List,org.herac.tuxguitar.song.models.Component) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Siguiente Componente
Retorna el Siguiente Componente
getNextMarker(int) - method in class org.herac.tuxguitar.song.managers.SongManager
getNextMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getNextMeasureHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna el Siguiente Componente que sea de una nota
Retorna el Siguiente Componente en la cuerda.
Retorna el Siguiente Componente que sea de un silencio
Retorna el Siguiente Componente que sea de un silencio
getNextTrack(org.herac.tuxguitar.gui.editors.tab.SongTrackCoords) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getNextTrackNumber() - method in class org.herac.tuxguitar.song.managers.SongManager
getNote() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna la nota de Referencia
getNote(int) - method in class org.herac.tuxguitar.song.models.MusicScale
getNote(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna las Nota en la posicion y cuerda
getNote1() - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
getNote2() - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
getNoteFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getNoteOrientation(GC,int,int,org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getNotes() - method in class org.herac.tuxguitar.song.models.Measure
getNotes(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna Todas las Notas en la posicion Start
getNumber() - method in class org.herac.tuxguitar.song.models.InstrumentString
getNumber() - method in class org.herac.tuxguitar.song.models.Measure
getNumber() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getNumber() - method in class org.herac.tuxguitar.song.models.SongTrack
getNumberOfRepetitions() - method in class org.herac.tuxguitar.song.models.Measure
getNumberOfRepetitions() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getNumerator() - method in class org.herac.tuxguitar.song.models.TimeSignature
getOffset() - method in class org.herac.tuxguitar.song.models.SongTrack
getOrientation(GC,int,int,String) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getPageNumber() - method in class org.herac.tuxguitar.gui.printer.PrintPage
getPages() - method in class org.herac.tuxguitar.gui.printer.PrintDocument
getPageSize() - method in class org.herac.tuxguitar.gui.printer.PrintDocument
getPaths() - method in class org.herac.tuxguitar.gui.helper.FileHistory
getPercent() - method in class org.herac.tuxguitar.song.models.Tempo
getPhaser() - method in class org.herac.tuxguitar.song.models.SongChannel
getPianoEditor() - method in class org.herac.tuxguitar.gui.TuxGuitar
getPlayer() - method in class org.herac.tuxguitar.gui.TuxGuitar
getPlayingComponents() - method in class org.herac.tuxguitar.gui.editors.EditorCache
getPlayingMeasure() - method in class org.herac.tuxguitar.gui.editors.EditorCache
getPlayNoteColor() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getPluginItems() - method in class org.herac.tuxguitar.gui.system.plugins.PluginManager
getPluginManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getPlugins() - method in class org.herac.tuxguitar.gui.system.plugins.PluginManager
getPoints() - method in class org.herac.tuxguitar.song.models.effects.BendEffect
getPoints() - method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
getPopupMenu() - method in class org.herac.tuxguitar.gui.items.ItemManager
getPosition() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
getPosition() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getPosition(int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
getPosX() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getPosX() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna la posicion X dentro del compas
getPosX() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna posicion X dentro del compas
getPosX() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getPosY() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getPosY() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna la posicion Y dentro del compas
getPosY() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna posicion Y dentro del compas
getPosY() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
Retorna el Componente Anterior
Retorna el Componente Anterior
getPreviousMarker(int) - method in class org.herac.tuxguitar.song.managers.SongManager
getPrevMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getPrevMeasureHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
getPrevTrack(org.herac.tuxguitar.gui.editors.tab.SongTrackCoords) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getPrintDocument() - method in class org.herac.tuxguitar.gui.printer.PrintableImpl
getPrinterDefaultFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getPrinterNoteFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getPrinterTimeSignatureFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getPrintService(PrinterData) - method in class org.herac.tuxguitar.gui.actions.file.PrintAction
getProperties() - method in class org.herac.tuxguitar.gui.system.config.ConfigDefaults
getProperty(String) - method in class org.herac.tuxguitar.gui.system.language.LanguageManager
getProperty(String) - static method in class org.herac.tuxguitar.gui.TuxGuitar
getQuarterSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el span de negras
getR() - method in class org.herac.tuxguitar.song.models.RGBColor
getRealPath(String) - static method in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
getRealStart(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
getRealValue() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
getResourceAsStream(String) - static method in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
getResourcePath(String) - static method in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
getReverb() - method in class org.herac.tuxguitar.song.models.SongChannel
getRGBConfigValue(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getScale() - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
getScaleManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getScaleNames() - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
getScoreHeight() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getScoreLineSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getScoreLineSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getScoreNote(int,boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getScoreNoteColor() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getScoreNoteWidth() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getScorePosY() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
getSelectedComponent() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.ChangeDottedDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.ChangeDoubleDottedDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.ChangeTupletoDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
getSelectedDuration() - method in class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
getSelectedNote() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getSelectedString() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getSelectionIndex() - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
getSelectionKey() - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
getSequence() - method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
getShell() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getShell() - method in class org.herac.tuxguitar.gui.TuxGuitar
getSilence() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getSilence(int) - static method in class org.herac.tuxguitar.gui.SystemImages
getSilences() - method in class org.herac.tuxguitar.song.models.Measure
getSilences(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna los silencios en la posicion start
getSize() - method in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
getSkippedBeats(List) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getSong() - method in class org.herac.tuxguitar.song.managers.SongManager
getSongCoords() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getSongCoords() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getSongManager() - method in class org.herac.tuxguitar.gui.actions.Action
getSongManager() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getSongManager() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getSongManager() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
getSongManager() - method in class org.herac.tuxguitar.gui.TuxGuitar
getSongManager() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getSongTrackCoords() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getSoundbank() - method in class org.herac.tuxguitar.player.base.MidiPlayer
getSoundbank() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Retorna el Soundbank por defecto
getSoundbank() - method in class org.herac.tuxguitar.player.NullPlayer
getSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getSpan() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
getSpan() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getSpanForComponent(org.herac.tuxguitar.song.models.Component) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getSpanForQuarter(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
Calcula el espacio minimo entre negras, dependiendo de la duracion de la nota
getSpanForQuarter(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Calcula el espacio minimo entre negras, dependiendo de la duracion de la nota
getStart() - method in class org.herac.tuxguitar.song.models.Component
getStart() - method in class org.herac.tuxguitar.song.models.Measure
getStart() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
getStart() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getStart() - method in class org.herac.tuxguitar.song.models.Note
getStart() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna el start de la nota
getStart() - method in class org.herac.tuxguitar.song.models.Silence
getStart() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
getStartPosition(org.herac.tuxguitar.song.models.Measure,long,int) - static method in class org.herac.tuxguitar.gui.editors.tab.TablatureUtil
Calcula la posicion inicial de una nota, dependiendo de el span
getStartWidthRepetitions() - method in class org.herac.tuxguitar.song.models.Measure
getStartWidthRepetitions() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getStartWithRepetitions() - method in class org.herac.tuxguitar.song.models.Note
getStatus() - method in class org.herac.tuxguitar.gui.transport.SongTransport
getString() - method in class org.herac.tuxguitar.song.models.Note
getString(int) - method in class org.herac.tuxguitar.song.models.SongTrack
getStringAt(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna la cuerda en la posicion y
getStringConfigValue(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getStringConfigValue(String,String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
getStringForValue(List,int) - method in class org.herac.tuxguitar.song.util.NoteMaker
getStringNumber() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getStrings() - method in class org.herac.tuxguitar.song.models.Chord
getStrings() - method in class org.herac.tuxguitar.song.models.SongTrack
getStringsForValues(List,int[]) - method in class org.herac.tuxguitar.song.util.NoteMaker
getStringSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
getStringSpan() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getSynthesizer() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Retorna el Sintetizador
getSystemErrors() - method in class org.herac.tuxguitar.player.base.MidiPlayer
getSystemErrors() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
getSystemErrors() - method in class org.herac.tuxguitar.player.NullPlayer
getTabbedData() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getTabbedData(int,int) - method in class org.herac.tuxguitar.gui.system.config.items.Option
getTabbedData(int,int,int) - method in class org.herac.tuxguitar.gui.system.config.items.Option
getTabHeight() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getTablature() - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getTablature() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
getTablature() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getTablatureEditor() - method in class org.herac.tuxguitar.gui.TuxGuitar
getTableInfo() - method in class org.herac.tuxguitar.gui.SongTableViewer
getTableViewer() - method in class org.herac.tuxguitar.gui.TuxGuitar
getTabNoteColor() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getTempChannel(int) - method in class org.herac.tuxguitar.io.importer.MidiImporter
getTempo() - method in class org.herac.tuxguitar.song.models.Measure
getTempo() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getTempoSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getTickPosition() - method in class org.herac.tuxguitar.player.base.MidiPlayer
getTickPosition() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Retorna el tick de la nota que esta reproduciendo
getTickPosition() - method in class org.herac.tuxguitar.player.NullPlayer
getTime() - method in class org.herac.tuxguitar.song.models.Duration
getTimes() - method in class org.herac.tuxguitar.song.models.Tupleto
getTimeSignature() - method in class org.herac.tuxguitar.song.models.Measure
getTimeSignature() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getTimeSignatureFont() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getTimeSignatureSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getTitle() - method in class org.herac.tuxguitar.song.models.Marker
getTitle() - method in class org.herac.tuxguitar.gui.util.SystemError
getToMeasure() - method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
getToolItem() - method in class org.herac.tuxguitar.gui.system.config.items.Option
getTrack() - method in class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
getTrack() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
getTrack() - method in class org.herac.tuxguitar.song.helpers.TrackMeasure
getTrack() - method in class org.herac.tuxguitar.gui.mixer.TrackMixer
getTrack(int) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getTrack(int,int) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
getTrack(long) - method in class org.herac.tuxguitar.song.managers.SongManager
getTrack(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.SongManager
getTrack(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getTrackAt(int) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getTrackByIndex(int) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getTrackCoords() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getTrackCoords() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
getTrackCoords(int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
getTrackCount() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getTrackManager() - method in class org.herac.tuxguitar.song.managers.SongManager
getTrackMeasures() - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
getTrackNumber() - method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
getTrackNumberAt(List,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getTrackPositionAt(int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
getTracks() - method in class org.herac.tuxguitar.player.base.MidiSequence
getTracks() - method in class org.herac.tuxguitar.song.models.Song
getTransferable() - method in class org.herac.tuxguitar.gui.clipboard.ClipBoard
getTransition() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
getTransport() - method in class org.herac.tuxguitar.gui.TuxGuitar
getTremolo() - method in class org.herac.tuxguitar.song.models.SongChannel
getTremoloBar() - method in class org.herac.tuxguitar.song.models.NoteEffect
getTremoloBar() - method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
getTremoloPicking() - method in class org.herac.tuxguitar.song.models.NoteEffect
getTremoloPicking() - method in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
getTrill() - method in class org.herac.tuxguitar.song.models.NoteEffect
getTrill() - method in class org.herac.tuxguitar.gui.effects.TrillEditor
getTripletFeel() - method in class org.herac.tuxguitar.song.models.Measure
getTripletFeel() - method in class org.herac.tuxguitar.song.models.MeasureHeader
getTripletFeel(int) - static method in class org.herac.tuxguitar.gui.SystemImages
getTripletFeelSpan() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getTs() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
getTupleto() - method in class org.herac.tuxguitar.song.models.Duration
getType() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
getUndoManager() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
getUsedChannel(int) - method in class org.herac.tuxguitar.song.managers.SongManager
getUsedChannels() - method in class org.herac.tuxguitar.song.managers.SongManager
getUsedChannels(List) - static method in class org.herac.tuxguitar.song.managers.SongManager
getUsedEffectChannels() - method in class org.herac.tuxguitar.song.managers.SongManager
getUsedEffectChannels(List) - static method in class org.herac.tuxguitar.song.managers.SongManager
getUsedStrings() - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
getUserConfigDir() - static method in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
getValue() - method in class org.herac.tuxguitar.song.models.Duration
getValue() - method in class org.herac.tuxguitar.song.models.InstrumentString
getValue() - method in class org.herac.tuxguitar.song.models.Note
getValue() - method in class org.herac.tuxguitar.song.models.Tempo
getValue(int) - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getVar(String) - static method in class org.herac.tuxguitar.gui.util.WindowTitleUtil
getVelocity() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
getVelocity() - method in class org.herac.tuxguitar.song.models.Note
getVendor() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
getVersion() - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
getViewLayout() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
getVolume() - method in class org.herac.tuxguitar.song.models.Song
getVolume() - method in class org.herac.tuxguitar.song.models.SongChannel
getWidth() - method in class org.herac.tuxguitar.gui.effects.BendEditor
getWidth() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
getWidth() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
getWidth() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el ancho del Compas
getWidth() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
getWidth() - method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
getWidth() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
GoDownAction - class org.herac.tuxguitar.gui.actions.caret.GoDownAction
GoDownAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.caret.GoDownAction
GoFirstMarkerAction - class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
GoFirstMarkerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
GoFirstMeasureAction - class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
GoFirstMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
GoFirstTrackAction - class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
GoFirstTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
GoLastMarkerAction - class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
GoLastMarkerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
GoLastMeasureAction - class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
GoLastMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
GoLastTrackAction - class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
GoLastTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
GoLeftAction - class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
GoLeftAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
GoNextMarkerAction - class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
GoNextMarkerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
GoNextMeasureAction - class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
GoNextMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
GoNextTrackAction - class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
GoNextTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
GoPreviousMarkerAction - class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
GoPreviousMarkerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
GoPreviousMeasureAction - class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
GoPreviousMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
GoPreviousTrackAction - class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
GoPreviousTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
GoRightAction - class org.herac.tuxguitar.gui.actions.caret.GoRightAction
GoRightAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.caret.GoRightAction
gotoFirst(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
gotoLast(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
gotoMeasure(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.gui.transport.SongTransport
gotoNext(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
gotoPrevious(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
goToSelectedMarker(org.herac.tuxguitar.song.models.Marker) - method in class org.herac.tuxguitar.gui.marker.MarkerNavigator
goToTickPosition() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
GoToTrackAction - class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
GoToTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
GoUpAction - class org.herac.tuxguitar.gui.actions.caret.GoUpAction
GoUpAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.caret.GoUpAction
GP3InputStream - class org.herac.tuxguitar.io.gp.GP3InputStream
GP3InputStream(InputStream) - constructor for class org.herac.tuxguitar.io.gp.GP3InputStream
GP3InputStream(String) - constructor for class org.herac.tuxguitar.io.gp.GP3InputStream
GP3OutputStream - class org.herac.tuxguitar.io.gp.GP3OutputStream
GP3OutputStream(OutputStream) - constructor for class org.herac.tuxguitar.io.gp.GP3OutputStream
GP4InputStream - class org.herac.tuxguitar.io.gp.GP4InputStream
GP4InputStream(InputStream) - constructor for class org.herac.tuxguitar.io.gp.GP4InputStream
GP4InputStream(String) - constructor for class org.herac.tuxguitar.io.gp.GP4InputStream
GP4OutputStream - class org.herac.tuxguitar.io.gp.GP4OutputStream
GP4OutputStream(OutputStream) - constructor for class org.herac.tuxguitar.io.gp.GP4OutputStream
GP5InputStream - class org.herac.tuxguitar.io.gp.GP5InputStream
GP5InputStream(InputStream) - constructor for class org.herac.tuxguitar.io.gp.GP5InputStream
GP5InputStream(String) - constructor for class org.herac.tuxguitar.io.gp.GP5InputStream
GP5OutputStream - class org.herac.tuxguitar.io.gp.GP5OutputStream
GP5OutputStream(OutputStream) - constructor for class org.herac.tuxguitar.io.gp.GP5OutputStream
GPFormatException - class org.herac.tuxguitar.io.gp.GPFormatException
GPFormatException(String) - constructor for class org.herac.tuxguitar.io.gp.GPFormatException
GRACE_FLAG_DEAD - static field in class org.herac.tuxguitar.io.tg.TGStream
GRACE_FLAG_ON_BEAT - static field in class org.herac.tuxguitar.io.tg.TGStream
GRACE_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
GraceEditor - class org.herac.tuxguitar.gui.effects.GraceEditor
GraceEditor() - constructor for class org.herac.tuxguitar.gui.effects.GraceEditor
GraceEffect - class org.herac.tuxguitar.song.models.effects.GraceEffect
GraceEffect(int,int,int,int,boolean,boolean) - constructor for class org.herac.tuxguitar.song.models.effects.GraceEffect
GREEN - static field in class org.herac.tuxguitar.song.models.RGBColor

H

HALF - static field in class org.herac.tuxguitar.song.models.Duration
Blanca.
HarmonicEditor - class org.herac.tuxguitar.gui.effects.HarmonicEditor
HarmonicEditor() - constructor for class org.herac.tuxguitar.gui.effects.HarmonicEditor
HarmonicEffect - class org.herac.tuxguitar.song.models.effects.HarmonicEffect
HarmonicEffect(int) - constructor for class org.herac.tuxguitar.song.models.effects.HarmonicEffect
HarmonicEffect(int,int) - constructor for class org.herac.tuxguitar.song.models.effects.HarmonicEffect
hasAnyEffect() - method in class org.herac.tuxguitar.song.models.NoteEffect
hasCaret() - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
hasChanges() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
hasChanges() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
hashCode() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
hasMarker() - method in class org.herac.tuxguitar.song.models.Measure
hasMarker() - method in class org.herac.tuxguitar.song.models.MeasureHeader
hasPathChanges() - method in class org.herac.tuxguitar.gui.helper.FileHistory
hasTrack(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
headers - field in class org.herac.tuxguitar.io.pt.PTBInputStream
HEIGHT - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
HEIGHT - static field in class org.herac.tuxguitar.gui.effects.GraceEditor
HEIGHT - static field in class org.herac.tuxguitar.gui.effects.HarmonicEditor
HEIGHT - static field in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
HEIGHT - static field in class org.herac.tuxguitar.gui.effects.TrillEditor
HelpMenuItem - class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
HelpMenuItem(Shell,Menu,int) - constructor for class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
hideFretBoard() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor

I

IMAGE_PREFIX - static field in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
imageToByteArray(ImageData,int) - static method in class org.herac.tuxguitar.gui.util.ImageUtils
Convierte un ImageData en un array de bytes
ImageUtils - class org.herac.tuxguitar.gui.util.ImageUtils
IMPORT_MIDI_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
ImportMidiAction - class org.herac.tuxguitar.gui.actions.file.ImportMidiAction
ImportMidiAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.ImportMidiAction
importSong(String) - method in class org.herac.tuxguitar.io.importer.MidiImporter
importSong(String) - method in class org.herac.tuxguitar.io.importer.SongImporter
IncrementDurationAction - class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
IncrementDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
IncrementNoteSemitoneAction - class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
init() - method in class org.herac.tuxguitar.gui.editors.chord.ChordCustomList
init() - method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
init() - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
init() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
init() - method in class org.herac.tuxguitar.player.base.MidiPlayer
init() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Inicia el Secuenciador y Sintetizador
init() - method in class org.herac.tuxguitar.player.NullPlayer
init() - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
init(Composite) - method in class org.herac.tuxguitar.gui.mixer.TrackMixer
init(org.herac.tuxguitar.gui.TuxGuitar) - method in class org.herac.tuxguitar.gui.system.plugins.TGPlugin
init(short) - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
initActions() - method in class org.herac.tuxguitar.gui.actions.ActionContainer
initCaret() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
initCombo(Composite) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
initDefaults() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
initGUI() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
initPlayer(boolean) - method in class org.herac.tuxguitar.gui.TuxGuitar
initPlayer(org.herac.tuxguitar.player.base.MidiPlayer) - method in class org.herac.tuxguitar.gui.TuxGuitar
initPLugins() - method in class org.herac.tuxguitar.gui.system.plugins.PluginManager
initTable(Composite) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
InsertChordAction - class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
InsertChordAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
insertMeasures() - method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
Agrega un Compas
InsertNoteAction - class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
InsertNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
insertTransfer() - method in class org.herac.tuxguitar.gui.clipboard.ClipBoard
insertTransfer() - method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
insertTransfer() - method in class org.herac.tuxguitar.gui.clipboard.Transferable
instance() - static method in class org.herac.tuxguitar.gui.util.FileChooser
instance() - static method in class org.herac.tuxguitar.gui.TuxGuitar
InstrumentString - class org.herac.tuxguitar.song.models.InstrumentString
InstrumentString(int,int) - constructor for class org.herac.tuxguitar.song.models.InstrumentString
isAccentuatedNote() - method in class org.herac.tuxguitar.song.models.NoteEffect
isArtificial() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
isAtPosition(org.herac.tuxguitar.song.models.MeasureHeader,long) - method in class org.herac.tuxguitar.song.managers.SongManager
Retorna true si el start esta en el rango del compas
isBend() - method in class org.herac.tuxguitar.song.models.NoteEffect
isCacheEnabled() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
isCaretVisible() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
isCaretVisible() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isDead() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
isDeadNote() - method in class org.herac.tuxguitar.song.models.NoteEffect
isDisposed() - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
isDisposed() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
isDisposed() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
isDisposed() - method in class org.herac.tuxguitar.gui.mixer.SongMixer
isDisposed() - method in class org.herac.tuxguitar.gui.transport.SongTransport
isDisposed() - static method in class org.herac.tuxguitar.gui.TuxGuitar
isDotted() - method in class org.herac.tuxguitar.song.models.Duration
isDoubleDotted() - method in class org.herac.tuxguitar.song.models.Duration
isEditableKeyBinding() - method in class org.herac.tuxguitar.gui.actions.Action
isEditingTickScale() - method in class org.herac.tuxguitar.gui.transport.SongTransport
isEmpty() - method in class org.herac.tuxguitar.gui.effects.BendEditor
isEmpty() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
isEmpty() - method in class org.herac.tuxguitar.gui.clipboard.ClipBoard
isEmpty() - method in class org.herac.tuxguitar.song.models.Lyric
isEmpty() - method in class org.herac.tuxguitar.song.managers.SongManager
isEmpty() - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
isEmpty() - method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
isEnabled() - method in class org.herac.tuxguitar.gui.system.plugins.TGPluginItem
isEqual(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.Duration
isEqual(org.herac.tuxguitar.song.models.InstrumentString) - method in class org.herac.tuxguitar.song.models.InstrumentString
isEqual(org.herac.tuxguitar.song.models.RGBColor) - method in class org.herac.tuxguitar.song.models.RGBColor
isEqual(org.herac.tuxguitar.song.models.Tupleto) - method in class org.herac.tuxguitar.song.models.Tupleto
isFadeIn() - method in class org.herac.tuxguitar.song.models.NoteEffect
isFirstMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
isFirstMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
Retorna true si es el primer compas
isFirstMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isFirstOfLine() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
isGhostNote() - method in class org.herac.tuxguitar.song.models.NoteEffect
isGrace() - method in class org.herac.tuxguitar.song.models.NoteEffect
isHammer() - method in class org.herac.tuxguitar.song.models.NoteEffect
isHarmonic() - method in class org.herac.tuxguitar.song.models.NoteEffect
isHeavyAccentuatedNote() - method in class org.herac.tuxguitar.song.models.NoteEffect
isLastMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
isLastMeasure(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Retorna true si es el ultimo compas
isLocked() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
isMetronomeEnabled() - method in class org.herac.tuxguitar.player.base.MidiPlayer
isMetronomeEnabled() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
isMetronomeEnabled() - method in class org.herac.tuxguitar.player.NullPlayer
isMultitrack() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isMute() - method in class org.herac.tuxguitar.song.models.SongChannel
isNatural() - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
isNatural() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
isNewFile() - method in class org.herac.tuxguitar.gui.helper.FileHistory
isOnBeat() - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
isOutOfBounds() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
isPalmMute() - method in class org.herac.tuxguitar.song.models.NoteEffect
isPaused() - method in class org.herac.tuxguitar.player.base.MidiPlayer
isPaused() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
isPaused() - method in class org.herac.tuxguitar.player.NullPlayer
isPercusionChannel() - method in class org.herac.tuxguitar.song.models.SongChannel
isPercussionTrack() - method in class org.herac.tuxguitar.song.models.SongTrack
isPinch() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
isPlaying() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
isPlaying() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna true si se esta reproduciendo y la posicion del player esta en este compas.
isPlaying() - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
isPlaying() - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
isPlayModeEnabled() - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
isPlayModeEnabled() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isPopping() - method in class org.herac.tuxguitar.song.models.NoteEffect
isRepeatStart() - method in class org.herac.tuxguitar.song.models.Measure
isRepeatStart() - method in class org.herac.tuxguitar.song.models.MeasureHeader
isReserved(org.herac.tuxguitar.gui.system.keybindings.KeyBinding) - static method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingReserveds
isRunning() - method in class org.herac.tuxguitar.player.base.MidiPlayer
isRunning() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Retorna True si esta reproduciendo
isRunning() - method in class org.herac.tuxguitar.player.NullPlayer
isScaleChanges() - method in class org.herac.tuxguitar.gui.editors.piano.Piano
isScoreEnabled() - method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
isScoreEnabled() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isSemi() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
isSlapping() - method in class org.herac.tuxguitar.song.models.NoteEffect
isSlide() - method in class org.herac.tuxguitar.song.models.NoteEffect
isSolo() - method in class org.herac.tuxguitar.song.models.SongChannel
isStaccato() - method in class org.herac.tuxguitar.song.models.NoteEffect
isSupportedVersion() - method in class org.herac.tuxguitar.io.gp.GP3InputStream
isSupportedVersion() - method in class org.herac.tuxguitar.io.gp.GP4InputStream
isSupportedVersion() - method in class org.herac.tuxguitar.io.gp.GP5InputStream
isSupportedVersion() - method in class org.herac.tuxguitar.io.pt.PTB4InputStream
isSupportedVersion() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
isSupportedVersion() - method in class org.herac.tuxguitar.io.tg.TGInputStream
isSupportedVersion(String) - static method in class org.herac.tuxguitar.io.gp.GP3InputStream
isSupportedVersion(String) - static method in class org.herac.tuxguitar.io.gp.GP4InputStream
isSupportedVersion(String) - static method in class org.herac.tuxguitar.io.gp.GP5InputStream
isSupportedVersion(String) - method in class org.herac.tuxguitar.io.pt.PTB4InputStream
isSupportedVersion(String) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
isSupportedVersion(String) - method in class org.herac.tuxguitar.io.tg.TGInputStream
isTablatureEnabled() - method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
isTablatureEnabled() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
isTapped() - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
isTapping() - method in class org.herac.tuxguitar.song.models.NoteEffect
isTiedNote() - method in class org.herac.tuxguitar.song.models.Note
isTremoloBar() - method in class org.herac.tuxguitar.song.models.NoteEffect
isTremoloPicking() - method in class org.herac.tuxguitar.song.models.NoteEffect
isTrill() - method in class org.herac.tuxguitar.song.models.NoteEffect
isVibrato() - method in class org.herac.tuxguitar.song.models.NoteEffect
isVisible() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
isVisible() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
ItemBase - interface org.herac.tuxguitar.gui.items.ItemBase
ItemManager - class org.herac.tuxguitar.gui.items.ItemManager
ItemManager(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.ItemManager

J

JoinedUndoable - class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
JoinedUndoable() - constructor for class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable

K

KEY_ARTIFICIAL - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
KEY_FLAT - static field in class org.herac.tuxguitar.gui.SystemImages
KEY_NATURAL - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
KEY_NATURAL - static field in class org.herac.tuxguitar.gui.SystemImages
KEY_PINCH - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
KEY_SEMI - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
KEY_SHARP - static field in class org.herac.tuxguitar.gui.SystemImages
KEY_SIGNATURES - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
KEY_TAPPED - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
KeyBinding - class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
KeyBinding() - constructor for class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
KeyBinding(int,int) - constructor for class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
KeyBindingDefaults - class org.herac.tuxguitar.gui.system.keybindings.KeyBindingDefaults
KeyBindingEditor - class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
KeyBindingEditor(List) - constructor for class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
KeyBindingManager - class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
KeyBindingManager() - constructor for class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
KeyBindingReader - class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingReader
KeyBindingReserveds - class org.herac.tuxguitar.gui.system.keybindings.KeyBindingReserveds
KeyBindingWriter - class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter

L

LANGUAGE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
LANGUAGE_PREFIX - static field in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
LanguageManager - class org.herac.tuxguitar.gui.system.language.LanguageManager
LanguageManager() - constructor for class org.herac.tuxguitar.gui.system.language.LanguageManager
LanguageOption - class org.herac.tuxguitar.gui.system.config.items.LanguageOption
LanguageOption(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite) - constructor for class org.herac.tuxguitar.gui.system.config.items.LanguageOption
lastUsedChannel - field in class org.herac.tuxguitar.io.pt.PTBInputStream
layout() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
layout() - method in class org.herac.tuxguitar.gui.table.SongTable
layout(int,int) - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
LAYOUT_LINEAR - static field in class org.herac.tuxguitar.gui.SystemImages
LAYOUT_MODE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
LAYOUT_MULTITRACK - static field in class org.herac.tuxguitar.gui.SystemImages
LAYOUT_PAGE - static field in class org.herac.tuxguitar.gui.SystemImages
LAYOUT_SCORE - static field in class org.herac.tuxguitar.gui.SystemImages
LayoutMenuItem - class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
LayoutToolItems - class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
LayoutToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
LEFT - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
LICENSE - static field in class org.herac.tuxguitar.gui.doc.DocReader
LinearViewLayout - class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
ListMarkersAction - class org.herac.tuxguitar.gui.actions.marker.ListMarkersAction
ListMarkersAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.marker.ListMarkersAction
load() - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
load() - method in class org.herac.tuxguitar.io.SongLoader
loadColors() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
loadDefaultFile() - method in class org.herac.tuxguitar.gui.system.config.ConfigDefaults
loadEnableToolBars(List) - method in class org.herac.tuxguitar.gui.items.ItemManager
loadFlags() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
loadFonts() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
loadHistory() - method in class org.herac.tuxguitar.gui.helper.FileHistory
loadImage(String) - static method in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
loadLanguage() - method in class org.herac.tuxguitar.gui.TuxGuitar
loadPlugins() - method in class org.herac.tuxguitar.gui.system.plugins.PluginManager
Load language files from lang folder
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.EditMenuItem
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.EditToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.FileMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.FileToolItems
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
loadProperties() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.ItemBase
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.items.ItemManager
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.MeasureMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.NoteEffectsMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.NoteMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
Actualiza el texto del item
loadProperties() - method in class org.herac.tuxguitar.gui.editors.piano.Piano
loadProperties() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.SettingsMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.mixer.SongMixer
loadProperties() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
loadProperties() - method in class org.herac.tuxguitar.gui.transport.SongTransport
loadProperties() - method in class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
loadProperties() - method in class org.herac.tuxguitar.gui.mixer.TrackMixer
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
loadProperties() - method in class org.herac.tuxguitar.gui.TuxGuitar
loadProperties() - method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
Actualiza el texto del item
loadProperties(List) - method in class org.herac.tuxguitar.gui.items.ItemManager
loadScales(List,String) - method in class org.herac.tuxguitar.gui.scale.xml.ScaleReader
loadSoundbank(File) - method in class org.herac.tuxguitar.player.base.MidiPlayer
loadSoundbank(File) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
loadSoundbank(File) - method in class org.herac.tuxguitar.player.NullPlayer
loadStyles() - method in class org.herac.tuxguitar.gui.TuxGuitar
loadToolBars() - method in class org.herac.tuxguitar.gui.TuxGuitar
loadToolBars(File) - method in class org.herac.tuxguitar.gui.items.xml.ToolBarsReader
log2() - method in class org.herac.tuxguitar.song.models.Duration
Lyric - class org.herac.tuxguitar.song.models.Lyric
Lyric() - constructor for class org.herac.tuxguitar.song.models.Lyric
Lyric(int,String) - constructor for class org.herac.tuxguitar.song.models.Lyric
LyricEditor - class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
LyricEditor() - constructor for class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
LyricModifyListener - class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
LyricModifyListener(org.herac.tuxguitar.gui.editors.lyric.LyricEditor) - constructor for class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
LyricPainter - class org.herac.tuxguitar.gui.editors.tab.LyricPainter
LyricPainter(org.herac.tuxguitar.gui.editors.tab.SongTrackCoords) - constructor for class org.herac.tuxguitar.gui.editors.tab.LyricPainter

M

main(args[]) - static method in class org.herac.tuxguitar.io.TGConverter
main(String[]) - static method in class org.herac.tuxguitar.song.util.NoteMaker
main(String[]) - static method in class org.herac.tuxguitar.io.pt.PTB4InputStream
main(String[]) - static method in class org.herac.tuxguitar.gui.mixer.SongMixer
main(String[]) - static method in class org.herac.tuxguitar.gui.TuxGuitar
MainOption - class org.herac.tuxguitar.gui.system.config.items.MainOption
MainOption(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite) - constructor for class org.herac.tuxguitar.gui.system.config.items.MainOption
makeButtonData() - method in class org.herac.tuxguitar.gui.system.config.items.StylesOption
makeButtonData(int,int,int) - method in class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
makeColumns(int) - method in class org.herac.tuxguitar.gui.table.SongTable
makeCoolItems() - method in class org.herac.tuxguitar.gui.items.ItemManager
makeDocument(Rectangle) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
makeEqual(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.models.Measure
makeEqual(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.models.MeasureHeader
makeEqual(org.herac.tuxguitar.song.models.SongTrack,List) - method in class org.herac.tuxguitar.song.models.SongTrack
makeGridData(int) - method in class org.herac.tuxguitar.gui.editors.chord.ChordCustomList
makeGridData(int,int) - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
makeGridData(int,int) - method in class org.herac.tuxguitar.gui.system.config.items.Option
makeGridData(int,int,int,int) - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
makeGridData(int,int,int,int) - method in class org.herac.tuxguitar.gui.system.config.items.Option
makeGridData(int,int,int,int,int,int,boolean,boolean,int,int) - method in class org.herac.tuxguitar.gui.system.config.items.Option
makeNewSong() - static method in class org.herac.tuxguitar.song.managers.SongManager
makePage(ImageData) - method in class org.herac.tuxguitar.gui.printer.PrintDocument
makePrintDocument(org.herac.tuxguitar.gui.printer.PrintDocumentData) - method in class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
makeSectionNotes(long,List,List,List) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
makeTrackChannels(int,int,List) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
MARGIN_WIDTH - static field in class org.herac.tuxguitar.gui.TuxGuitar
Marker - class org.herac.tuxguitar.song.models.Marker
Marker() - constructor for class org.herac.tuxguitar.song.models.Marker
Marker(int) - constructor for class org.herac.tuxguitar.song.models.Marker
Marker(int,String) - constructor for class org.herac.tuxguitar.song.models.Marker
Marker(int,String,org.herac.tuxguitar.song.models.RGBColor) - constructor for class org.herac.tuxguitar.song.models.Marker
MARKER_ADD - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_FIRST - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_LAST - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_LIST - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_NEXT - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_PREVIOUS - static field in class org.herac.tuxguitar.gui.SystemImages
MARKER_REMOVE - static field in class org.herac.tuxguitar.gui.SystemImages
MarkerEditor - class org.herac.tuxguitar.gui.marker.MarkerEditor
MarkerEditor(org.herac.tuxguitar.song.models.Marker) - constructor for class org.herac.tuxguitar.gui.marker.MarkerEditor
MarkerEditor(org.herac.tuxguitar.song.models.Marker,int) - constructor for class org.herac.tuxguitar.gui.marker.MarkerEditor
MarkerList - class org.herac.tuxguitar.gui.marker.MarkerList
MarkerList() - constructor for class org.herac.tuxguitar.gui.marker.MarkerList
MarkerMenuItem - class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
MarkerNavigator - class org.herac.tuxguitar.gui.marker.MarkerNavigator
MarkerNavigator() - constructor for class org.herac.tuxguitar.gui.marker.MarkerNavigator
MarkerToolItems - class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
MarkerToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
MASK_SEPARATOR - static field in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
MAX_ARTIFICIAL_OFFSET - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
MAX_CHANNELS - static field in class org.herac.tuxguitar.song.managers.SongManager
MAX_FRET - static field in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
MAX_FRETS - static field in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
MAX_HISTORY_FILES - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
MAX_OFFSET - static field in class org.herac.tuxguitar.song.models.SongTrack
MAX_POSITION_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.BendEffect
MAX_POSITION_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
MAX_TAPPED_OFFSET - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
MAX_VALUE_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.BendEffect
MAX_VALUE_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
MAX_VOLUME - static field in class org.herac.tuxguitar.song.models.Song
MAXIMIZED - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
Measure - class org.herac.tuxguitar.song.models.Measure
Measure(org.herac.tuxguitar.song.models.MeasureHeader,List,List,int,int) - constructor for class org.herac.tuxguitar.song.models.Measure
MEASURE_CLEF - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_CLOSE_REPEAT - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_MARKER - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_OPEN_REPEAT - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_TEMPO - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_TIMESIGNATURE - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_HEADER_TRIPLET_FEEL - static field in class org.herac.tuxguitar.io.tg.TGStream
MEASURE_KEYSIGNATURE - static field in class org.herac.tuxguitar.io.tg.TGStream
MeasureComponent - interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
MeasureCoords - class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
MeasureHeader - class org.herac.tuxguitar.song.models.MeasureHeader
MeasureHeaderGui - class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
MeasureHeaderGui(org.herac.tuxguitar.song.models.MeasureHeader) - constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
MeasureManager - class org.herac.tuxguitar.song.managers.MeasureManager
MeasureManager(org.herac.tuxguitar.song.managers.SongManager) - constructor for class org.herac.tuxguitar.song.managers.MeasureManager
MeasureMenuItem - class org.herac.tuxguitar.gui.items.menu.MeasureMenuItem
MeasureTimeHelper - class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
MeasureTimeHelper() - constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
MeasureTransferable - class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
menuHidden(MenuEvent) - method in class org.herac.tuxguitar.gui.actions.Action
MenuItems - interface org.herac.tuxguitar.gui.items.MenuItems
menuShown(MenuEvent) - method in class org.herac.tuxguitar.gui.actions.Action
MessageDialog - class org.herac.tuxguitar.gui.util.MessageDialog
MessageDialog(String,String,int) - constructor for class org.herac.tuxguitar.gui.util.MessageDialog
meta(MetaMessage) - method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
MEZZO_FORTE - static field in class org.herac.tuxguitar.song.models.VelocityValues
MEZZO_PIANO - static field in class org.herac.tuxguitar.song.models.VelocityValues
MidiControllers - class org.herac.tuxguitar.player.base.MidiControllers
MidiImporter - class org.herac.tuxguitar.io.importer.MidiImporter
MidiImporter() - constructor for class org.herac.tuxguitar.io.importer.MidiImporter
MidiMessageUtils - class org.herac.tuxguitar.player.impl.MidiMessageUtils
MidiMetaEventListener - class org.herac.tuxguitar.player.impl.MidiMetaEventListener
MidiMetaEventListener() - constructor for class org.herac.tuxguitar.player.impl.MidiMetaEventListener
MidiPlayer - interface org.herac.tuxguitar.player.base.MidiPlayer
MidiPlayerImpl - class org.herac.tuxguitar.player.impl.MidiPlayerImpl
MidiPlayerImpl() - constructor for class org.herac.tuxguitar.player.impl.MidiPlayerImpl
MidiSequence - class org.herac.tuxguitar.player.base.MidiSequence
MidiSequence(int) - constructor for class org.herac.tuxguitar.player.base.MidiSequence
MidiSequenceImpl - class org.herac.tuxguitar.player.impl.MidiSequenceImpl
MidiSequenceImpl(org.herac.tuxguitar.song.managers.SongManager) - constructor for class org.herac.tuxguitar.player.impl.MidiSequenceImpl
MidiSequenceParser - class org.herac.tuxguitar.player.base.MidiSequenceParser
MIN_ARTIFICIAL_OFFSET - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
MIN_FRET - static field in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
MIN_OFFSET - static field in class org.herac.tuxguitar.song.models.SongTrack
MIN_SCORE_TAB_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
MIN_SCORE_TAB_SPAN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
MIN_SCORE_TABLATURE_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
MIN_VELOCITY - static field in class org.herac.tuxguitar.song.models.VelocityValues
MINIMUN_WIDTH - static field in class org.herac.tuxguitar.gui.system.config.items.Option
MIXER_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
MIXER_METRONOME - static field in class org.herac.tuxguitar.gui.SystemImages
MODE_LINEAR - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
MODE_PAGE - static field in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
modifyText(ModifyEvent) - method in class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
MOUSE_MODE_EDITION - static field in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
MOUSE_MODE_SELECTION - static field in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseDoubleClick(MouseEvent) - method in class org.herac.tuxguitar.gui.actions.Action
mouseDoubleClick(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseDoubleClick(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseDown(MouseEvent) - method in class org.herac.tuxguitar.gui.actions.Action
mouseDown(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseDown(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseEnter(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseEnter(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseExit(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseExit(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseHover(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseHover(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
MouseKit - class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
MouseKit(org.herac.tuxguitar.gui.editors.tab.edit.EditorKit) - constructor for class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseMove(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseMove(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
mouseUp(MouseEvent) - method in class org.herac.tuxguitar.gui.actions.Action
mouseUp(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
mouseUp(MouseEvent) - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
moveAllComponents(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todos los componentes
moveAllNotes(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todas las notas
moveAllSilences(org.herac.tuxguitar.song.models.Measure,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todos los silencios
moveComponents(org.herac.tuxguitar.song.models.Measure,long,long) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve los componentes ubicados en start
moveDown() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
moveLeft() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
Mueve el compas
Mueve el compas
Mueve el compas
moveMeasureHeaders(List,long,int,boolean) - method in class org.herac.tuxguitar.song.managers.SongManager
moveRight() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
Mueve la nota 1 semitono abajo
moveSemitoneUp(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota 1 semitono arriba
moveTrackDown(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
MoveTrackDownAction - class org.herac.tuxguitar.gui.actions.track.MoveTrackDownAction
MoveTrackDownAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.MoveTrackDownAction
moveTrackUp(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
MoveTrackUpAction - class org.herac.tuxguitar.gui.actions.track.MoveTrackUpAction
MoveTrackUpAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.MoveTrackUpAction
moveUp() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
MusicScale - class org.herac.tuxguitar.song.models.MusicScale
MusicScale() - constructor for class org.herac.tuxguitar.song.models.MusicScale
MusicScaleManager - class org.herac.tuxguitar.gui.scale.MusicScaleManager
MusicScaleManager() - constructor for class org.herac.tuxguitar.gui.scale.MusicScaleManager

N

NAME - static field in class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.AddTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeAccentuatedNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.ChangeDottedDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.ChangeDoubleDottedDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeHeavyAccentuatedNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloPickingAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.ChangeTupletoDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
NAME - static field in class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.settings.ConfigureKeyBindingsAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
NAME - static field in class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
NAME - static field in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.EditToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.file.ExportASCIIAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.ExportMidiAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.FileToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.caret.GoDownAction
NAME - static field in class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
NAME - static field in class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.caret.GoRightAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.caret.GoUpAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.ImportMidiAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
NAME - static field in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.marker.ListMarkersAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.track.MoveTrackDownAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.MoveTrackUpAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.NewFileAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
NAME - static field in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.file.OpenFileAction
NAME - static field in class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.player.PlaySongAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.PrintAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.edit.RedoAction
NAME - static field in class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
NAME - static field in class org.herac.tuxguitar.gui.actions.track.RemoveTrackAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.SaveAsFileAction
NAME - static field in class org.herac.tuxguitar.gui.actions.file.SaveFileAction
NAME - static field in class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
NAME - static field in class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.layout.SetLinearLayoutAction
NAME - static field in class org.herac.tuxguitar.gui.actions.edit.SetMouseModeEditionAction
NAME - static field in class org.herac.tuxguitar.gui.actions.edit.SetMouseModeSelectionAction
NAME - static field in class org.herac.tuxguitar.gui.actions.layout.SetMultitrackViewAction
NAME - static field in class org.herac.tuxguitar.gui.actions.edit.SetNaturalKeyAction
NAME - static field in class org.herac.tuxguitar.gui.actions.layout.SetPageLayoutAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.layout.SetScoreEnabledAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
NAME - static field in class org.herac.tuxguitar.gui.actions.note.ShiftNoteUpAction
NAME - static field in class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
NAME - static field in class org.herac.tuxguitar.gui.actions.view.ShowFretBoardAction
NAME - static field in class org.herac.tuxguitar.gui.actions.view.ShowMixerAction
NAME - static field in class org.herac.tuxguitar.gui.actions.view.ShowPianoAction
NAME - static field in class org.herac.tuxguitar.gui.actions.view.ShowTransportAction
NAME - static field in class org.herac.tuxguitar.gui.actions.player.StopSongAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
NAME - static field in class org.herac.tuxguitar.gui.actions.edit.UndoAction
NAME - static field in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
NATURAL - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
NEW_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
NewFileAction - class org.herac.tuxguitar.gui.actions.file.NewFileAction
NewFileAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.NewFileAction
newInstance(String) - static method in class org.herac.tuxguitar.gui.util.ClassLoaderUtil
newInstance(String,String) - static method in class org.herac.tuxguitar.gui.util.ClassLoaderUtil
newInstance(String,URL[]) - static method in class org.herac.tuxguitar.gui.util.ClassLoaderUtil
newSong() - method in class org.herac.tuxguitar.song.managers.SongManager
nextLine() - method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
NO_NATURAL_NOTES - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Notas que tienen sostenido
NO_TUPLETO - static field in class org.herac.tuxguitar.song.models.Duration
Sin tupleto
NONE_SELECTION - static field in class org.herac.tuxguitar.gui.scale.MusicScaleManager
Note - class org.herac.tuxguitar.song.models.Note
NoteCoords - class org.herac.tuxguitar.gui.editors.tab.NoteCoords
NoteEffect - class org.herac.tuxguitar.song.models.NoteEffect
NoteEffect() - constructor for class org.herac.tuxguitar.song.models.NoteEffect
NoteEffectsMenuItem - class org.herac.tuxguitar.gui.items.menu.NoteEffectsMenuItem
NoteEffectToolItems - class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
NoteEffectToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
NoteMaker - class org.herac.tuxguitar.song.util.NoteMaker
NoteMaker() - constructor for class org.herac.tuxguitar.song.util.NoteMaker
NoteMenuItem - class org.herac.tuxguitar.gui.items.menu.NoteMenuItem
NoteMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.NoteMenuItem
noteOff(int,int,int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
noteOn(int,int,int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
NoteToolItems - class org.herac.tuxguitar.gui.items.tool.NoteToolItems
NoteToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.NoteToolItems
notifyClefSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
notifyKeySignatureSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
notifyQuarterSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
NullPlayer - class org.herac.tuxguitar.player.NullPlayer

O

open() - method in class org.herac.tuxguitar.gui.printer.PrintDialog
open(String) - method in class org.herac.tuxguitar.song.managers.SongManager
OPEN_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
OPEN_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
OPEN_REPEAT_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
openDialog(Shell) - static method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
OpenFileAction - class org.herac.tuxguitar.gui.actions.file.OpenFileAction
OpenFileAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.OpenFileAction
OpenRepeatAction - class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
OpenRepeatAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
Option - class org.herac.tuxguitar.gui.system.config.items.Option
Option(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite,String) - constructor for class org.herac.tuxguitar.gui.system.config.items.Option
Option(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite,String,int,int) - constructor for class org.herac.tuxguitar.gui.system.config.items.Option
OPTION_LANGUAGE - static field in class org.herac.tuxguitar.gui.SystemImages
OPTION_SOUND - static field in class org.herac.tuxguitar.gui.SystemImages
OPTION_STYLE - static field in class org.herac.tuxguitar.gui.SystemImages
OPTION_TOOLBARS - static field in class org.herac.tuxguitar.gui.SystemImages
OPTION_VIEW - static field in class org.herac.tuxguitar.gui.SystemImages
orderComponents(List) - method in class org.herac.tuxguitar.song.managers.MeasureManager
orderNotes(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.MeasureManager

P

PageViewLayout - class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
paint(GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
paint(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout,GC,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Pinta la nota
Pinta el compas y las notas que estan sonando
paintCaret(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Pinta el caret
paintCaret(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout,GC) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
Pinta las notas
paintControl(PaintEvent) - method in class org.herac.tuxguitar.gui.editors.tab.TablaturePaintListener
paintHeader(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
paintImage(GC,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
Pinta las lineas
paintSong(GC,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
paintSong(GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
paintSong(GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
paintSong(GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
paintSong(GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Pinta las uniones entre notas
paintTablature(GC) - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
Pinta la nota en la tablatura
paintTracks(List,GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
paintTracks(List,GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
paintTracks(List,GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
paintTracks(List,GC,Rectangle,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
parse(org.herac.tuxguitar.player.base.MidiSequence) - method in class org.herac.tuxguitar.player.base.MidiSequenceParser
Crea la cancion
parse(String) - static method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
parseTitle() - static method in class org.herac.tuxguitar.gui.util.WindowTitleUtil
PasteMeasureAction - class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
PasteMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
pause() - method in class org.herac.tuxguitar.player.base.MidiPlayer
pause() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
pause() - method in class org.herac.tuxguitar.player.NullPlayer
PDFWriter - class org.herac.tuxguitar.gui.util.PDFWriter
PHASER - static field in class org.herac.tuxguitar.player.base.MidiControllers
PIANISSIMO - static field in class org.herac.tuxguitar.song.models.VelocityValues
Piano - class org.herac.tuxguitar.gui.editors.piano.Piano
PIANO - static field in class org.herac.tuxguitar.song.models.VelocityValues
Piano(Composite,int) - constructor for class org.herac.tuxguitar.gui.editors.piano.Piano
PIANO_PIANISSIMO - static field in class org.herac.tuxguitar.song.models.VelocityValues
PianoEditor - class org.herac.tuxguitar.gui.editors.PianoEditor
PianoEditor(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.editors.PianoEditor
pitchBend(int,int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
play() - method in class org.herac.tuxguitar.player.base.MidiPlayer
play() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Inicia la reproduccion
play() - method in class org.herac.tuxguitar.player.NullPlayer
play(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
playBeat(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Reproduce las notas en el pulso
playBeat(org.herac.tuxguitar.song.models.SongTrack,List) - method in class org.herac.tuxguitar.player.base.MidiPlayer
playBeat(org.herac.tuxguitar.song.models.SongTrack,List) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
playBeat(org.herac.tuxguitar.song.models.SongTrack,List) - method in class org.herac.tuxguitar.player.NullPlayer
PlayerToolItems - class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
PlayerToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
PlayMenuItem - class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
PlayMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
PlaySongAction - class org.herac.tuxguitar.gui.actions.player.PlaySongAction
PlaySongAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.player.PlaySongAction
PluginManager - class org.herac.tuxguitar.gui.system.plugins.PluginManager
PluginManager() - constructor for class org.herac.tuxguitar.gui.system.plugins.PluginManager
PluginMenuItem - class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
PluginMenuItem(Shell,Menu,int) - constructor for class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
PLUGINS_PREFIX - static field in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
POSITION_ACCENTUATED_EFFECT - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_BOTTOM - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_FADE_IN - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_HARMONIC_EFFEC - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_LYRIC - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_PALM_MUTE_EFFEC - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_SCORE_DOWN_LINES - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_SCORE_MIDDLE_LINES - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_SCORE_UP_LINES - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_TABLATURE - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_TABLATURE_TOP_SEPARATOR - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_TAPPING_EFFEC - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_TOP - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_TUPLETO - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
POSITION_VIBRATO_EFFEC - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
print(Graphics,PageFormat,int) - method in class org.herac.tuxguitar.gui.printer.PrintableImpl
PRINT_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
PRINT_PREVIEW_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
PrintableImpl - class org.herac.tuxguitar.gui.printer.PrintableImpl
PrintableImpl(org.herac.tuxguitar.gui.printer.PrintDocument) - constructor for class org.herac.tuxguitar.gui.printer.PrintableImpl
PrintAction - class org.herac.tuxguitar.gui.actions.file.PrintAction
PrintAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.PrintAction
printAndExit() - method in class org.herac.tuxguitar.gui.util.ArgumentParser
PrintDialog - class org.herac.tuxguitar.gui.printer.PrintDialog
PrintDialog(Shell) - constructor for class org.herac.tuxguitar.gui.printer.PrintDialog
PrintDialog(Shell,int) - constructor for class org.herac.tuxguitar.gui.printer.PrintDialog
PrintDocument - class org.herac.tuxguitar.gui.printer.PrintDocument
PrintDocument() - constructor for class org.herac.tuxguitar.gui.printer.PrintDocument
PrintDocument(List) - constructor for class org.herac.tuxguitar.gui.printer.PrintDocument
PrintDocumentData - class org.herac.tuxguitar.gui.printer.PrintDocumentData
PrintDocumentData(int,int,int,boolean,boolean) - constructor for class org.herac.tuxguitar.gui.printer.PrintDocumentData
PrinterViewLayout - class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
PrintPage - class org.herac.tuxguitar.gui.printer.PrintPage
PrintPage(int,ImageData) - constructor for class org.herac.tuxguitar.gui.printer.PrintPage
PrintPreview - class org.herac.tuxguitar.gui.printer.PrintPreview
PrintPreview(org.herac.tuxguitar.gui.printer.PrintDocument) - constructor for class org.herac.tuxguitar.gui.printer.PrintPreview
PrintPreviewAction - class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
PrintPreviewAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
process(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.Action
programChange(int,int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
PropertiesToolItems - class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
PropertiesToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
PROPERTY_PLUGIN_CLASS - static field in class org.herac.tuxguitar.gui.system.plugins.PluginManager
PROPERTY_PLUGIN_PATH - static field in class org.herac.tuxguitar.gui.system.plugins.PluginManager
PTB4InputStream - class org.herac.tuxguitar.io.pt.PTB4InputStream
PTB4InputStream(FileInputStream) - constructor for class org.herac.tuxguitar.io.pt.PTB4InputStream
PTB4InputStream(String) - constructor for class org.herac.tuxguitar.io.pt.PTB4InputStream
PTBInputStream - class org.herac.tuxguitar.io.pt.PTBInputStream
PTBInputStream(FileInputStream) - constructor for class org.herac.tuxguitar.io.pt.PTBInputStream
PTBInputStream(String) - constructor for class org.herac.tuxguitar.io.pt.PTBInputStream

Q

QUARTER - static field in class org.herac.tuxguitar.song.models.Duration
Negra.
QUARTER_TIME - static field in class org.herac.tuxguitar.song.models.Duration
tiempo por defecto de la Negra.

R

read() - method in class org.herac.tuxguitar.io.gp.GP3InputStream
read() - method in class org.herac.tuxguitar.io.gp.GP4InputStream
read() - method in class org.herac.tuxguitar.io.gp.GP5InputStream
read() - method in class org.herac.tuxguitar.io.tg.TGInputStream
read(InputStream) - method in class org.herac.tuxguitar.gui.doc.DocReader
read(String) - method in class org.herac.tuxguitar.gui.doc.DocReader
readByte() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readSong() - method in class org.herac.tuxguitar.io.gp.GP3InputStream
readSong() - method in class org.herac.tuxguitar.io.gp.GP4InputStream
readSong() - method in class org.herac.tuxguitar.io.gp.GP5InputStream
readSong() - method in class org.herac.tuxguitar.io.pt.PTB4InputStream
readString() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readString(int) - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readUChar() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readUCType() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readUInt() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
readULong() - method in class org.herac.tuxguitar.io.pt.PTBInputStream
RED - static field in class org.herac.tuxguitar.song.models.RGBColor
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
redo() - method in class org.herac.tuxguitar.gui.undo.UndoableEdit
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
redo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
redo() - method in class org.herac.tuxguitar.gui.undo.UndoManager
REDO_ACTION - static field in class org.herac.tuxguitar.gui.undo.UndoableEdit
RedoAction - class org.herac.tuxguitar.gui.actions.edit.RedoAction
RedoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.edit.RedoAction
redraw() - method in class org.herac.tuxguitar.gui.actions.Action
redraw() - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
redraw() - method in class org.herac.tuxguitar.gui.editors.chord.ChordList
redraw() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
redraw() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
redraw() - method in class org.herac.tuxguitar.gui.editors.piano.Piano
redraw() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
redraw() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
redraw() - method in class org.herac.tuxguitar.gui.transport.SongTransport
redraw() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
redraw() - method in class org.herac.tuxguitar.gui.TuxGuitar
redrawPayingMode() - method in class org.herac.tuxguitar.gui.TuxGuitar
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.editors.piano.Piano
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
redrawPlayingMode() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
redrawTablaturePlayMode() - method in class org.herac.tuxguitar.gui.actions.player.PlaySongAction
REGISTERED_PARAMETER_COARSE - static field in class org.herac.tuxguitar.player.base.MidiControllers
REGISTERED_PARAMETER_FINE - static field in class org.herac.tuxguitar.player.base.MidiControllers
reloadConfig() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
reloadStyles() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
reloadViewLayout() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
removeAction(org.herac.tuxguitar.gui.system.keybindings.KeyBinding) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
removeAllComponents(org.herac.tuxguitar.song.models.Measure) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Elimina todos los Componentes
Elimina los Componentes que empiecen en Start
removeAllMarkers() - method in class org.herac.tuxguitar.song.managers.SongManager
removeChord(int) - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
Elimina los Componentes que empiecen en Start y esten en la misma cuerda Si hay un Silencio lo borra sin importar la cuerda
removeLastMeasure() - method in class org.herac.tuxguitar.song.managers.SongManager
removeLastMeasure(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
removeLastMeasureHeader() - method in class org.herac.tuxguitar.song.managers.SongManager
removeMarker(int) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMarker(org.herac.tuxguitar.song.models.Marker) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasure(int) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasure(long) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasure(org.herac.tuxguitar.song.models.SongTrack,long) - method in class org.herac.tuxguitar.song.managers.SongTrackManager
RemoveMeasureAction - class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
RemoveMeasureAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
removeMeasureHeader(int) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasureHeader(long) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasureHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasureHeaders(long,long) - method in class org.herac.tuxguitar.song.managers.SongManager
removeMeasures(long,long) - method in class org.herac.tuxguitar.song.managers.SongManager
removeNote(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.song.models.Measure
RemoveNoteAction - class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
RemoveNoteAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
removeProperty(String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
Elimina un silencio del compas.
removeSilence(org.herac.tuxguitar.song.models.Silence) - method in class org.herac.tuxguitar.song.models.Measure
removeTrack(int) - method in class org.herac.tuxguitar.song.managers.SongManager
removeTrack(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
RemoveTrackAction - class org.herac.tuxguitar.gui.actions.track.RemoveTrackAction
RemoveTrackAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.track.RemoveTrackAction
renameChord(int,String) - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
replaceMeasureHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.managers.SongManager
replaceMeasures() - method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
replaceTrack(org.herac.tuxguitar.song.models.SongTrack) - method in class org.herac.tuxguitar.song.managers.SongManager
reset() - method in class org.herac.tuxguitar.gui.editors.EditorCache
reset() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
reset() - method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
reset() - method in class org.herac.tuxguitar.player.base.MidiPlayer
reset() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Resetea los valores
reset() - method in class org.herac.tuxguitar.player.NullPlayer
reset(Map) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
resetDefaults() - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
resetScroll() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
REVERB - static field in class org.herac.tuxguitar.player.base.MidiControllers
RGBColor - class org.herac.tuxguitar.song.models.RGBColor
RGBColor(int,int,int) - constructor for class org.herac.tuxguitar.song.models.RGBColor
RIGHT - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
run() - method in class org.herac.tuxguitar.gui.helper.AsyncThread
run() - method in class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
run() - method in class org.herac.tuxguitar.gui.helper.SyncThread

S

save() - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
save(String) - method in class org.herac.tuxguitar.song.managers.SongManager
SAVE_AS_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
SAVE_FORMAT - static field in class org.herac.tuxguitar.gui.util.FileChooser
SAVE_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
SaveAsFileAction - class org.herac.tuxguitar.gui.actions.file.SaveAsFileAction
SaveAsFileAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.SaveAsFileAction
saveDefaultToolBars() - method in class org.herac.tuxguitar.gui.items.ItemManager
saveDocument(Document,File) - static method in class org.herac.tuxguitar.gui.editors.chord.xml.ChordWriter
saveDocument(Document,File) - static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter
saveDocument(Document,File) - static method in class org.herac.tuxguitar.gui.items.xml.ToolBarsWriter
SaveFileAction - class org.herac.tuxguitar.gui.actions.file.SaveFileAction
SaveFileAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.file.SaveFileAction
saveHistory() - method in class org.herac.tuxguitar.gui.helper.FileHistory
saveKeyBindings() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
saveToolBars(List) - method in class org.herac.tuxguitar.gui.items.ItemManager
saveToolBars(List,String) - method in class org.herac.tuxguitar.gui.items.xml.ToolBarsWriter
ScaleEditor - class org.herac.tuxguitar.gui.scale.ScaleEditor
ScaleInfo - class org.herac.tuxguitar.gui.scale.ScaleInfo
ScaleInfo(String,String) - constructor for class org.herac.tuxguitar.gui.scale.ScaleInfo
ScaleReader - class org.herac.tuxguitar.gui.scale.xml.ScaleReader
SCALES_PREFIX - static field in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
SCORE - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
SCORE_FLAT_NOTES - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
SCORE_KEY_OFFSETS - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
SCORE_LINE_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SCORE_SHARP_NOTES - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
select(int,int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
select(org.herac.tuxguitar.gui.system.config.items.Option) - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
SelectComponentAction - class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
SelectComponentAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
selectScale(int,int) - method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
SelectScaleAction - class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
SelectScaleAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
SEMITONE_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.BendEffect
SEMITONE_LENGTH - static field in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
send(MidiMessage) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
setAccentuatedNote(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setAlbum(String) - method in class org.herac.tuxguitar.song.models.Song
setAuthor(String) - method in class org.herac.tuxguitar.song.models.Song
setB(int) - method in class org.herac.tuxguitar.song.models.RGBColor
setBalance(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setBend(org.herac.tuxguitar.song.models.effects.BendEffect) - method in class org.herac.tuxguitar.gui.effects.BendEditor
setBend(org.herac.tuxguitar.song.models.effects.BendEffect) - method in class org.herac.tuxguitar.song.models.NoteEffect
setBindings(Set,String) - static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter
setCacheEnabled(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
setChanges(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
setChanges(boolean) - method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
setChannel(org.herac.tuxguitar.song.models.SongChannel) - method in class org.herac.tuxguitar.song.models.SongTrack
setChannel(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setChords(List) - method in class org.herac.tuxguitar.gui.editors.chord.ChordList
setChords(List,String) - static method in class org.herac.tuxguitar.gui.editors.chord.xml.ChordWriter
setChorus(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setClef(int) - method in class org.herac.tuxguitar.song.models.Measure
setColor(org.herac.tuxguitar.song.models.RGBColor) - method in class org.herac.tuxguitar.song.models.Marker
setColor(org.herac.tuxguitar.song.models.RGBColor) - method in class org.herac.tuxguitar.song.models.SongTrack
setCurrentMeasure(org.herac.tuxguitar.gui.editors.tab.MeasureCoords) - method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
setData(ImageData) - method in class org.herac.tuxguitar.gui.printer.PrintPage
setData(int) - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
setDead(boolean) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setDeadNote(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setDefaults() - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
setDefaultStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
setDefaultStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setDenominator(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.TimeSignature
setDotted(boolean) - method in class org.herac.tuxguitar.song.models.Duration
setDoubleDotted(boolean) - method in class org.herac.tuxguitar.song.models.Duration
setDuration(int) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.Component
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.Note
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Asigna la duracion de la nota
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.Silence
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
Asigna la duracion del silencio
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
setDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.song.models.effects.TrillEffect
setDynamic(int) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setEditingTickScale(boolean) - method in class org.herac.tuxguitar.gui.transport.SongTransport
setEditor(org.herac.tuxguitar.gui.editors.chord.ChordEditor) - method in class org.herac.tuxguitar.gui.editors.chord.ChordList
setEditor(org.herac.tuxguitar.gui.editors.chord.ChordEditor) - method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
setEffect(org.herac.tuxguitar.song.models.NoteEffect) - method in class org.herac.tuxguitar.song.models.Note
setEffectChannel(short) - method in class org.herac.tuxguitar.song.models.SongChannel
SetEighthDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
SetEighthDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
setEnters(int) - method in class org.herac.tuxguitar.song.models.Tupleto
setFadeIn(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setFile(String) - method in class org.herac.tuxguitar.gui.helper.FileHistory
setFirstOfLine(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
setFret(int) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setFret(int) - method in class org.herac.tuxguitar.song.models.effects.TrillEffect
setFret(short) - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
setFrom(int) - method in class org.herac.tuxguitar.song.models.Lyric
setG(int) - method in class org.herac.tuxguitar.song.models.RGBColor
setGhostNote(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setGrace(org.herac.tuxguitar.song.models.effects.GraceEffect) - method in class org.herac.tuxguitar.song.models.NoteEffect
setGraceStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
SetHalfDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
SetHalfDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
setHammer(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setHeader(org.herac.tuxguitar.song.models.MeasureHeader) - method in class org.herac.tuxguitar.song.models.Measure
setHeavyAccentuatedNote(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setHeight(int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setInstrument(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setInterpret(String) - method in class org.herac.tuxguitar.song.models.Song
setKey(int) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
setKey(int) - method in class org.herac.tuxguitar.song.models.MusicScale
setKeySignature(int) - method in class org.herac.tuxguitar.song.models.Measure
setLanguage(String) - method in class org.herac.tuxguitar.gui.system.language.LanguageManager
setLastEvent(TypedEvent) - method in class org.herac.tuxguitar.gui.actions.ActionContainer
SetLinearLayoutAction - class org.herac.tuxguitar.gui.actions.layout.SetLinearLayoutAction
SetLinearLayoutAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.layout.SetLinearLayoutAction
setLineColor(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setList(org.herac.tuxguitar.gui.editors.chord.ChordList) - method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
setLyricBeatIndex(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
setLyrics(org.herac.tuxguitar.song.models.Lyric) - method in class org.herac.tuxguitar.song.models.SongTrack
setLyrics(String) - method in class org.herac.tuxguitar.song.models.Lyric
setLyricStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setMarker(org.herac.tuxguitar.song.models.Marker) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setMask(int) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
setMaxStrings(short) - method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
setMeasure(int) - method in class org.herac.tuxguitar.song.models.Marker
setMeasureHeaders(List) - method in class org.herac.tuxguitar.song.models.Song
setMeasureHeaders(List) - method in class org.herac.tuxguitar.song.helpers.TracksMeasures
setMeasures(List) - method in class org.herac.tuxguitar.song.models.SongTrack
setMetronomeEnabled(boolean) - method in class org.herac.tuxguitar.player.base.MidiPlayer
setMetronomeEnabled(boolean) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
setMetronomeEnabled(boolean) - method in class org.herac.tuxguitar.player.NullPlayer
setMouseMode(int) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
SetMouseModeEditionAction - class org.herac.tuxguitar.gui.actions.edit.SetMouseModeEditionAction
SetMouseModeSelectionAction - class org.herac.tuxguitar.gui.actions.edit.SetMouseModeSelectionAction
setMove(long) - method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
setMultitrack(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
SetMultitrackViewAction - class org.herac.tuxguitar.gui.actions.layout.SetMultitrackViewAction
SetMultitrackViewAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.layout.SetMultitrackViewAction
setMute(boolean) - method in class org.herac.tuxguitar.song.models.SongChannel
setName(String) - method in class org.herac.tuxguitar.song.models.Chord
setName(String) - method in class org.herac.tuxguitar.song.models.Song
setName(String) - method in class org.herac.tuxguitar.song.models.SongTrack
setNatural(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
SetNaturalKeyAction - class org.herac.tuxguitar.gui.actions.edit.SetNaturalKeyAction
SetNaturalKeyAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.edit.SetNaturalKeyAction
setNote(int,boolean) - method in class org.herac.tuxguitar.song.models.MusicScale
setNote1(org.herac.tuxguitar.gui.editors.tab.NoteCoords) - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
setNote2(org.herac.tuxguitar.gui.editors.tab.NoteCoords) - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
setNotes(List) - method in class org.herac.tuxguitar.song.models.Measure
setNoteStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
setNoteStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setNumber(int) - method in class org.herac.tuxguitar.song.models.InstrumentString
setNumber(int) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setNumber(int) - method in class org.herac.tuxguitar.song.models.SongTrack
setNumberOfRepetitions(int) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setNumerator(int) - method in class org.herac.tuxguitar.song.models.TimeSignature
setOfflineEffectStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setOffset(int) - method in class org.herac.tuxguitar.song.models.SongTrack
setOnBeat(boolean) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setOutOfBounds(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
SetPageLayoutAction - class org.herac.tuxguitar.gui.actions.layout.SetPageLayoutAction
SetPageLayoutAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.layout.SetPageLayoutAction
setPageNumber(int) - method in class org.herac.tuxguitar.gui.printer.PrintPage
setPageSize(Rectangle) - method in class org.herac.tuxguitar.gui.printer.PrintDocument
setPalmMute(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setPathChanges(boolean) - method in class org.herac.tuxguitar.gui.helper.FileHistory
setPaused(boolean) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
setPercent(int) - method in class org.herac.tuxguitar.song.models.Tempo
setPhaser(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setPlayNoteColor(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setPopping(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setPosX(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Asigna la posicion X dentro del compas
setPosY(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Asigna la posicion Y dentro del compas
setProperties(String,String,String,String) - method in class org.herac.tuxguitar.song.managers.SongManager
setProperty(String,boolean) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
setProperty(String,int) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
setProperty(String,String) - method in class org.herac.tuxguitar.gui.system.config.ConfigManager
SetQuarterDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
SetQuarterDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
setQuarterSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Asigna el span de negras
setR(int) - method in class org.herac.tuxguitar.song.models.RGBColor
setRepeatStart(boolean) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setReverb(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setRunning(boolean) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Asigna el valor a running
setScaleChanges() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
setScaleChanges() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
setScaleChanges(boolean) - method in class org.herac.tuxguitar.gui.editors.piano.Piano
setScoreEnabled(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
SetScoreEnabledAction - class org.herac.tuxguitar.gui.actions.layout.SetScoreEnabledAction
SetScoreEnabledAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.layout.SetScoreEnabledAction
setScoreNoteColor(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setScoreSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setSelectedDuration(org.herac.tuxguitar.song.models.Duration) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
setSilences(List) - method in class org.herac.tuxguitar.song.models.Measure
SetSixteenthDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
SetSixtyFourthDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
setSize(int,int) - method in class org.herac.tuxguitar.gui.editors.tab.CacheImage
setSize(int,int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
setSlapping(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setSlide(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setSolo(boolean) - method in class org.herac.tuxguitar.song.models.SongChannel
setSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.song.managers.SongManager
setSongManager(org.herac.tuxguitar.song.managers.SongManager) - method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
setSongManager(org.herac.tuxguitar.song.managers.SongManager) - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
setSongManager(org.herac.tuxguitar.song.managers.SongManager) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setSongName(String) - method in class org.herac.tuxguitar.song.managers.SongManager
setSpan(int) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
setStaccato(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setStart(long) - method in class org.herac.tuxguitar.song.models.Component
setStart(long) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
setStart(long) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setStart(long) - method in class org.herac.tuxguitar.song.models.Note
setStart(long) - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Asigna el start de la nota
setStart(long) - method in class org.herac.tuxguitar.song.models.Silence
setStart(long) - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
Asigna el start de el silencio
setStartWidthRepetitions(long) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setStartWithRepetitions(long) - method in class org.herac.tuxguitar.song.models.Note
setStatus(int) - method in class org.herac.tuxguitar.gui.transport.SongTransport
setString(int) - method in class org.herac.tuxguitar.song.models.Note
setStringNumber(int) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
setStrings(int[]) - method in class org.herac.tuxguitar.song.models.Chord
setStrings(List) - method in class org.herac.tuxguitar.song.models.SongTrack
setSynthesizer(Synthesizer) - method in class org.herac.tuxguitar.player.base.MidiPlayer
setSynthesizer(Synthesizer) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Asigna un Synthesizer
setSynthesizer(Synthesizer) - method in class org.herac.tuxguitar.player.NullPlayer
setTabHeight(int) - method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
setTablature(org.herac.tuxguitar.gui.editors.tab.Tablature) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setTablatureEnabled(boolean) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setTabNoteColor(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setTapping(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setTempo(org.herac.tuxguitar.song.models.Tempo) - method in class org.herac.tuxguitar.song.models.MeasureHeader
SetThirtySecondDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
setTickPosition(long) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Indica la posicion del secuenciador
setTickPosition(long,long) - method in class org.herac.tuxguitar.player.base.MidiPlayer
setTickPosition(long,long) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Indica la posicion del secuenciador
setTickPosition(long,long) - method in class org.herac.tuxguitar.player.NullPlayer
setTiedNote(boolean) - method in class org.herac.tuxguitar.song.models.Note
setTimes(int) - method in class org.herac.tuxguitar.song.models.Tupleto
setTimeSignature(org.herac.tuxguitar.song.models.TimeSignature) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setTimeSignatureStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
setTimeSignatureStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
SettingsMenuItem - class org.herac.tuxguitar.gui.items.menu.SettingsMenuItem
SettingsMenuItem(Shell,Menu,int) - constructor for class org.herac.tuxguitar.gui.items.menu.SettingsMenuItem
setTitle(String) - method in class org.herac.tuxguitar.song.models.Marker
setTracks(List) - method in class org.herac.tuxguitar.song.models.Song
setTransferType(int) - method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
setTransition(int) - method in class org.herac.tuxguitar.song.models.effects.GraceEffect
setTremolo(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setTrill(org.herac.tuxguitar.song.models.effects.TrillEffect) - method in class org.herac.tuxguitar.song.models.NoteEffect
setTripletFeel(int) - method in class org.herac.tuxguitar.song.models.MeasureHeader
setTs(org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
setTunning(int[]) - method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
setTupletoStyle(GC) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
setType(int) - method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
setUsedStrings(boolean[]) - method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
setValue(int) - method in class org.herac.tuxguitar.song.models.Duration
setValue(int) - method in class org.herac.tuxguitar.song.models.InstrumentString
setValue(int) - method in class org.herac.tuxguitar.song.models.Note
setValue(int) - method in class org.herac.tuxguitar.song.models.Tempo
setVelocity(int) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
setVelocity(int) - method in class org.herac.tuxguitar.song.models.Note
setVibrato(boolean) - method in class org.herac.tuxguitar.song.models.NoteEffect
setViewLayout(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
setVisible(boolean) - method in class org.herac.tuxguitar.gui.system.config.items.Option
setVolume(int) - method in class org.herac.tuxguitar.song.models.Song
setVolume(short) - method in class org.herac.tuxguitar.song.models.SongChannel
setWeights(int[]) - method in class org.herac.tuxguitar.gui.table.SongTable
SetWholeDurationAction - class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
SetWholeDurationAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
setWidth(int) - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
SHARP - static field in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
shift() - method in class org.herac.tuxguitar.gui.undo.UndoManager
SHIFT_STRING - static field in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
shiftNoteDown(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota a la cuerda de abajo
ShiftNoteDownAction - class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
ShiftNoteDownAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
shiftNoteUp(org.herac.tuxguitar.song.models.Measure,long,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota a la cuerda de arriba
ShiftNoteUpAction - class org.herac.tuxguitar.gui.actions.note.ShiftNoteUpAction
ShiftNoteUpAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.note.ShiftNoteUpAction
shouldPaintTempo() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
shouldPaintTimeSignature() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
shouldPaintTripletFeel() - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
shouldRedraw() - method in class org.herac.tuxguitar.gui.editors.EditorCache
show() - method in class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
show() - method in class org.herac.tuxguitar.gui.editors.PianoEditor
show() - method in class org.herac.tuxguitar.gui.scale.ScaleEditor
show() - method in class org.herac.tuxguitar.gui.mixer.SongMixer
show() - method in class org.herac.tuxguitar.gui.transport.SongTransport
show(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.GraceEditor
show(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.HarmonicEditor
show(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
show(org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.TrillEditor
show(Shell) - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
show(Shell) - method in class org.herac.tuxguitar.gui.marker.MarkerEditor
show(Shell) - method in class org.herac.tuxguitar.gui.marker.MarkerList
show(Shell) - method in class org.herac.tuxguitar.gui.util.MessageDialog
show(Shell,org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.BendEditor
show(Shell,org.herac.tuxguitar.song.models.Note) - method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
SHOW_FRETBOARD - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_MIXER - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_MULTITRACK - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_PIANO - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_SCORE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_SPLASH - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_TABLATURE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SHOW_TRANSPORT - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
ShowAboutDialogAction - class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
ShowAboutDialogAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
showDefaultControls() - method in class org.herac.tuxguitar.gui.TuxGuitar
showDialog() - method in class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
showDialog(Shell) - method in class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
showErrorMessage(Throwable) - method in class org.herac.tuxguitar.gui.TuxGuitar
showFretBoard() - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
showFretBoard(Composite) - method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
ShowFretBoardAction - class org.herac.tuxguitar.gui.actions.view.ShowFretBoardAction
ShowFretBoardAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.view.ShowFretBoardAction
showImageLabel(Composite,int,Image) - method in class org.herac.tuxguitar.gui.system.config.items.Option
showItems() - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.EditMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.FileMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.MeasureMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.MenuItems
showItems() - method in class org.herac.tuxguitar.gui.items.menu.NoteEffectsMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.NoteMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.SettingsMenuItem
showItems() - method in class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.EditToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.FileToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.ToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
showItems(ToolBar) - method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
showLabel(Composite,int,int,int,int,String) - method in class org.herac.tuxguitar.gui.system.config.items.Option
showLabel(Composite,int,int,int,String) - method in class org.herac.tuxguitar.gui.system.config.items.Option
ShowMixerAction - class org.herac.tuxguitar.gui.actions.view.ShowMixerAction
ShowMixerAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.view.ShowMixerAction
ShowPianoAction - class org.herac.tuxguitar.gui.actions.view.ShowPianoAction
ShowPianoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.view.ShowPianoAction
showPreview(Shell) - method in class org.herac.tuxguitar.gui.printer.PrintPreview
showTablature(Composite) - method in class org.herac.tuxguitar.gui.editors.TablatureEditor
showTable(Composite) - method in class org.herac.tuxguitar.gui.SongTableViewer
showTitle() - method in class org.herac.tuxguitar.gui.TuxGuitar
ShowTransportAction - class org.herac.tuxguitar.gui.actions.view.ShowTransportAction
ShowTransportAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.view.ShowTransportAction
Silence - class org.herac.tuxguitar.song.models.Silence
Silence(long,org.herac.tuxguitar.song.models.Duration) - constructor for class org.herac.tuxguitar.song.models.Silence
SilenceCoords - class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
SIXTEENTH - static field in class org.herac.tuxguitar.song.models.Duration
Semi-Corchea.
SIXTY_FOURTH - static field in class org.herac.tuxguitar.song.models.Duration
Semi-Fusa.
Song - class org.herac.tuxguitar.song.models.Song
Song(List,List) - constructor for class org.herac.tuxguitar.song.models.Song
Song(String,String,String,String,List,List,int) - constructor for class org.herac.tuxguitar.song.models.Song
SONG_PROPERTIES - static field in class org.herac.tuxguitar.gui.SystemImages
SongChannel - class org.herac.tuxguitar.song.models.SongChannel
SongChannel(short,short,short) - constructor for class org.herac.tuxguitar.song.models.SongChannel
SongCoords - class org.herac.tuxguitar.gui.editors.tab.SongCoords
SongImporter - interface org.herac.tuxguitar.io.importer.SongImporter
SongLoader - class org.herac.tuxguitar.io.SongLoader
SongLoader(String) - constructor for class org.herac.tuxguitar.io.SongLoader
SongManager - class org.herac.tuxguitar.song.managers.SongManager
SongManager() - constructor for class org.herac.tuxguitar.song.managers.SongManager
SongMixer - class org.herac.tuxguitar.gui.mixer.SongMixer
SongMixer() - constructor for class org.herac.tuxguitar.gui.mixer.SongMixer
SongTable - class org.herac.tuxguitar.gui.table.SongTable
SongTable(Composite,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.table.SongTable
SongTableInfo - class org.herac.tuxguitar.gui.table.SongTableInfo
SongTableViewer - class org.herac.tuxguitar.gui.SongTableViewer
SongTrack - class org.herac.tuxguitar.song.models.SongTrack
SongTrackCoords - class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
SongTrackManager - class org.herac.tuxguitar.song.managers.SongTrackManager
SongTrackManager(org.herac.tuxguitar.song.managers.SongManager) - constructor for class org.herac.tuxguitar.song.managers.SongTrackManager
SongTransport - class org.herac.tuxguitar.gui.transport.SongTransport
SongTransport() - constructor for class org.herac.tuxguitar.gui.transport.SongTransport
SongUtils - class org.herac.tuxguitar.song.util.SongUtils
SongWriter - class org.herac.tuxguitar.io.SongWriter
SongWriter(String) - constructor for class org.herac.tuxguitar.io.SongWriter
SOUNDBANK_CUSTOM - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SOUNDBANK_CUSTOM_PATH - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SoundOption - class org.herac.tuxguitar.gui.system.config.items.SoundOption
SoundOption(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite) - constructor for class org.herac.tuxguitar.gui.system.config.items.SoundOption
SPACE - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
SpecialKeys - class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
SplashShell - class org.herac.tuxguitar.gui.util.SplashShell
SplashShell(Display) - constructor for class org.herac.tuxguitar.gui.util.SplashShell
start() - method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
start(int) - method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
startUndo() - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
startUndo(int) - static method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
startUndo(org.herac.tuxguitar.song.models.Marker) - static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
startUndo(org.herac.tuxguitar.song.models.SongTrack) - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
startUndo(org.herac.tuxguitar.song.models.SongTrack) - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
startUndo(org.herac.tuxguitar.song.models.SongTrack) - static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
STATUS_EDIT - static field in class org.herac.tuxguitar.gui.marker.MarkerEditor
STATUS_NEW - static field in class org.herac.tuxguitar.gui.marker.MarkerEditor
STATUS_PAUSED - static field in class org.herac.tuxguitar.gui.transport.SongTransport
STATUS_RUNNING - static field in class org.herac.tuxguitar.gui.transport.SongTransport
STATUS_STOPED - static field in class org.herac.tuxguitar.gui.transport.SongTransport
stop() - method in class org.herac.tuxguitar.player.base.MidiPlayer
stop() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Para la reproduccion
stop() - method in class org.herac.tuxguitar.player.NullPlayer
stop(boolean) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Para la reproduccion
stop(TypedEvent) - method in class org.herac.tuxguitar.gui.transport.SongTransport
StopSongAction - class org.herac.tuxguitar.gui.actions.player.StopSongAction
StopSongAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.player.StopSongAction
STRING_SPAN - static field in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
stringCount() - method in class org.herac.tuxguitar.song.models.SongTrack
StylesOption - class org.herac.tuxguitar.gui.system.config.items.StylesOption
StylesOption(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite) - constructor for class org.herac.tuxguitar.gui.system.config.items.StylesOption
SyncThread - class org.herac.tuxguitar.gui.helper.SyncThread
SyncThread(Runnable) - constructor for class org.herac.tuxguitar.gui.helper.SyncThread
SYSTEM_PLAYER - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
SystemError - class org.herac.tuxguitar.gui.util.SystemError
SystemError(String,String) - constructor for class org.herac.tuxguitar.gui.util.SystemError
SystemImages - class org.herac.tuxguitar.gui.SystemImages
systemReset() - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils

T

TAB_LINE_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
Tablature - class org.herac.tuxguitar.gui.editors.tab.Tablature
TABLATURE - static field in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
Tablature(Composite,int) - constructor for class org.herac.tuxguitar.gui.editors.tab.Tablature
TABLATURE_FLAGS - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
TablatureEditor - class org.herac.tuxguitar.gui.editors.TablatureEditor
TablatureEditor(org.herac.tuxguitar.song.managers.SongManager) - constructor for class org.herac.tuxguitar.gui.editors.TablatureEditor
TablaturePaintListener - class org.herac.tuxguitar.gui.editors.tab.TablaturePaintListener
TablaturePaintListener(org.herac.tuxguitar.gui.editors.tab.Tablature) - constructor for class org.herac.tuxguitar.gui.editors.tab.TablaturePaintListener
TablatureUtil - class org.herac.tuxguitar.gui.editors.tab.TablatureUtil
Tempo - class org.herac.tuxguitar.song.models.Tempo
Tempo(int) - constructor for class org.herac.tuxguitar.song.models.Tempo
Tempo(int,int) - constructor for class org.herac.tuxguitar.song.models.Tempo
TEMPO_ICON_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
TEMPO_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
tempoInUSQ(int) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
TG_VERSION - static field in class org.herac.tuxguitar.io.tg.TGStream
TGConverter - class org.herac.tuxguitar.io.TGConverter
TGConverter(String,String) - constructor for class org.herac.tuxguitar.io.TGConverter
TGInputStream - class org.herac.tuxguitar.io.tg.TGInputStream
TGInputStream(FileInputStream) - constructor for class org.herac.tuxguitar.io.tg.TGInputStream
TGInputStream(String) - constructor for class org.herac.tuxguitar.io.tg.TGInputStream
TGMidiPlugin - interface org.herac.tuxguitar.gui.system.plugins.TGMidiPlugin
TGOutputStream - class org.herac.tuxguitar.io.tg.TGOutputStream
TGOutputStream(FileOutputStream) - constructor for class org.herac.tuxguitar.io.tg.TGOutputStream
TGOutputStream(String) - constructor for class org.herac.tuxguitar.io.tg.TGOutputStream
TGPlugin - interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
TGPluginItem - interface org.herac.tuxguitar.gui.system.plugins.TGPluginItem
TGStream - class org.herac.tuxguitar.io.tg.TGStream
THIRTY_SECOND - static field in class org.herac.tuxguitar.song.models.Duration
Fusa.
TICK_MOVE - static field in class org.herac.tuxguitar.player.impl.MidiMessageUtils
tickMove(long) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
TIED_NOTE_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
TIME_SIGNATURE_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
TimeSignature - class org.herac.tuxguitar.song.models.TimeSignature
TimeSignature(int,org.herac.tuxguitar.song.models.Duration) - constructor for class org.herac.tuxguitar.song.models.TimeSignature
timeSignature(org.herac.tuxguitar.song.models.TimeSignature) - static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
ToolBarsOption - class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
ToolBarsOption(org.herac.tuxguitar.gui.system.config.ConfigEditor,ToolBar,Composite) - constructor for class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
ToolBarsReader - class org.herac.tuxguitar.gui.items.xml.ToolBarsReader
ToolBarsWriter - class org.herac.tuxguitar.gui.items.xml.ToolBarsWriter
ToolItems - class org.herac.tuxguitar.gui.items.ToolItems
ToolItems(String) - constructor for class org.herac.tuxguitar.gui.items.ToolItems
TOP_SPAN - static field in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
toString() - method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
TRACK_ADD - static field in class org.herac.tuxguitar.gui.SystemImages
TRACK_LYRICS - static field in class org.herac.tuxguitar.io.tg.TGStream
TRACK_REMOVE - static field in class org.herac.tuxguitar.gui.SystemImages
TRACK_SPAN - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
TRACK_TYPE_BASS - static field in class org.herac.tuxguitar.io.pt.PTBInputStream
TRACK_TYPE_GUITAR - static field in class org.herac.tuxguitar.io.pt.PTBInputStream
trackInfos - field in class org.herac.tuxguitar.io.pt.PTBInputStream
TrackMeasure - class org.herac.tuxguitar.song.helpers.TrackMeasure
TrackMenuItem - class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
TrackMenuItem(Shell,Menu,int,org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
TrackMixer - class org.herac.tuxguitar.gui.mixer.TrackMixer
tracks - field in class org.herac.tuxguitar.io.pt.PTBInputStream
TracksMeasures - class org.herac.tuxguitar.song.helpers.TracksMeasures
TracksMeasures() - constructor for class org.herac.tuxguitar.song.helpers.TracksMeasures
TrackSpacing - class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
TrackSpacing(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - constructor for class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
TrackToolItems - class org.herac.tuxguitar.gui.items.tool.TrackToolItems
TrackToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.TrackToolItems
TRANSFER_TYPE_INSERT - static field in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
TRANSFER_TYPE_REPLACE - static field in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
Transferable - interface org.herac.tuxguitar.gui.clipboard.Transferable
TRANSITION_BEND - static field in class org.herac.tuxguitar.song.models.effects.GraceEffect
TRANSITION_HAMMER - static field in class org.herac.tuxguitar.song.models.effects.GraceEffect
TRANSITION_NONE - static field in class org.herac.tuxguitar.song.models.effects.GraceEffect
TRANSITION_SLIDE - static field in class org.herac.tuxguitar.song.models.effects.GraceEffect
TRANSPORT_FIRST_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_FIRST_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_FIRST_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_FIRST_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_LAST_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_LAST_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_NEXT_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_NEXT_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_PAUSE - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_PLAY_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_PLAY_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_PREVIOUS_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_PREVIOUS_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_STOP_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_ICON_STOP_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_LAST_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_LAST_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_NEXT_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_NEXT_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_PAUSE - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_PLAY_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_PLAY_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_PREVIOUS_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_PREVIOUS_2 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_STOP_1 - static field in class org.herac.tuxguitar.gui.SystemImages
TRANSPORT_STOP_2 - static field in class org.herac.tuxguitar.gui.SystemImages
transposeNotes(org.herac.tuxguitar.song.models.Measure,List,int) - method in class org.herac.tuxguitar.song.managers.MeasureManager
TREMOLO - static field in class org.herac.tuxguitar.player.base.MidiControllers
TREMOLO_BAR - static field in class org.herac.tuxguitar.gui.SystemImages
TremoloBarEditor - class org.herac.tuxguitar.gui.effects.TremoloBarEditor
TremoloBarEditor() - constructor for class org.herac.tuxguitar.gui.effects.TremoloBarEditor
TremoloBarEffect - class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
TremoloBarEffect() - constructor for class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
TremoloPickingEditor - class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
TremoloPickingEditor() - constructor for class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
TremoloPickingEffect - class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
TremoloPickingEffect(int) - constructor for class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
TremoloPickingEffect(org.herac.tuxguitar.song.models.Duration) - constructor for class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
TrillEditor - class org.herac.tuxguitar.gui.effects.TrillEditor
TrillEditor() - constructor for class org.herac.tuxguitar.gui.effects.TrillEditor
TrillEffect - class org.herac.tuxguitar.song.models.effects.TrillEffect
TrillEffect(int,int) - constructor for class org.herac.tuxguitar.song.models.effects.TrillEffect
TrillEffect(int,org.herac.tuxguitar.song.models.Duration) - constructor for class org.herac.tuxguitar.song.models.effects.TrillEffect
TRIPLET_FEEL_EIGHTH - static field in class org.herac.tuxguitar.song.models.MeasureHeader
TRIPLET_FEEL_NONE - static field in class org.herac.tuxguitar.song.models.MeasureHeader
TRIPLET_FEEL_SIXTEENTH - static field in class org.herac.tuxguitar.song.models.MeasureHeader
tryBack() - method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
tryBack() - method in class org.herac.tuxguitar.gui.editors.tab.edit.MouseKit
Tupleto - class org.herac.tuxguitar.song.models.Tupleto
Tupleto(int,int) - constructor for class org.herac.tuxguitar.song.models.Tupleto
TUPLETO_IMAGE - static field in class org.herac.tuxguitar.gui.SystemImages
TuxGuitar - class org.herac.tuxguitar.gui.TuxGuitar
TuxGuitar() - constructor for class org.herac.tuxguitar.gui.TuxGuitar
TUXGUITAR_ICON - static field in class org.herac.tuxguitar.gui.SystemImages
TUXGUITAR_NAME - static field in class org.herac.tuxguitar.gui.TuxGuitar
TUXGUITAR_SPLASH - static field in class org.herac.tuxguitar.gui.SystemImages
TUXGUITAR_VERSION - static field in class org.herac.tuxguitar.gui.TuxGuitar
TuxGuitarFileUtils - class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
TYPE_ARTIFICIAL - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
TYPE_NATURAL - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
TYPE_PINCH - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
TYPE_SEMI - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
TYPE_TAPPED - static field in class org.herac.tuxguitar.song.models.effects.HarmonicEffect

U

undo() - method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
undo() - method in class org.herac.tuxguitar.gui.undo.UndoableEdit
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
undo() - method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
undo() - method in class org.herac.tuxguitar.gui.undo.UndoManager
UNDO_ACTION - static field in class org.herac.tuxguitar.gui.undo.UndoableEdit
UndoableAddMeasure - class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
UndoableAddTrack - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
UndoableCaretHelper - class org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper
UndoableCaretHelper() - constructor for class org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper
UndoableChangeClef - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
UndoableChangeCloseRepeat - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
UndoableChangeKeySignature - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeKeySignature
UndoableChangeMarker - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
UndoableChangeOpenRepeat - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
UndoableChangeTempo - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
UndoableChangeTimeSignature - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
UndoableChangeTripletFeel - class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
UndoableCloneTrack - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
UndoableEdit - interface org.herac.tuxguitar.gui.undo.UndoableEdit
UndoableInfoTrack - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
UndoableInsertMeasure - class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
UndoableInsertMeasure() - constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
UndoableInstrumentTrack - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
UndoableMeasureGeneric - class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
UndoableMoveTrackDown - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
UndoableMoveTrackUp - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
UndoableRemoveMeasure - class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
UndoableRemoveMeasure(long,long) - constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
UndoableRemoveTrack - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
UndoableReplaceMeasures - class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
UndoableReplaceMeasures(long,long) - constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
UndoableTrackGeneric - class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
UndoableUtil - class org.herac.tuxguitar.song.util.UndoableUtil
UndoAction - class org.herac.tuxguitar.gui.actions.edit.UndoAction
UndoAction(org.herac.tuxguitar.gui.editors.TablatureEditor) - constructor for class org.herac.tuxguitar.gui.actions.edit.UndoAction
UndoManager - class org.herac.tuxguitar.gui.undo.UndoManager
UndoManager() - constructor for class org.herac.tuxguitar.gui.undo.UndoManager
UnsupportedFormatException() - constructor for class org.herac.tuxguitar.io.UnsupportedFormatException
UnsupportedFormatException(String) - constructor for class org.herac.tuxguitar.io.UnsupportedFormatException
UnsupportedFormatException(String,Throwable) - constructor for class org.herac.tuxguitar.io.UnsupportedFormatException
UnsupportedFormatException(Throwable) - constructor for class org.herac.tuxguitar.io.UnsupportedFormatException
UP - static field in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
UP_OFFSET - static field in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
update() - method in class org.herac.tuxguitar.gui.editors.tab.Caret
update() - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.EditMenuItem
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.tool.EditToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.FileMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.FileToolItems
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
update() - method in class org.herac.tuxguitar.gui.items.ItemBase
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
update() - method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
update() - method in class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.MeasureMenuItem
update() - method in class org.herac.tuxguitar.gui.items.menu.NoteEffectsMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.menu.NoteMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
Actualiza el estado del item
update() - method in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
update() - method in class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
update() - method in class org.herac.tuxguitar.gui.items.menu.SettingsMenuItem
update() - method in class org.herac.tuxguitar.gui.mixer.SongMixer
update() - method in class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
update() - method in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
update() - method in class org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper
update() - method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
Actualiza el estado del item
update(int) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
update(int,long,int) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
update(int,long,int,int) - method in class org.herac.tuxguitar.gui.editors.tab.Caret
update(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureComponent
update(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Actualiza los valores para dibujar
update(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
update(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Actualiza los valores para dibujar
update(org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout) - method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
updateCache(boolean) - method in class org.herac.tuxguitar.gui.TuxGuitar
updateCaretMode() - method in class org.herac.tuxguitar.gui.editors.EditorCache
updateChannel(org.herac.tuxguitar.song.models.SongChannel) - method in class org.herac.tuxguitar.song.managers.SongManager
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.LanguageOption
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.MainOption
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.Option
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.SoundOption
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.StylesOption
updateConfig() - method in class org.herac.tuxguitar.gui.system.config.items.ToolBarsOption
updateControllers() - method in class org.herac.tuxguitar.player.base.MidiPlayer
updateControllers() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
updateControllers() - method in class org.herac.tuxguitar.player.NullPlayer
updateControls() - method in class org.herac.tuxguitar.gui.effects.HarmonicEditor
updateItems() - method in class org.herac.tuxguitar.gui.items.ItemManager
updateItems() - method in class org.herac.tuxguitar.gui.transport.SongTransport
updateItems(List) - method in class org.herac.tuxguitar.gui.items.ItemManager
updateLyrics() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
updateMarker(int,String,org.herac.tuxguitar.song.models.RGBColor) - method in class org.herac.tuxguitar.song.managers.SongManager
updateMarker(org.herac.tuxguitar.song.models.Marker) - method in class org.herac.tuxguitar.song.managers.SongManager
updatePlayingMode() - method in class org.herac.tuxguitar.gui.editors.EditorCache
updatePrograms() - method in class org.herac.tuxguitar.player.base.MidiPlayer
updatePrograms() - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
updatePrograms() - method in class org.herac.tuxguitar.player.NullPlayer
updateScroll() - method in class org.herac.tuxguitar.gui.editors.chord.ChordList
updateScroll() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
updateScrolls() - method in class org.herac.tuxguitar.gui.table.SongTableInfo
updateShellFooter(int,int,int) - method in class org.herac.tuxguitar.gui.TuxGuitar
updateSong() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
updateSongTrack() - method in class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
updateTablature() - method in class org.herac.tuxguitar.gui.actions.Action
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeAccentuatedNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeHeavyAccentuatedNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloPickingAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
updateTablature() - method in class org.herac.tuxguitar.gui.actions.note.ShiftNoteUpAction
updateTablature() - method in class org.herac.tuxguitar.gui.editors.tab.Tablature
updateTracks() - method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
USER_CONFIG_PREFIX - static field in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils

V

VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
VALUE - static field in class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
VAR_APP_NAME - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_APP_VERSION - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_FILE_NAME - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_FILE_PATH - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_SONG_ALBUM - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_SONG_AUTHOR - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_SONG_INTERPRET - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VAR_SONG_NAME - static field in class org.herac.tuxguitar.gui.util.WindowTitleUtil
VELOCITY_INCREMENT - static field in class org.herac.tuxguitar.song.models.VelocityValues
VelocityValues - class org.herac.tuxguitar.song.models.VelocityValues
version - field in class org.herac.tuxguitar.io.pt.PTBInputStream
VIEWING_FRETS - static field in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
ViewLayout - class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
ViewToolItems - class org.herac.tuxguitar.gui.items.tool.ViewToolItems
ViewToolItems() - constructor for class org.herac.tuxguitar.gui.items.tool.ViewToolItems
VOLUME - static field in class org.herac.tuxguitar.player.base.MidiControllers

W

WHITE - static field in class org.herac.tuxguitar.song.models.RGBColor
WHOLE - static field in class org.herac.tuxguitar.song.models.Duration
Redonda
widgetDefaultSelected(SelectionEvent) - method in class org.herac.tuxguitar.gui.actions.Action
widgetDisposed(DisposeEvent) - method in class org.herac.tuxguitar.gui.actions.Action
widgetSelected(SelectionEvent) - method in class org.herac.tuxguitar.gui.actions.Action
widgetSelected(SelectionEvent) - method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
widgetSelected(SelectionEvent) - method in class org.herac.tuxguitar.gui.effects.HarmonicEditor
widgetSelected(SelectionEvent) - method in class org.herac.tuxguitar.gui.system.config.items.Option
WIDTH - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
WIDTH - static field in class org.herac.tuxguitar.gui.effects.GraceEditor
WIDTH - static field in class org.herac.tuxguitar.gui.effects.HarmonicEditor
WIDTH - static field in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
WIDTH - static field in class org.herac.tuxguitar.gui.effects.TrillEditor
WINDOW_TITLE - static field in class org.herac.tuxguitar.gui.system.config.ConfigKeys
WindowTitleUtil - class org.herac.tuxguitar.gui.util.WindowTitleUtil
write() - method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
write(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.SongWriter
write(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.tg.TGOutputStream
write(OutputStream) - method in class org.herac.tuxguitar.player.base.MidiPlayer
write(OutputStream) - method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
write(OutputStream) - method in class org.herac.tuxguitar.player.NullPlayer
write(OutputStream,org.herac.tuxguitar.gui.printer.PrintDocument) - static method in class org.herac.tuxguitar.gui.util.PDFWriter
write(String,org.herac.tuxguitar.gui.printer.PrintDocument) - static method in class org.herac.tuxguitar.gui.util.PDFWriter
writeByte(int) - method in class org.herac.tuxguitar.io.tg.TGOutputStream
writeHeader(int) - method in class org.herac.tuxguitar.io.tg.TGOutputStream
writeHeader(int,int) - method in class org.herac.tuxguitar.io.tg.TGOutputStream
writeImage(ImageData,OutputStream,int) - static method in class org.herac.tuxguitar.gui.util.ImageUtils
Escribe el ImageData en el outputStream
writeShort(short) - method in class org.herac.tuxguitar.io.tg.TGOutputStream
writeSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
writeSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.gp.GP3OutputStream
writeSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.gp.GP4OutputStream
writeSong(org.herac.tuxguitar.song.models.Song) - method in class org.herac.tuxguitar.io.gp.GP5OutputStream

X

X_SPAN - static field in class org.herac.tuxguitar.gui.effects.BendEditor
X_SPAN - static field in class org.herac.tuxguitar.gui.effects.TremoloBarEditor

Y

Y_SPAN - static field in class org.herac.tuxguitar.gui.effects.BendEditor
Y_SPAN - static field in class org.herac.tuxguitar.gui.effects.TremoloBarEditor