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 variable in class org.herac.tuxguitar.gui.SystemImages
 
ABOUT_DESCRIPTION - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
ABOUT_LICENSE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
Action - Class in org.herac.tuxguitar.gui.actions
 
Action(String, boolean, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.Action
 
Action(String, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.Action
 
ActionContainer - Class in org.herac.tuxguitar.gui.actions
 
ActionContainer(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.ActionContainer
 
ADD_DEFAULT_CONTROLS - Static variable 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 variable 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 variable 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 variable 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 variable 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(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
 
addDefaultMessages(MidiSequence) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
addEdit(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 in org.herac.tuxguitar.gui.actions.marker
 
AddMarkerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
 
addMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Agrega un Compas
addMeasure(SongTrack, int, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Agrega un Compas
AddMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
AddMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
 
addMeasureHeader(MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongManager
Agrega un Compas
addMeasureHeader(int, MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongManager
Agrega un Compas
addMetronome(MidiSequence, MeasureHeader, long) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
addMixerValues(MidiSequence, int, SongChannel) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
addMixerValues(MidiSequence, int, int, int, int, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
addNewMeasure(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
addNewMeasure(SongTrack, MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
addNewMeasureAfter(SongTrack, MeasureHeader, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Agrega un Compas
addNewMeasureBeforeEnd() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
addNewMeasureBeforeEnd(SongTrack, MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
addNote(PTBInputStream.NoteHelper) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
addNote(Measure, Note) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
addNote(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
addSilence(Measure, Silence) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un silencio al compas
addSilence(Silence) - Method in class org.herac.tuxguitar.song.models.Measure
 
addStartMoveMetaMessage(MidiSequence, long, long) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
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
 
addTimeSignature(long, int, TimeSignature) - Method in class org.herac.tuxguitar.player.base.MidiSequence
 
addTimeSignature(long, int, TimeSignature) - Method in class org.herac.tuxguitar.player.impl.MidiSequenceImpl
 
addTrack(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
AddTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
AddTrackAction(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(Transferable) - Method in class org.herac.tuxguitar.gui.clipboard.ClipBoard
 
addUndoableEdit(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 variable in class org.herac.tuxguitar.gui.util.FileChooser
 
ALL_NOTES_OFF - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
allNotesOff() - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
 
ALLOW_PLAY_CACHE - Static variable in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
ALT_STRING - Static variable 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.
areInSameBeat(MeasureComponent, MeasureComponent) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
areInSameBeat(Measure, Component, Component) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
ArgumentParser - Class in org.herac.tuxguitar.gui.util
 
ArgumentParser(String[]) - Constructor for class org.herac.tuxguitar.gui.util.ArgumentParser
 
ASCIIOutputStream - Class in org.herac.tuxguitar.io.exporter
 
ASCIIOutputStream(PrintStream) - Constructor for class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
 
ASCIITabOutputStream - Class in org.herac.tuxguitar.io.exporter
 
ASCIITabOutputStream(PrintStream) - Constructor for class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
 
ASCIITabOutputStream(String) - Constructor for class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
 
AsyncThread - Class in org.herac.tuxguitar.gui.helper
 
AsyncThread(Runnable) - Constructor for class org.herac.tuxguitar.gui.helper.AsyncThread
 
AUTHORS - Static variable in class org.herac.tuxguitar.gui.doc.DocReader
 
AUTO_SPACING_ENABLE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
AUTO_SPACING_ENABLED - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
AUTO_SPACING_ENABLED - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
autoCompleteSilences(Measure) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
autoCompleteSilences(Measure, List) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Calcula si hay espacios libres.
autoCompleteSilences() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
autoCompleteSilences(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 

B

BALANCE - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
BEND_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
BendEditor - Class in org.herac.tuxguitar.gui.effects
 
BendEditor() - Constructor for class org.herac.tuxguitar.gui.effects.BendEditor
 
BendEffect - Class in org.herac.tuxguitar.song.models.effects
 
BendEffect() - Constructor for class org.herac.tuxguitar.song.models.effects.BendEffect
 
BendEffect.BendPoint - Class in org.herac.tuxguitar.song.models.effects
 
BendEffect.BendPoint(int, int) - Constructor for class org.herac.tuxguitar.song.models.effects.BendEffect.BendPoint
 
BLACK - Static variable in class org.herac.tuxguitar.song.models.RGBColor
 
BLUE - Static variable in class org.herac.tuxguitar.song.models.RGBColor
 
BOTTOM_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 

C

CacheImage - Class in org.herac.tuxguitar.gui.editors.tab
 
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
 
calculateMeasureChanges(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Calcula si debe pintar el TimeSignature
calculateMeasureChanges(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
 
calculateMeasureStartWithRepetitions() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
calculateNoteStartWithRepetitions(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
calculateRealValue() - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
calculateScoreHeight(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
Calcula el el ancho de la partitura
calculateTabHeight(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
Calcula el el ancho de la tablatura
calculateWidth() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Calcula el width del compas
canInsert(Measure, Component, boolean, boolean) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Verifica si el componente se puede insertar en el compas.
CannotInsertTransferException - Exception in org.herac.tuxguitar.gui.clipboard
 
CannotInsertTransferException() - Constructor for exception org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
 
CannotInsertTransferException(String) - Constructor for exception org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
 
CannotInsertTransferException(String, Throwable) - Constructor for exception org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
 
CannotInsertTransferException(Throwable) - Constructor for exception org.herac.tuxguitar.gui.clipboard.CannotInsertTransferException
 
CannotRedoException - Exception in org.herac.tuxguitar.gui.undo
 
CannotRedoException() - Constructor for exception org.herac.tuxguitar.gui.undo.CannotRedoException
 
CannotRedoException(String) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotRedoException
 
CannotRedoException(String, Throwable) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotRedoException
 
CannotRedoException(Throwable) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotRedoException
 
CannotUndoException - Exception in org.herac.tuxguitar.gui.undo
 
CannotUndoException() - Constructor for exception org.herac.tuxguitar.gui.undo.CannotUndoException
 
CannotUndoException(String) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotUndoException
 
CannotUndoException(String, Throwable) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotUndoException
 
CannotUndoException(Throwable) - Constructor for exception org.herac.tuxguitar.gui.undo.CannotUndoException
 
canRedo() - Method in interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
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.JoinedUndoable
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
canRedo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
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.track.UndoableRemoveTrack
 
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 interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
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.JoinedUndoable
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
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.track.UndoableRemoveTrack
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
 
canUndo() - Method in class org.herac.tuxguitar.gui.undo.UndoManager
 
Caret - Class in org.herac.tuxguitar.gui.editors.tab
 
Caret(Tablature, SongManager, SongCoords) - Constructor for class org.herac.tuxguitar.gui.editors.tab.Caret
 
changeAccentuatedNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un AccentuatedNote
ChangeAccentuatedNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeAccentuatedNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeAccentuatedNoteAction
 
changeBendNote(Measure, long, int, BendEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un bend
ChangeBendNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeBendNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeBendNoteAction
 
changeClef(SongTrack, long, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
changeClef(SongTrack, Measure, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Cambia el Clef
ChangeClefAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeClefAction(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(Note) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega una nota muerta
ChangeDeadNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeDeadNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeDeadNoteAction
 
ChangeDottedDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
ChangeDottedDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.ChangeDottedDurationAction
 
ChangeDoubleDottedDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
ChangeDoubleDottedDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.ChangeDoubleDottedDurationAction
 
changeDuration(Duration) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
changeDuration(Measure, Component, Duration) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Cambia la Duracion del componente.
changeDuration(Measure, Component, Duration, boolean) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Cambia la Duracion del componente.
changeFadeIn(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un fadeIn
ChangeFadeInAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeFadeInAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeFadeInAction
 
changeGhostNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un GhostNote
ChangeGhostNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeGhostNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeGhostNoteAction
 
changeGraceNote(Measure, long, int, GraceEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un grace
ChangeGraceNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeGraceNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeGraceNoteAction
 
changeHammerNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un hammer
ChangeHammerNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeHammerNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeHammerNoteAction
 
changeHarmonicNote(Measure, long, int, HarmonicEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un harmonic
ChangeHarmonicNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeHarmonicNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeHarmonicNoteAction
 
changeHeavyAccentuatedNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un GhostNote
ChangeHeavyAccentuatedNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeHeavyAccentuatedNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeHeavyAccentuatedNoteAction
 
changeInfo(SongTrack, String, RGBColor, int) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
ChangeInfoAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeInfoAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeInfoAction
 
changeInstrument(SongTrack, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
changeInstrumentStrings(SongTrack, List) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
changeKeySignature(SongTrack, long, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
changeKeySignature(SongTrack, Measure, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Cambia el Key Signature
ChangeKeySignatureAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeKeySignatureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeKeySignatureAction
 
ChangeNoteAction - Class in org.herac.tuxguitar.gui.actions.note
 
ChangeNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
 
changeOpenRepeat(long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
changePalmMute(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un palm-mute
ChangePalmMuteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangePalmMuteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangePalmMuteAction
 
changePopping(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un popping
ChangePoppingAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangePoppingAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangePoppingAction
 
changeSlapping(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un slapping
ChangeSlappingAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeSlappingAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeSlappingAction
 
changeSlideNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un slide
ChangeSlideNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeSlideNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeSlideNoteAction
 
changeStaccato(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un staccato
ChangeStaccatoAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeStaccatoAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeStaccatoAction
 
changeTapping(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un tapping
ChangeTappingAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeTappingAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTappingAction
 
changeTempo(long, Tempo, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
changeTempo(MeasureHeader, Tempo, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
ChangeTempoAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeTempoAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction
 
ChangeTiedNoteAction - Class in org.herac.tuxguitar.gui.actions.note
 
ChangeTiedNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
 
changeTieNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Liga la nota
changeTieNote(Note) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Liga la nota
changeTimeSignature(long, TimeSignature, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
changeTimeSignature(MeasureHeader, TimeSignature, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
ChangeTimeSignatureAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeTimeSignatureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
 
ChangeTrackPropertiesAction - Class in org.herac.tuxguitar.gui.actions.track
 
ChangeTrackPropertiesAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
 
changeTremoloBar(Measure, long, int, TremoloBarEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un tremoloBar
ChangeTremoloBarAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeTremoloBarAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloBarAction
 
changeTremoloPicking(Measure, long, int, TremoloPickingEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un tremolo picking
ChangeTremoloPickingAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeTremoloPickingAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTremoloPickingAction
 
changeTrillNote(Measure, long, int, TrillEffect) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un trill
ChangeTrillNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeTrillNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeTrillNoteAction
 
changeTripletFeel(long, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
changeTripletFeel(MeasureHeader, int, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
ChangeTripletFeelAction - Class in org.herac.tuxguitar.gui.actions.composition
 
ChangeTripletFeelAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
 
ChangeTupletoDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
ChangeTupletoDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.ChangeTupletoDurationAction
 
changeVelocity(int, Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Cambia el Velocity
ChangeVelocityAction - Class in org.herac.tuxguitar.gui.actions.note
 
ChangeVelocityAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
 
changeVibratoNote(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Agrega un vibrato
ChangeVibratoNoteAction - Class in org.herac.tuxguitar.gui.actions.effects
 
ChangeVibratoNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.effects.ChangeVibratoNoteAction
 
CHANNEL_MUTE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
CHANNEL_SOLO - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
check(NoteCoords, int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
checkSong(Song) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
checkSoundbank() - Method in class org.herac.tuxguitar.gui.TuxGuitar
 
checkTopSpan(TrackSpacing) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
checkValues(NoteCoords) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
Chord - Class in org.herac.tuxguitar.song.models
 
Chord(int) - Constructor for class org.herac.tuxguitar.song.models.Chord
 
CHORD_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
ChordCreatorUtil - Class in org.herac.tuxguitar.gui.editors.chord
 
ChordCreatorUtil(int[], int[], int, int, int) - Constructor for class org.herac.tuxguitar.gui.editors.chord.ChordCreatorUtil
 
ChordCustomList - Class in org.herac.tuxguitar.gui.editors.chord
 
ChordCustomList(Composite, int, int, ChordEditor) - Constructor for class org.herac.tuxguitar.gui.editors.chord.ChordCustomList
 
ChordEditor - Class in org.herac.tuxguitar.gui.editors.chord
 
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 in org.herac.tuxguitar.gui.editors.chord
 
ChordList(Composite) - Constructor for class org.herac.tuxguitar.gui.editors.chord.ChordList
 
ChordMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
ChordMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
 
ChordReader - Class in org.herac.tuxguitar.gui.editors.chord.xml
 
ChordReader() - Constructor for class org.herac.tuxguitar.gui.editors.chord.xml.ChordReader
 
ChordSelector - Class in org.herac.tuxguitar.gui.editors.chord
 
ChordSelector(Composite, int) - Constructor for class org.herac.tuxguitar.gui.editors.chord.ChordSelector
 
ChordWriter - Class in org.herac.tuxguitar.gui.editors.chord.xml
 
ChordWriter() - Constructor for class org.herac.tuxguitar.gui.editors.chord.xml.ChordWriter
 
CHORUS - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
ClassLoaderUtil - Class in org.herac.tuxguitar.gui.util
 
ClassLoaderUtil() - Constructor for class org.herac.tuxguitar.gui.util.ClassLoaderUtil
 
CleanBeatAction - Class in org.herac.tuxguitar.gui.actions.note
 
CleanBeatAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
 
CleanMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
CleanMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
 
clear() - Method in class org.herac.tuxguitar.gui.printer.PrintDocument
 
clear() - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
clear() - Method in class org.herac.tuxguitar.song.models.MusicScale
 
clearAfter(int) - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
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 variable in class org.herac.tuxguitar.gui.SystemImages
 
CLEF_ALTO - Static variable in class org.herac.tuxguitar.song.models.Measure
 
CLEF_BASS - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
CLEF_BASS - Static variable in class org.herac.tuxguitar.song.models.Measure
 
CLEF_TENOR - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
CLEF_TENOR - Static variable in class org.herac.tuxguitar.song.models.Measure
 
CLEF_TREBLE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
CLEF_TREBLE - Static variable in class org.herac.tuxguitar.song.models.Measure
 
ClipBoard - Class in org.herac.tuxguitar.gui.clipboard
 
ClipBoard() - Constructor for class org.herac.tuxguitar.gui.clipboard.ClipBoard
 
clone() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
clone() - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
 
clone(List) - Method in class org.herac.tuxguitar.song.helpers.TrackMeasure
 
clone() - Method in class org.herac.tuxguitar.song.helpers.TracksMeasures
 
clone() - Method in class org.herac.tuxguitar.song.models.Chord
 
clone() - Method in interface 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.BendEffect.BendPoint
 
clone() - Method in class org.herac.tuxguitar.song.models.effects.BendEffect
 
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.effects.TremoloBarEffect
 
clone() - Method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect.TremoloBarPoint
 
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.InstrumentString
 
clone() - Method in class org.herac.tuxguitar.song.models.Marker
 
clone(MeasureHeader) - Method in class org.herac.tuxguitar.song.models.Measure
 
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(List) - Method in class org.herac.tuxguitar.song.models.SongTrack
 
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.models.Tupleto
 
cloneSong(Song) - Static method in class org.herac.tuxguitar.song.util.UndoableUtil
 
cloneTrack(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
CloneTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
CloneTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
 
close() - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
close() - Method in class org.herac.tuxguitar.gui.util.SplashShell
 
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 interface 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_REPEAT_IMAGE - Static variable 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 in org.herac.tuxguitar.gui.actions.insert
 
CloseRepeatAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
 
COLOR_LINE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
COLOR_PLAY_NOTE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
COLOR_SCORE_NOTE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
COLOR_TAB_NOTE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
Component - Interface in org.herac.tuxguitar.song.models
 
COMPONENT_EFFECT - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_NEXT_BEAT - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_NEXT_DURATION - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_NOTE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_SILENCE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_TIEDNOTE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
COMPONENT_VELOCITY - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
CompositionMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
CompositionMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
 
CompositionToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
CompositionToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
 
ConfigDefaults - Class in org.herac.tuxguitar.gui.system.config
 
ConfigDefaults() - Constructor for class org.herac.tuxguitar.gui.system.config.ConfigDefaults
 
ConfigEditor - Class in org.herac.tuxguitar.gui.system.config
 
ConfigEditor() - Constructor for class org.herac.tuxguitar.gui.system.config.ConfigEditor
 
ConfigKeys - Class in org.herac.tuxguitar.gui.system.config
 
ConfigKeys() - Constructor for class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
ConfigManager - Class in org.herac.tuxguitar.gui.system.config
 
ConfigManager() - Constructor for class org.herac.tuxguitar.gui.system.config.ConfigManager
 
ConfigureKeyBindingsAction - Class in org.herac.tuxguitar.gui.actions.settings
 
ConfigureKeyBindingsAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.settings.ConfigureKeyBindingsAction
 
confirm() - Method in class org.herac.tuxguitar.gui.util.ConfirmDialog
 
ConfirmDialog - Class in org.herac.tuxguitar.gui.util
 
ConfirmDialog(Shell, String) - Constructor for class org.herac.tuxguitar.gui.util.ConfirmDialog
 
connect(Receiver) - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Conecta el Synthesizer al Sequencer
connect() - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Conecta el Synthesizer al Sequencer
CONTROL_STRING - Static variable 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 in org.herac.tuxguitar.gui.actions.measure
 
CopyMeasureAction(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, SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
copyMeasures(SongTrack, long, long) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
count() - Method in class org.herac.tuxguitar.gui.printer.PrintDocument
 
count() - Method in class org.herac.tuxguitar.song.models.Chord
 
countChords() - Method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
 
countMeasures() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
countMeasures(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(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Crea los valores necesarios
create(int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
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.items.xml.ToolBarsWriter
 
createDocument() - Static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter
 
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(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 in org.herac.tuxguitar.gui.editors.chord
 
CustomChordManager() - Constructor for class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
 

D

DATA_ENTRY_COARSE - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
DEAD_NOTE_IMAGE - Static variable 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 in org.herac.tuxguitar.gui.actions.duration
 
DecrementDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
 
DecrementNoteSemitoneAction - Class in org.herac.tuxguitar.gui.actions.note
 
DecrementNoteSemitoneAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
 
DEFAULT - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
DEFAULT_CLEF_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Espacio por defecto de la clave
DEFAULT_EFFECT_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_EXPORT_FLAGS - Static variable in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
DEFAULT_FIRST_TRACK_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
DEFAULT_FIRST_TRACK_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_HORIZONTAL_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_INDENT - Static variable in class org.herac.tuxguitar.gui.system.config.items.Option
 
DEFAULT_LEFT_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto a la izquierda
DEFAULT_MIN_TOP_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_MODE - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_PERCUSION_CHANNEL - Static variable in class org.herac.tuxguitar.song.models.SongChannel
 
DEFAULT_PLAY_FLAGS - Static variable in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
DEFAULT_QUARTER_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Espacio por defecto entre negra y negra
DEFAULT_RIGHT_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto a la derecha
DEFAULT_SCORE_LINE_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
DEFAULT_SCORE_LINE_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_SCORE_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
DEFAULT_SCORE_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_STRING_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
DEFAULT_STRING_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DEFAULT_TIME_SIGNATURE_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
Espacio por defecto del timeSignature
DEFAULT_TRACK_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
DEFAULT_TRACK_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
DESCRIPTION - Static variable in class org.herac.tuxguitar.gui.doc.DocReader
 
DIRECTION_DOWN - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
DIRECTION_UP - Static variable 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.fretboard.FretBoard
 
dispose() - Method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
 
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.editors.tab.CacheImage
 
dispose() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
dispose() - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
dispose() - Method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
dispose() - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
DisposeAction - Class in org.herac.tuxguitar.gui.actions.dispose
 
DisposeAction(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.layout.ViewLayout
 
disposeTracks() - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.Action
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.caret.GoDownAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.caret.GoRightAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.caret.GoUpAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.composition.ChangeClefAction
 
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.composition.ChangeTempoAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.composition.ChangeTimeSignatureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.composition.ChangeTripletFeelAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.dispose.DisposeAction
 
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.duration.ChangeTupletoDurationAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.duration.DecrementDurationAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
 
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.duration.SetQuarterDurationAction
 
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.edit.RedoAction
 
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.edit.SetNaturalKeyAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.edit.UndoAction
 
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.effects.ChangeDeadNoteAction
 
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.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.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.effects.ChangeVibratoNoteAction
 
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.file.ImportMidiAction
 
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.file.PrintAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
 
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.help.ShowAboutDialogAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.layout.SetLinearLayoutAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.layout.SetMultitrackViewAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.layout.SetPageLayoutAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.layout.SetScoreEnabledAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.AddMarkerAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.marker.ListMarkersAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.CopyMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
Deprecated.  
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.ChangeNoteAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
 
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.player.PlaySongAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.player.StopSongAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.settings.ConfigureKeyBindingsAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.AddTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.ChangeTrackPropertiesAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.CloneTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
 
doAction(TypedEvent) - Method in class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
 
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.track.RemoveTrackAction
 
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
 
DocReader - Class in org.herac.tuxguitar.gui.doc
 
DocReader() - Constructor for class org.herac.tuxguitar.gui.doc.DocReader
 
DOTTED_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DOUBLE_DOTTED_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DOWN - Static variable in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
DOWN_OFFSET - Static variable 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 in org.herac.tuxguitar.song.models
 
Duration(int, boolean, boolean, Tupleto) - Constructor for class org.herac.tuxguitar.song.models.Duration
 
Duration(int) - Constructor for class org.herac.tuxguitar.song.models.Duration
 
DURATION_DOTTED - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
DURATION_DOUBLE_DOTTED - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
DURATION_TUPLETO - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
DurationCoords - Class in org.herac.tuxguitar.gui.editors.tab
 
DurationCoords() - Constructor for class org.herac.tuxguitar.gui.editors.tab.DurationCoords
 
DurationMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
DurationMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
 
DurationToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
DurationToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.DurationToolItems
 
DYNAMIC_FORTE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_FORTE_FORTISSIMO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_FORTISSIMO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_MEZZO_FORTE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_MEZZO_PIANO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_PIANISSIMO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_PIANO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DYNAMIC_PIANO_PIANISSIMO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
DynamicMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
DynamicMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
 
DynamicToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
DynamicToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
 

E

EDIT_MODE_EDITION - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EDIT_MODE_EDITION_NO_NATURAL - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EDIT_MODE_SELECTION - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EDIT_REDO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EDIT_UNDO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EditConfigAction - Class in org.herac.tuxguitar.gui.actions.settings
 
EditConfigAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.settings.EditConfigAction
 
EditLyricsAction - Class in org.herac.tuxguitar.gui.actions.track
 
EditLyricsAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.EditLyricsAction
 
EditMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
EditMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.EditMenuItem
 
EDITOR_MOUSE_MODE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
EDITOR_NATURAL_KEY_MODE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
EditorCache - Class in org.herac.tuxguitar.gui.editors
 
EditorCache() - Constructor for class org.herac.tuxguitar.gui.editors.EditorCache
 
EditorKit - Class in org.herac.tuxguitar.gui.editors.tab.edit
 
EditorKit(Tablature) - Constructor for class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
 
EditToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
EditToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.EditToolItems
 
EFFECT_ACCENTUATED - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_ACCENTUATED - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_BEND - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_BEND - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_DEAD - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_DEAD - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_FADE_IN - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_FADE_IN - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_GHOST - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_GHOST - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_GRACE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_GRACE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_HAMMER - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_HAMMER - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_HARMONIC - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_HARMONIC - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_HEAVY_ACCENTUATED - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_HEAVY_ACCENTUATED - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_PALM_MUTE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_PALM_MUTE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_POPPING - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_POPPING - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_SLAPPING - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_SLAPPING - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_SLIDE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_SLIDE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_STACCATO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_STACCATO - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_TAPPING - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_TAPPING - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_TREMOLO_BAR - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_TREMOLO_BAR - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_TREMOLO_PICKING - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_TREMOLO_PICKING - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_TRILL - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_TRILL - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EFFECT_VIBRATO - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
EFFECT_VIBRATO - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
EIGHTH - Static variable in class org.herac.tuxguitar.song.models.Duration
Corchea.
endUndo(int, boolean) - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeClef
 
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.UndoableChangeKeySignature
 
endUndo(Marker) - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
 
endUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeOpenRepeat
 
endUndo(Tempo) - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTempo
 
endUndo(TimeSignature, boolean) - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTimeSignature
 
endUndo(int, boolean) - Method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeTripletFeel
 
endUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
 
endUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
endUndo(TracksMeasures, int, int, long) - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
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(TracksMeasures, int, int, long) - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
 
endUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackDown
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableMoveTrackUp
 
endUndo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableRemoveTrack
 
endUndo(SongTrack) - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
 
ENTER - Static variable 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 variable in class org.herac.tuxguitar.gui.util.FileChooser
 
EXPORT_MIDI_FORMAT - Static variable in class org.herac.tuxguitar.gui.util.FileChooser
 
EXPORT_PDF_FORMAT - Static variable in class org.herac.tuxguitar.gui.util.FileChooser
 
ExportASCIIAction - Class in org.herac.tuxguitar.gui.actions.file
 
ExportASCIIAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.file.ExportASCIIAction
 
ExportMidiAction - Class in org.herac.tuxguitar.gui.actions.file
 
ExportMidiAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.file.ExportMidiAction
 
ExportPDFAction - Class in org.herac.tuxguitar.gui.actions.file
 
ExportPDFAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
 

F

FileChooser - Class in org.herac.tuxguitar.gui.util
 
FileChooser() - Constructor for class org.herac.tuxguitar.gui.util.FileChooser
 
FileFormatFormatException - Exception in org.herac.tuxguitar.io
 
FileFormatFormatException() - Constructor for exception org.herac.tuxguitar.io.FileFormatFormatException
 
FileFormatFormatException(String, Throwable) - Constructor for exception org.herac.tuxguitar.io.FileFormatFormatException
 
FileFormatFormatException(String) - Constructor for exception org.herac.tuxguitar.io.FileFormatFormatException
 
FileFormatFormatException(Throwable) - Constructor for exception org.herac.tuxguitar.io.FileFormatFormatException
 
FileHistory - Class in org.herac.tuxguitar.gui.helper
 
FileHistory() - Constructor for class org.herac.tuxguitar.gui.helper.FileHistory
 
FileMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
FileMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.FileMenuItem
 
FileToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
FileToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.FileToolItems
 
findServices() - Method in class org.herac.tuxguitar.gui.printer.PrintDialog
 
fireChanges(SongChannel) - Method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
fireChanges() - Method in class org.herac.tuxguitar.gui.mixer.TrackMixer
 
fireChannelChange(SongChannel) - Method in class org.herac.tuxguitar.gui.table.SongTableInfo
 
fireUpdate(int, boolean) - Method in class org.herac.tuxguitar.gui.actions.Action
 
fireUpdate(int) - Method in class org.herac.tuxguitar.gui.actions.Action
 
fireUpdate(int, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
fireUpdate() - Method in class org.herac.tuxguitar.gui.table.SongTableInfo
 
fireUpdate() - Method in class org.herac.tuxguitar.gui.TuxGuitar
 
FIRST_TRACK_SPAN - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FLAT - Static variable in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
flush() - Method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
 
followMeasure(MeasureCoords, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
 
followMeasure(MeasureCoords, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
 
followMeasure(MeasureCoords, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
followMeasure(MeasureCoords, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
FONT_ABOUT_DIALOG_TITLE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_DEFAULT - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_GRACE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_LYRIC - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_NOTE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_PRINTER_DEFAULT - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_PRINTER_NOTE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_PRINTER_TIME_SIGNATURE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FONT_TIME_SIGNATURE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FORTE - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
FORTE_FORTISSIMO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
FORTISSIMO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
FRET_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
FretBoard - Class in org.herac.tuxguitar.gui.editors.fretboard
 
FretBoard(Composite, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 
FRETBOARD_FIRST_FRET_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
FRETBOARD_FRET_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
FRETBOARD_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
FRETBOARD_STRING_SPAN - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
FretBoardEditor - Class in org.herac.tuxguitar.gui.editors
 
FretBoardEditor(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.editors.FretBoardEditor
 
fromTime(long) - Static method in class org.herac.tuxguitar.song.models.Duration
 
fromTime(long, 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
 
getActionForKeyBinding(KeyBinding) - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
 
getAlbum() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
getAlbum() - Method in class org.herac.tuxguitar.song.models.Song
 
getAuthor() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
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(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.io.pt.PTBInputStream.NoteHelper
 
getBend() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
getBooleanConfigValue(String, boolean) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
getBooleanConfigValue(String) - 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.io.pt.PTBInputStream.TrackInfo
 
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 interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
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
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
getComponentAt(int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el componente mas cercano a X
getComponentAtSameBeat(List, Component) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
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(long) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Todos los Componentes en la posicion Start
getComponents() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
getComponents(Measure) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
getComponents(List, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna los componentes en la posicion start
getComponentsBeforeEnd(long) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna Todos los desde Start hasta el final del compas
getComponentsBeforeEnd(List, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
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
 
getConfigOption(ConfigEditor, ToolBar, Composite) - Method in interface org.herac.tuxguitar.player.base.MidiPlayer
 
getConfigOption(ConfigEditor, ToolBar, Composite) - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
 
getConfigOption(ConfigEditor, ToolBar, Composite) - Method in class org.herac.tuxguitar.player.NullPlayer
 
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.gui.printer.PrintPage
 
getData() - Method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
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 interface 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 interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
getDuration() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
getDuration() - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna la duracion de la nota
getDuration() - Method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
 
getDuration(int) - Static method in class org.herac.tuxguitar.gui.SystemImages
 
getDuration() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
getDuration() - Method in interface org.herac.tuxguitar.song.models.Component
 
getDuration() - Method in class org.herac.tuxguitar.song.models.effects.GraceEffect
 
getDuration() - Method in class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
 
getDuration() - Method in class org.herac.tuxguitar.song.models.effects.TrillEffect
 
getDuration() - Method in class org.herac.tuxguitar.song.models.Note
 
getDuration() - Method in class org.herac.tuxguitar.song.models.Silence
 
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.items.ToolItems
 
getEditor() - Method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
 
getEditor() - Method in class org.herac.tuxguitar.gui.system.config.items.Option
 
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(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(short, boolean) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getFreeChannel(List, short, boolean) - Static 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(long) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
getHeader() - Method in class org.herac.tuxguitar.song.models.Measure
 
getHeaderByIndex(int) - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
getHeaderHeight() - Method in class org.herac.tuxguitar.gui.table.SongTable
 
getHeaderHeight() - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
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.layout.ViewLayout
 
getHeight() - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout.TrackPosition
 
getHeight() - Method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
 
getHeight() - Method in class org.herac.tuxguitar.gui.effects.BendEditor
 
getHeight() - Method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 
getHeight() - Method in class org.herac.tuxguitar.gui.table.SongTableInfo
 
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 interface 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, int) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
getIntConfigValue(String) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
getInterpret() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
getInterpret() - Method in class org.herac.tuxguitar.song.models.Song
 
getInUSQ() - Method in class org.herac.tuxguitar.song.models.Tempo
 
getItem() - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
getItem(int) - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
getItemCount() - Method in class org.herac.tuxguitar.gui.table.SongTable
 
getItemCount() - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
getItemHeight() - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
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(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(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getMarker() - Method in class org.herac.tuxguitar.song.models.Measure
 
getMarker() - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
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.MeasureCoords.BeatPosition
 
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.gui.editors.tab.MeasureCoords
Retorna el Compas
getMeasure(Measure) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getMeasure(SongTrack, long) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
getMeasure(SongTrack, int) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
getMeasure() - Method in class org.herac.tuxguitar.song.models.Marker
 
getMeasureAt(int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getMeasureAt(SongTrack, long) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
getMeasureComponent(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(SongTrackCoords, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
 
getMeasureCoords(long) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
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.helpers.TracksMeasures
 
getMeasureHeaders() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getMeasureHeaders() - Method in class org.herac.tuxguitar.song.models.Song
 
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.helpers.TrackMeasure
 
getMeasures(long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getMeasures() - Method in class org.herac.tuxguitar.song.models.SongTrack
 
getMeasuresBeforeEnd(SongTrack, long) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Retorna Todos los desde Start hasta el final del compas
getMeasuresBetween(SongTrack, long, long) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Retorna Todos los desde Start hasta el final del compas
getMeasuresCoords() - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getMeasureString(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 interface 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.MeasureCoords.BeatPosition
 
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
 
getMultiBarRest() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
getName() - Method in class org.herac.tuxguitar.gui.actions.Action
 
getName() - Method in class org.herac.tuxguitar.gui.items.ToolItems
 
getName() - Method in class org.herac.tuxguitar.gui.scale.ScaleInfo
 
getName() - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
getName() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
getName() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
getName() - Method in class org.herac.tuxguitar.song.models.Chord
 
getName() - Method in class org.herac.tuxguitar.song.models.Song
 
getName() - Method in class org.herac.tuxguitar.song.models.SongTrack
 
getNextComponent(MeasureComponent) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Siguiente Componente
getNextComponent(List, Component) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Siguiente Componente
getNextMarker(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getNextMeasure(MeasureCoords) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getNextMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
getNextMeasureHeader(MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getNextNoteComponent(MeasureComponent, int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Siguiente Componente en la cuerda.
getNextNoteComponent(MeasureComponent) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Siguiente Componente que sea de una nota
getNextSilence(Measure, Component) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Siguiente Componente que sea de un silencio
getNextSilenceComponent(MeasureComponent) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Siguiente Componente que sea de un silencio
getNextTrack(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(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna las Nota en la posicion y cuerda
getNote(int) - Method in class org.herac.tuxguitar.song.models.MusicScale
 
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, Note) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
getNotes() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
getNotes(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna Todas las Notas en la posicion Start
getNotes() - Method in class org.herac.tuxguitar.song.models.Measure
 
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.io.pt.PTBInputStream.BarHelper
 
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.gui.editors.tab.Caret
 
getPosition(int) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
getPosition() - Method in class org.herac.tuxguitar.io.exporter.ASCIIOutputStream
 
getPosition() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BarHelper
 
getPosition() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
getPosition() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TempoHelper
 
getPosition() - Method in class org.herac.tuxguitar.song.models.effects.BendEffect.BendPoint
 
getPosition() - Method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect.TremoloBarPoint
 
getPosX() - Method in interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
getPosX() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
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.layout.ViewLayout.TrackPosition
 
getPosY() - Method in interface 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
 
getPreviousComponent(MeasureComponent) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Retorna el Componente Anterior
getPreviousComponent(List, Component) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna el Componente Anterior
getPreviousMarker(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getPrevMeasure(MeasureCoords) - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getPrevMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
getPrevMeasureHeader(MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getPrevTrack(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(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(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Retorna los silencios en la posicion start
getSilences() - Method in class org.herac.tuxguitar.song.models.Measure
 
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.layout.ViewLayout
 
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
 
getSongTrackCoords() - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
getSoundbank() - Method in interface 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 interface 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(Component) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
getSpanForQuarter(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(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
getStaff() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.GuitarInHelper
 
getStart() - Method in interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
getStart() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
getStart() - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Retorna el start de la nota
getStart() - Method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
 
getStart() - Method in interface org.herac.tuxguitar.song.models.Component
 
getStart() - Method in class org.herac.tuxguitar.song.models.Measure
 
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.song.models.Silence
 
getStartPosition(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.io.pt.PTBInputStream.NoteHelper
 
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, String) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
getStringConfigValue(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.io.pt.PTBInputStream.TrackInfo
 
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 interface 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.tab.layout.ViewLayout
 
getTablature() - Method in class org.herac.tuxguitar.gui.editors.TablatureEditor
 
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
 
getTempLines(int, List, int, TrackSpacing) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
 
getTempLines(int, List, int, TrackSpacing) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
getTempo() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TempoHelper
 
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 interface 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
 
getTime(long) - Method in class org.herac.tuxguitar.song.models.effects.BendEffect.BendPoint
 
getTime(long) - Method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect.TremoloBarPoint
 
getTimes() - Method in class org.herac.tuxguitar.song.models.Tupleto
 
getTimeSignature() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BarHelper
 
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.gui.util.SystemError
 
getTitle() - Method in class org.herac.tuxguitar.song.models.Marker
 
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.layout.ViewLayout.TrackPosition
 
getTrack(int) - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
getTrack(SongTrack) - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
getTrack() - Method in class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
getTrack() - Method in class org.herac.tuxguitar.gui.mixer.TrackMixer
 
getTrack(int, int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
getTrack() - Method in class org.herac.tuxguitar.song.helpers.TrackMeasure
 
getTrack(Measure) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
getTrack(long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
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(int) - Method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
 
getTrackCoords() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
getTrackCoords() - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
getTrackCount() - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
getTrackInfo() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.GuitarInHelper
 
getTrackInfoNumber() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
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
 
getTrackNumber() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackHelper
 
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
 
getTrackType() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackHelper
 
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.gui.effects.TremoloBarEditor
 
getTremoloBar() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
getTremoloPicking() - Method in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
 
getTremoloPicking() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
getTrill() - Method in class org.herac.tuxguitar.gui.effects.TrillEditor
 
getTrill() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
getTripletFeel(int) - Static method in class org.herac.tuxguitar.gui.SystemImages
 
getTripletFeel() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TempoHelper
 
getTripletFeel() - Method in class org.herac.tuxguitar.song.models.Measure
 
getTripletFeel() - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
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.io.pt.PTBInputStream.TrackInfo
 
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(int) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
getValue() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
getValue() - Method in class org.herac.tuxguitar.song.models.Duration
 
getValue() - Method in class org.herac.tuxguitar.song.models.effects.BendEffect.BendPoint
 
getValue() - Method in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect.TremoloBarPoint
 
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
 
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 interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
getVersion() - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
getViewLayout() - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
getVoice1() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackHelper
 
getVoice2() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackHelper
 
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.editors.chord.ChordEditor
 
getWidth() - Method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 
getWidth() - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
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.BendEditor
 
getWidth() - Method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 
getY1(ViewLayout, NoteCoords, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
getY2(ViewLayout, int, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
GoDownAction - Class in org.herac.tuxguitar.gui.actions.caret
 
GoDownAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.caret.GoDownAction
 
GoFirstMarkerAction - Class in org.herac.tuxguitar.gui.actions.marker
 
GoFirstMarkerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.marker.GoFirstMarkerAction
 
GoFirstMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
GoFirstMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.GoFirstMeasureAction
 
GoFirstTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
GoFirstTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.GoFirstTrackAction
 
GoLastMarkerAction - Class in org.herac.tuxguitar.gui.actions.marker
 
GoLastMarkerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.marker.GoLastMarkerAction
 
GoLastMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
GoLastMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.GoLastMeasureAction
 
GoLastTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
GoLastTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.GoLastTrackAction
 
GoLeftAction - Class in org.herac.tuxguitar.gui.actions.caret
 
GoLeftAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.caret.GoLeftAction
 
GoNextMarkerAction - Class in org.herac.tuxguitar.gui.actions.marker
 
GoNextMarkerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.marker.GoNextMarkerAction
 
GoNextMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
GoNextMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.GoNextMeasureAction
 
GoNextTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
GoNextTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.GoNextTrackAction
 
GoPreviousMarkerAction - Class in org.herac.tuxguitar.gui.actions.marker
 
GoPreviousMarkerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.marker.GoPreviousMarkerAction
 
GoPreviousMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
GoPreviousMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.GoPreviousMeasureAction
 
GoPreviousTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
GoPreviousTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.GoPreviousTrackAction
 
GoRightAction - Class in org.herac.tuxguitar.gui.actions.caret
 
GoRightAction(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(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(Marker) - Method in class org.herac.tuxguitar.gui.marker.MarkerNavigator
 
goToTickPosition() - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
GoToTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
GoToTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.GoToTrackAction
 
GoUpAction - Class in org.herac.tuxguitar.gui.actions.caret
 
GoUpAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.caret.GoUpAction
 
GP3InputStream - Class in org.herac.tuxguitar.io.gp
 
GP3InputStream(InputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP3InputStream
 
GP3InputStream(String) - Constructor for class org.herac.tuxguitar.io.gp.GP3InputStream
 
GP3OutputStream - Class in org.herac.tuxguitar.io.gp
 
GP3OutputStream(OutputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP3OutputStream
 
GP4InputStream - Class in org.herac.tuxguitar.io.gp
 
GP4InputStream(InputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP4InputStream
 
GP4InputStream(String) - Constructor for class org.herac.tuxguitar.io.gp.GP4InputStream
 
GP4OutputStream - Class in org.herac.tuxguitar.io.gp
 
GP4OutputStream(OutputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP4OutputStream
 
GP5InputStream - Class in org.herac.tuxguitar.io.gp
 
GP5InputStream(InputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP5InputStream
 
GP5InputStream(String) - Constructor for class org.herac.tuxguitar.io.gp.GP5InputStream
 
GP5OutputStream - Class in org.herac.tuxguitar.io.gp
 
GP5OutputStream(OutputStream) - Constructor for class org.herac.tuxguitar.io.gp.GP5OutputStream
 
GPFormatException - Exception in org.herac.tuxguitar.io.gp
 
GPFormatException(String) - Constructor for exception org.herac.tuxguitar.io.gp.GPFormatException
 
GRACE_FLAG_DEAD - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
GRACE_FLAG_ON_BEAT - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
GRACE_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
GraceEditor - Class in org.herac.tuxguitar.gui.effects
 
GraceEditor() - Constructor for class org.herac.tuxguitar.gui.effects.GraceEditor
 
GraceEffect - Class in org.herac.tuxguitar.song.models.effects
 
GraceEffect(int, int, int, int, boolean, boolean) - Constructor for class org.herac.tuxguitar.song.models.effects.GraceEffect
 
GREEN - Static variable in class org.herac.tuxguitar.song.models.RGBColor
 

H

HALF - Static variable in class org.herac.tuxguitar.song.models.Duration
Blanca.
HarmonicEditor - Class in org.herac.tuxguitar.gui.effects
 
HarmonicEditor() - Constructor for class org.herac.tuxguitar.gui.effects.HarmonicEditor
 
HarmonicEffect - Class in org.herac.tuxguitar.song.models.effects
 
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.fretboard.FretBoard
 
hasChanges() - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
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 - Variable in class org.herac.tuxguitar.io.pt.PTBInputStream
 
HEIGHT - Static variable in class org.herac.tuxguitar.gui.effects.GraceEditor
 
HEIGHT - Static variable in class org.herac.tuxguitar.gui.effects.HarmonicEditor
 
HEIGHT - Static variable in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
 
HEIGHT - Static variable in class org.herac.tuxguitar.gui.effects.TrillEditor
 
HEIGHT - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
HelpMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
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 variable 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 in org.herac.tuxguitar.gui.util
 
ImageUtils() - Constructor for class org.herac.tuxguitar.gui.util.ImageUtils
 
IMPORT_MIDI_FORMAT - Static variable in class org.herac.tuxguitar.gui.util.FileChooser
 
ImportMidiAction - Class in org.herac.tuxguitar.gui.actions.file
 
ImportMidiAction(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 interface org.herac.tuxguitar.io.importer.SongImporter
 
IncrementDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
IncrementDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
 
IncrementNoteSemitoneAction - Class in org.herac.tuxguitar.gui.actions.note
 
IncrementNoteSemitoneAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
 
init() - Method in class org.herac.tuxguitar.gui.editors.chord.ChordCustomList
 
init(short) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
init() - Method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
 
init() - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
init(Composite) - Method in class org.herac.tuxguitar.gui.mixer.TrackMixer
 
init() - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
init() - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
 
init(TuxGuitar) - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPlugin
 
init() - Method in interface 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
 
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(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 in org.herac.tuxguitar.gui.actions.insert
 
InsertChordAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
 
insertMeasures() - Method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
 
insertMeasures(TracksMeasures, int, long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
insertMeasures(SongTrack, List, int) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Agrega un Compas
InsertNoteAction - Class in org.herac.tuxguitar.gui.actions.note
 
InsertNoteAction(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 interface org.herac.tuxguitar.gui.clipboard.Transferable
 
instance() - Static method in class org.herac.tuxguitar.gui.TuxGuitar
 
instance() - Static method in class org.herac.tuxguitar.gui.util.FileChooser
 
InstrumentString - Class in org.herac.tuxguitar.song.models
 
InstrumentString(int, int) - Constructor for class org.herac.tuxguitar.song.models.InstrumentString
 
isAccentuatedNote() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
isAcciaccatura() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
isArtificial() - Method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
isAtPosition(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.io.pt.PTBInputStream.NoteHelper
 
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.PianoEditor
 
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.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.clipboard.ClipBoard
 
isEmpty() - Method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
isEmpty() - Method in class org.herac.tuxguitar.gui.effects.BendEditor
 
isEmpty() - Method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 
isEmpty() - Method in class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
isEmpty() - Method in class org.herac.tuxguitar.song.helpers.TracksMeasures
 
isEmpty() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
isEmpty() - Method in class org.herac.tuxguitar.song.models.Lyric
 
isEnabled() - Method in interface org.herac.tuxguitar.gui.system.plugins.TGPluginItem
 
isEqual(Duration) - Method in class org.herac.tuxguitar.song.models.Duration
 
isEqual(InstrumentString) - Method in class org.herac.tuxguitar.song.models.InstrumentString
 
isEqual(RGBColor) - Method in class org.herac.tuxguitar.song.models.RGBColor
 
isEqual(Tupleto) - Method in class org.herac.tuxguitar.song.models.Tupleto
 
isFadeIn() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
isFirstMeasure(Measure) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
isFirstMeasure(Measure) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
isFirstMeasure(Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Retorna true si es el primer compas
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.io.pt.PTBInputStream.NoteHelper
 
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(Measure) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
isLastMeasure(Measure) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
isLastMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Retorna true si es el ultimo compas
isLocked() - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
isMetronomeEnabled() - Method in interface 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
 
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 interface 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 interface 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
 
isPlayingBeat() - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
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.io.pt.PTBInputStream.BarHelper
 
isRepeatStart() - Method in class org.herac.tuxguitar.song.models.Measure
 
isRepeatStart() - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
isReserved(KeyBinding) - Static method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingReserveds
 
isRunning() - Method in interface 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.editors.tab.layout.ViewLayout
 
isScoreEnabled() - Method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
 
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.io.pt.PTBInputStream.NoteHelper
 
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(String) - Static method in class org.herac.tuxguitar.io.gp.GP3InputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.gp.GP3InputStream
 
isSupportedVersion(String) - Static method in class org.herac.tuxguitar.io.gp.GP4InputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.gp.GP4InputStream
 
isSupportedVersion(String) - Static method in class org.herac.tuxguitar.io.gp.GP5InputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.gp.GP5InputStream
 
isSupportedVersion(String) - Method in class org.herac.tuxguitar.io.pt.PTB4InputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.pt.PTB4InputStream
 
isSupportedVersion(String) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
isSupportedVersion(String) - Method in class org.herac.tuxguitar.io.tg.TGInputStream
 
isSupportedVersion() - Method in class org.herac.tuxguitar.io.tg.TGInputStream
 
isTablatureEnabled() - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
isTablatureEnabled() - Method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
 
isTapped() - Method in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
isTapping() - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
isTied() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
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.io.pt.PTBInputStream.BeatHelper
 
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 in org.herac.tuxguitar.gui.items
 
ItemManager - Class in org.herac.tuxguitar.gui.items
 
ItemManager(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.ItemManager
 

J

JoinedUndoable - Class in org.herac.tuxguitar.gui.undo.undoables
 
JoinedUndoable() - Constructor for class org.herac.tuxguitar.gui.undo.undoables.JoinedUndoable
 

K

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

L

LANGUAGE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
LANGUAGE_PREFIX - Static variable in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
 
LanguageManager - Class in org.herac.tuxguitar.gui.system.language
 
LanguageManager() - Constructor for class org.herac.tuxguitar.gui.system.language.LanguageManager
 
LanguageOption - Class in org.herac.tuxguitar.gui.system.config.items
 
LanguageOption(ConfigEditor, ToolBar, Composite) - Constructor for class org.herac.tuxguitar.gui.system.config.items.LanguageOption
 
lastUsedChannel - Variable in class org.herac.tuxguitar.io.pt.PTBInputStream
 
layout() - Method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 
layout(int, int) - Method in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 
layout() - Method in class org.herac.tuxguitar.gui.table.SongTable
 
LAYOUT_LINEAR - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
LAYOUT_MODE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
LAYOUT_MULTITRACK - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
LAYOUT_PAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
LAYOUT_SCORE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
LayoutMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
LayoutMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
 
LayoutToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
LayoutToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
 
LEFT - Static variable in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
LICENSE - Static variable in class org.herac.tuxguitar.gui.doc.DocReader
 
LinearViewLayout - Class in org.herac.tuxguitar.gui.editors.tab.layout
 
LinearViewLayout(Tablature, SongManager, boolean, boolean, boolean) - Constructor for class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
 
ListMarkersAction - Class in org.herac.tuxguitar.gui.actions.marker
 
ListMarkersAction(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.editors.fretboard.FretBoard
 
loadProperties() - Method in class org.herac.tuxguitar.gui.editors.FretBoardEditor
 
loadProperties() - Method in class org.herac.tuxguitar.gui.editors.piano.Piano
 
loadProperties() - Method in class org.herac.tuxguitar.gui.editors.PianoEditor
 
loadProperties() - Method in interface org.herac.tuxguitar.gui.items.ItemBase
Actualiza el texto del item
loadProperties() - Method in class org.herac.tuxguitar.gui.items.ItemManager
 
loadProperties(List) - Method in class org.herac.tuxguitar.gui.items.ItemManager
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.EditMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.FileMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
 
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.menu.NoteMenuItem
 
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.menu.SettingsMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.EditToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.FileToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
 
loadProperties() - Method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
loadProperties() - Method in class org.herac.tuxguitar.gui.mixer.TrackMixer
 
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.TuxGuitar
 
loadScales(List, String) - Method in class org.herac.tuxguitar.gui.scale.xml.ScaleReader
 
loadSoundbank(File) - Method in interface 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(File) - Method in class org.herac.tuxguitar.gui.items.xml.ToolBarsReader
 
loadToolBars() - Method in class org.herac.tuxguitar.gui.TuxGuitar
 
log2() - Method in class org.herac.tuxguitar.song.models.Duration
 
Lyric - Class in org.herac.tuxguitar.song.models
 
Lyric() - Constructor for class org.herac.tuxguitar.song.models.Lyric
 
Lyric(int, String) - Constructor for class org.herac.tuxguitar.song.models.Lyric
 
LyricEditor - Class in org.herac.tuxguitar.gui.editors.lyric
 
LyricEditor() - Constructor for class org.herac.tuxguitar.gui.editors.lyric.LyricEditor
 
LyricModifyListener - Class in org.herac.tuxguitar.gui.editors.lyric
 
LyricModifyListener(LyricEditor) - Constructor for class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
 
LyricPainter - Class in org.herac.tuxguitar.gui.editors.tab
 
LyricPainter(SongTrackCoords) - Constructor for class org.herac.tuxguitar.gui.editors.tab.LyricPainter
 

M

main(String[]) - Static method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
main(String[]) - Static method in class org.herac.tuxguitar.gui.TuxGuitar
 
main(String[]) - Static method in class org.herac.tuxguitar.io.pt.PTB4InputStream
 
main(String[]) - Static method in class org.herac.tuxguitar.io.TGConverter
 
main(String[]) - Static method in class org.herac.tuxguitar.song.util.NoteMaker
 
MainOption - Class in org.herac.tuxguitar.gui.system.config.items
 
MainOption(ConfigEditor, ToolBar, Composite) - Constructor for class org.herac.tuxguitar.gui.system.config.items.MainOption
 
makeBend(MidiSequence, int, long, long, BendEffect, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
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(Measure) - Method in class org.herac.tuxguitar.song.models.Measure
 
makeEqual(MeasureHeader) - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
makeEqual(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, 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.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(PrintDocumentData) - Method in class org.herac.tuxguitar.gui.actions.file.ExportPDFAction
 
makePrintDocument(PageFormat, PrintDocumentData) - Method in class org.herac.tuxguitar.gui.actions.file.PrintAction
 
makePrintDocument(PrintDocumentData) - Method in class org.herac.tuxguitar.gui.actions.file.PrintPreviewAction
 
makeSectionNotes(long, List, List, List) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
makeSlide(MidiSequence, int, Note, Note, long, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
makeSlide(MidiSequence, int, long, int, long, int, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
makeTrackChannels(int, int, List) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
makeTremoloBar(MidiSequence, int, long, long, TremoloBarEffect, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
makeVibrato(MidiSequence, int, long, long, int) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
 
MARGIN_WIDTH - Static variable in class org.herac.tuxguitar.gui.TuxGuitar
 
Marker - Class in org.herac.tuxguitar.song.models
 
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, RGBColor) - Constructor for class org.herac.tuxguitar.song.models.Marker
 
MARKER_ADD - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_FIRST - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_LAST - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_LIST - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_NEXT - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_PREVIOUS - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MARKER_REMOVE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MarkerEditor - Class in org.herac.tuxguitar.gui.marker
 
MarkerEditor(Marker) - Constructor for class org.herac.tuxguitar.gui.marker.MarkerEditor
 
MarkerEditor(Marker, int) - Constructor for class org.herac.tuxguitar.gui.marker.MarkerEditor
 
MarkerList - Class in org.herac.tuxguitar.gui.marker
 
MarkerList() - Constructor for class org.herac.tuxguitar.gui.marker.MarkerList
 
MarkerMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
MarkerMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
 
MarkerNavigator - Class in org.herac.tuxguitar.gui.marker
 
MarkerNavigator() - Constructor for class org.herac.tuxguitar.gui.marker.MarkerNavigator
 
MarkerToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
MarkerToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
 
MASK_SEPARATOR - Static variable in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
 
MAX_ARTIFICIAL_OFFSET - Static variable in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
MAX_CHANNELS - Static variable in class org.herac.tuxguitar.song.managers.SongManager
 
MAX_FRET - Static variable in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
MAX_FRETS - Static variable in class org.herac.tuxguitar.gui.editors.fretboard.FretBoard
 
MAX_HISTORY_FILES - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
MAX_OFFSET - Static variable in class org.herac.tuxguitar.song.models.SongTrack
 
MAX_POSITION_LENGTH - Static variable in class org.herac.tuxguitar.song.models.effects.BendEffect
 
MAX_POSITION_LENGTH - Static variable in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
 
MAX_TAPPED_OFFSET - Static variable in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
MAX_VALUE_LENGTH - Static variable in class org.herac.tuxguitar.song.models.effects.BendEffect
 
MAX_VALUE_LENGTH - Static variable in class org.herac.tuxguitar.song.models.effects.TremoloBarEffect
 
MAX_VOLUME - Static variable in class org.herac.tuxguitar.song.models.Song
 
MAXIMIZED - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
Measure - Class in org.herac.tuxguitar.song.models
 
Measure(MeasureHeader, List, List, int, int) - Constructor for class org.herac.tuxguitar.song.models.Measure
 
MEASURE_CLEF - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_CLOSE_REPEAT - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_MARKER - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_OPEN_REPEAT - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_TEMPO - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_TIMESIGNATURE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_HEADER_TRIPLET_FEEL - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MEASURE_KEYSIGNATURE - Static variable in class org.herac.tuxguitar.io.tg.TGStream
 
MeasureComponent - Interface in org.herac.tuxguitar.gui.editors.tab
 
MeasureCoords - Class in org.herac.tuxguitar.gui.editors.tab
 
MeasureCoords(SongManager, Tablature, MeasureHeaderGui, Measure, SongTrackCoords) - Constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
MeasureCoords.BeatPosition - Class in org.herac.tuxguitar.gui.editors.tab
Implementacion de Component para crear un pulso de lyric
MeasureCoords.BeatPosition(long, Duration, int) - Constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
MeasureHeader - Class in org.herac.tuxguitar.song.models
 
MeasureHeader(int, long, TimeSignature, Tempo, Marker, int, boolean, int) - Constructor for class org.herac.tuxguitar.song.models.MeasureHeader
 
MeasureHeaderGui - Class in org.herac.tuxguitar.gui.editors.tab
 
MeasureHeaderGui(MeasureHeader) - Constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
 
MeasureManager - Class in org.herac.tuxguitar.song.managers
 
MeasureManager(SongManager) - Constructor for class org.herac.tuxguitar.song.managers.MeasureManager
 
MeasureMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
MeasureMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.MeasureMenuItem
 
MeasureTimeHelper - Class in org.herac.tuxguitar.gui.editors.tab
 
MeasureTimeHelper() - Constructor for class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
MeasureTransferable - Class in org.herac.tuxguitar.gui.clipboard
 
MeasureTransferable(TablatureEditor, long, long, boolean) - Constructor for class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
 
menuHidden(MenuEvent) - Method in class org.herac.tuxguitar.gui.actions.Action
 
MenuItems - Interface in org.herac.tuxguitar.gui.items
 
menuShown(MenuEvent) - Method in class org.herac.tuxguitar.gui.actions.Action
 
MessageDialog - Class in org.herac.tuxguitar.gui.util
 
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 variable in class org.herac.tuxguitar.song.models.VelocityValues
 
MEZZO_PIANO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
MidiControllers - Class in org.herac.tuxguitar.player.base
 
MidiControllers() - Constructor for class org.herac.tuxguitar.player.base.MidiControllers
 
MidiImporter - Class in org.herac.tuxguitar.io.importer
 
MidiImporter() - Constructor for class org.herac.tuxguitar.io.importer.MidiImporter
 
MidiMessageUtils - Class in org.herac.tuxguitar.player.impl
 
MidiMessageUtils() - Constructor for class org.herac.tuxguitar.player.impl.MidiMessageUtils
 
MidiMetaEventListener - Class in org.herac.tuxguitar.player.impl
 
MidiMetaEventListener() - Constructor for class org.herac.tuxguitar.player.impl.MidiMetaEventListener
 
MidiPlayer - Interface in org.herac.tuxguitar.player.base
 
MidiPlayerImpl - Class in org.herac.tuxguitar.player.impl
 
MidiPlayerImpl() - Constructor for class org.herac.tuxguitar.player.impl.MidiPlayerImpl
 
MidiSequence - Class in org.herac.tuxguitar.player.base
 
MidiSequence(int) - Constructor for class org.herac.tuxguitar.player.base.MidiSequence
 
MidiSequenceImpl - Class in org.herac.tuxguitar.player.impl
 
MidiSequenceImpl(SongManager) - Constructor for class org.herac.tuxguitar.player.impl.MidiSequenceImpl
 
MidiSequenceParser - Class in org.herac.tuxguitar.player.base
 
MidiSequenceParser(SongManager, int) - Constructor for class org.herac.tuxguitar.player.base.MidiSequenceParser
 
MIN_ARTIFICIAL_OFFSET - Static variable in class org.herac.tuxguitar.song.models.effects.HarmonicEffect
 
MIN_FRET - Static variable in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
MIN_OFFSET - Static variable in class org.herac.tuxguitar.song.models.SongTrack
 
MIN_SCORE_TAB_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
MIN_SCORE_TAB_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
MIN_SCORE_TABLATURE_SPAN - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
MIN_VELOCITY - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
MINIMUN_WIDTH - Static variable in class org.herac.tuxguitar.gui.system.config.items.Option
 
MIXER_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MIXER_METRONOME - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
MODE_LINEAR - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
MODE_PAGE - Static variable 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 variable in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
 
MOUSE_MODE_SELECTION - Static variable 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 in org.herac.tuxguitar.gui.editors.tab.edit
 
MouseKit(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(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todos los componentes
moveAllNotes(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todas las notas
moveAllSilences(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve todos los silencios
moveComponents(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
 
moveMeasure(SongTrack, Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
Mueve el compas
moveMeasureComponents(MeasureHeader, long, int) - Method in class org.herac.tuxguitar.song.managers.SongManager
Mueve el compas
moveMeasureHeader(MeasureHeader, long, int) - Method in class org.herac.tuxguitar.song.managers.SongManager
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
 
moveScrollHorizontalTo(MeasureCoords, int, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
moveScrollVerticalTo(MeasureCoords, int, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
moveSemitoneDown(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota 1 semitono abajo
moveSemitoneUp(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota 1 semitono arriba
moveTo(SongTrackCoords, MeasureCoords, MeasureComponent, int) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
moveTrackDown(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
MoveTrackDownAction - Class in org.herac.tuxguitar.gui.actions.track
 
MoveTrackDownAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.MoveTrackDownAction
 
moveTrackUp(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
MoveTrackUpAction - Class in org.herac.tuxguitar.gui.actions.track
 
MoveTrackUpAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.MoveTrackUpAction
 
moveUp() - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
MusicScale - Class in org.herac.tuxguitar.song.models
 
MusicScale() - Constructor for class org.herac.tuxguitar.song.models.MusicScale
 
MusicScaleManager - Class in org.herac.tuxguitar.gui.scale
 
MusicScaleManager() - Constructor for class org.herac.tuxguitar.gui.scale.MusicScaleManager
 

N

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

O

open() - Method in class org.herac.tuxguitar.gui.printer.PrintDialog
 
open(Shell, FileChooser.FilterFormat) - Method in class org.herac.tuxguitar.gui.util.FileChooser
 
open(String) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
OPEN_FORMAT - Static variable in class org.herac.tuxguitar.gui.util.FileChooser
 
OPEN_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
OPEN_REPEAT_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
openDialog(Shell) - Static method in class org.herac.tuxguitar.gui.printer.PrintDocumentData
 
OpenFileAction - Class in org.herac.tuxguitar.gui.actions.file
 
OpenFileAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.file.OpenFileAction
 
OpenRepeatAction - Class in org.herac.tuxguitar.gui.actions.insert
 
OpenRepeatAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
 
Option - Class in org.herac.tuxguitar.gui.system.config.items
 
Option(ConfigEditor, ToolBar, Composite, String, int, int) - Constructor for class org.herac.tuxguitar.gui.system.config.items.Option
 
Option(ConfigEditor, ToolBar, Composite, String) - Constructor for class org.herac.tuxguitar.gui.system.config.items.Option
 
OPTION_LANGUAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
OPTION_SOUND - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
OPTION_STYLE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
OPTION_TOOLBARS - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
OPTION_VIEW - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
orderComponents(List) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
orderNotes(Measure) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
org.herac.tuxguitar.gui - package org.herac.tuxguitar.gui
 
org.herac.tuxguitar.gui.actions - package org.herac.tuxguitar.gui.actions
 
org.herac.tuxguitar.gui.actions.caret - package org.herac.tuxguitar.gui.actions.caret
 
org.herac.tuxguitar.gui.actions.composition - package org.herac.tuxguitar.gui.actions.composition
 
org.herac.tuxguitar.gui.actions.dispose - package org.herac.tuxguitar.gui.actions.dispose
 
org.herac.tuxguitar.gui.actions.duration - package org.herac.tuxguitar.gui.actions.duration
 
org.herac.tuxguitar.gui.actions.edit - package org.herac.tuxguitar.gui.actions.edit
 
org.herac.tuxguitar.gui.actions.effects - package org.herac.tuxguitar.gui.actions.effects
 
org.herac.tuxguitar.gui.actions.file - package org.herac.tuxguitar.gui.actions.file
 
org.herac.tuxguitar.gui.actions.help - package org.herac.tuxguitar.gui.actions.help
 
org.herac.tuxguitar.gui.actions.insert - package org.herac.tuxguitar.gui.actions.insert
 
org.herac.tuxguitar.gui.actions.layout - package org.herac.tuxguitar.gui.actions.layout
 
org.herac.tuxguitar.gui.actions.marker - package org.herac.tuxguitar.gui.actions.marker
 
org.herac.tuxguitar.gui.actions.measure - package org.herac.tuxguitar.gui.actions.measure
 
org.herac.tuxguitar.gui.actions.mouse - package org.herac.tuxguitar.gui.actions.mouse
 
org.herac.tuxguitar.gui.actions.note - package org.herac.tuxguitar.gui.actions.note
 
org.herac.tuxguitar.gui.actions.player - package org.herac.tuxguitar.gui.actions.player
 
org.herac.tuxguitar.gui.actions.settings - package org.herac.tuxguitar.gui.actions.settings
 
org.herac.tuxguitar.gui.actions.tools - package org.herac.tuxguitar.gui.actions.tools
 
org.herac.tuxguitar.gui.actions.track - package org.herac.tuxguitar.gui.actions.track
 
org.herac.tuxguitar.gui.actions.view - package org.herac.tuxguitar.gui.actions.view
 
org.herac.tuxguitar.gui.clipboard - package org.herac.tuxguitar.gui.clipboard
 
org.herac.tuxguitar.gui.doc - package org.herac.tuxguitar.gui.doc
 
org.herac.tuxguitar.gui.editors - package org.herac.tuxguitar.gui.editors
 
org.herac.tuxguitar.gui.editors.chord - package org.herac.tuxguitar.gui.editors.chord
 
org.herac.tuxguitar.gui.editors.chord.xml - package org.herac.tuxguitar.gui.editors.chord.xml
 
org.herac.tuxguitar.gui.editors.fretboard - package org.herac.tuxguitar.gui.editors.fretboard
 
org.herac.tuxguitar.gui.editors.lyric - package org.herac.tuxguitar.gui.editors.lyric
 
org.herac.tuxguitar.gui.editors.piano - package org.herac.tuxguitar.gui.editors.piano
 
org.herac.tuxguitar.gui.editors.tab - package org.herac.tuxguitar.gui.editors.tab
 
org.herac.tuxguitar.gui.editors.tab.edit - package org.herac.tuxguitar.gui.editors.tab.edit
 
org.herac.tuxguitar.gui.editors.tab.layout - package org.herac.tuxguitar.gui.editors.tab.layout
 
org.herac.tuxguitar.gui.effects - package org.herac.tuxguitar.gui.effects
 
org.herac.tuxguitar.gui.helper - package org.herac.tuxguitar.gui.helper
 
org.herac.tuxguitar.gui.items - package org.herac.tuxguitar.gui.items
 
org.herac.tuxguitar.gui.items.menu - package org.herac.tuxguitar.gui.items.menu
 
org.herac.tuxguitar.gui.items.tool - package org.herac.tuxguitar.gui.items.tool
 
org.herac.tuxguitar.gui.items.xml - package org.herac.tuxguitar.gui.items.xml
 
org.herac.tuxguitar.gui.marker - package org.herac.tuxguitar.gui.marker
 
org.herac.tuxguitar.gui.mixer - package org.herac.tuxguitar.gui.mixer
 
org.herac.tuxguitar.gui.printer - package org.herac.tuxguitar.gui.printer
 
org.herac.tuxguitar.gui.scale - package org.herac.tuxguitar.gui.scale
 
org.herac.tuxguitar.gui.scale.xml - package org.herac.tuxguitar.gui.scale.xml
 
org.herac.tuxguitar.gui.system.config - package org.herac.tuxguitar.gui.system.config
 
org.herac.tuxguitar.gui.system.config.items - package org.herac.tuxguitar.gui.system.config.items
 
org.herac.tuxguitar.gui.system.keybindings - package org.herac.tuxguitar.gui.system.keybindings
 
org.herac.tuxguitar.gui.system.keybindings.xml - package org.herac.tuxguitar.gui.system.keybindings.xml
 
org.herac.tuxguitar.gui.system.language - package org.herac.tuxguitar.gui.system.language
 
org.herac.tuxguitar.gui.system.plugins - package org.herac.tuxguitar.gui.system.plugins
 
org.herac.tuxguitar.gui.table - package org.herac.tuxguitar.gui.table
 
org.herac.tuxguitar.gui.transport - package org.herac.tuxguitar.gui.transport
 
org.herac.tuxguitar.gui.undo - package org.herac.tuxguitar.gui.undo
 
org.herac.tuxguitar.gui.undo.undoables - package org.herac.tuxguitar.gui.undo.undoables
 
org.herac.tuxguitar.gui.undo.undoables.custom - package org.herac.tuxguitar.gui.undo.undoables.custom
 
org.herac.tuxguitar.gui.undo.undoables.measure - package org.herac.tuxguitar.gui.undo.undoables.measure
 
org.herac.tuxguitar.gui.undo.undoables.track - package org.herac.tuxguitar.gui.undo.undoables.track
 
org.herac.tuxguitar.gui.util - package org.herac.tuxguitar.gui.util
 
org.herac.tuxguitar.io - package org.herac.tuxguitar.io
 
org.herac.tuxguitar.io.exporter - package org.herac.tuxguitar.io.exporter
 
org.herac.tuxguitar.io.gp - package org.herac.tuxguitar.io.gp
 
org.herac.tuxguitar.io.importer - package org.herac.tuxguitar.io.importer
 
org.herac.tuxguitar.io.pt - package org.herac.tuxguitar.io.pt
 
org.herac.tuxguitar.io.tg - package org.herac.tuxguitar.io.tg
 
org.herac.tuxguitar.player - package org.herac.tuxguitar.player
 
org.herac.tuxguitar.player.base - package org.herac.tuxguitar.player.base
 
org.herac.tuxguitar.player.impl - package org.herac.tuxguitar.player.impl
 
org.herac.tuxguitar.song.helpers - package org.herac.tuxguitar.song.helpers
 
org.herac.tuxguitar.song.managers - package org.herac.tuxguitar.song.managers
 
org.herac.tuxguitar.song.models - package org.herac.tuxguitar.song.models
 
org.herac.tuxguitar.song.models.effects - package org.herac.tuxguitar.song.models.effects
 
org.herac.tuxguitar.song.util - package org.herac.tuxguitar.song.util
 

P

PageViewLayout - Class in org.herac.tuxguitar.gui.editors.tab.layout
 
PageViewLayout(Tablature, SongManager, boolean, boolean, boolean) - Constructor for 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(ViewLayout, GC, int, int) - Method in interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
paint(ViewLayout, GC, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Pinta la nota
paint(ViewLayout, GC, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
 
paintCacheMode(GC, MeasureCoords, List, boolean, boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Pinta el compas y las notas que estan sonando
paintCaret(ViewLayout, GC) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
paintCaret(GC) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Pinta el caret
paintComponents(ViewLayout, GC, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Pinta las notas
paintControl(PaintEvent) - Method in class org.herac.tuxguitar.gui.editors.tab.TablaturePaintListener
 
paintCurrentNoteBeats(GC, ViewLayout, MeasureCoords, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
 
paintExtraLines(GC, ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
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
 
paintLine(SongTrackCoords, PageViewLayout.TempLine, GC, int, int, TrackSpacing, int, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
 
paintLine(SongTrackCoords, PrinterViewLayout.TempLine, GC, int, int, TrackSpacing, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
paintLines(SongTrackCoords, TrackSpacing, GC, int, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
Pinta las lineas
paintMeasure(MeasureCoords, GC, int, int, int, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
paintMeasure(ViewLayout, GC, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
paintMeasures(SongTrackCoords, List, GC, int, int, TrackSpacing, Rectangle) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.LinearViewLayout
 
paintScoreJoindeds(ViewLayout, GC, int, int, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
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, 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
 
paintTabJoindeds(ViewLayout, GC, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Pinta las uniones entre notas
paintTablature(GC) - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
paintTabNote(ViewLayout, GC, int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
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(String) - Static method in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
 
parse(MidiSequence) - Method in class org.herac.tuxguitar.player.base.MidiSequenceParser
Crea la cancion
parseTitle() - Static method in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
PasteMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
PasteMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.PasteMeasureAction
 
pause() - Method in interface 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 in org.herac.tuxguitar.gui.util
 
PDFWriter() - Constructor for class org.herac.tuxguitar.gui.util.PDFWriter
 
PHASER - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
PIANISSIMO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
Piano - Class in org.herac.tuxguitar.gui.editors.piano
 
Piano(Composite, int) - Constructor for class org.herac.tuxguitar.gui.editors.piano.Piano
 
PIANO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
PIANO_PIANISSIMO - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
PianoEditor - Class in org.herac.tuxguitar.gui.editors
 
PianoEditor(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.editors.PianoEditor
 
pitchBend(int, int) - Static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
 
play(TypedEvent) - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
play() - Method in interface 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
 
playBeat(long) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Reproduce las notas en el pulso
playBeat(SongTrack, List) - Method in interface org.herac.tuxguitar.player.base.MidiPlayer
 
playBeat(SongTrack, List) - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
 
playBeat(SongTrack, List) - Method in class org.herac.tuxguitar.player.NullPlayer
 
PlayerToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
PlayerToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
 
PlayMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
PlayMenuItem(Shell, Menu, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.items.menu.PlayMenuItem
 
PlaySongAction - Class in org.herac.tuxguitar.gui.actions.player
 
PlaySongAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.player.PlaySongAction
 
PluginManager - Class in org.herac.tuxguitar.gui.system.plugins
 
PluginManager() - Constructor for class org.herac.tuxguitar.gui.system.plugins.PluginManager
 
PluginMenuItem - Class in org.herac.tuxguitar.gui.items.menu
 
PluginMenuItem(Shell, Menu, int) - Constructor for class org.herac.tuxguitar.gui.items.menu.PluginMenuItem
 
PLUGINS_PREFIX - Static variable in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
 
POSITION_ACCENTUATED_EFFECT - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_BOTTOM - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_FADE_IN - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_HARMONIC_EFFEC - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_LYRIC - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_PALM_MUTE_EFFEC - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_SCORE_DOWN_LINES - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_SCORE_MIDDLE_LINES - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_SCORE_UP_LINES - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_TABLATURE - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_TABLATURE_TOP_SEPARATOR - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_TAPPING_EFFEC - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_TOP - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_TUPLETO - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
POSITION_VIBRATO_EFFEC - Static variable 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 variable in class org.herac.tuxguitar.gui.SystemImages
 
PRINT_PREVIEW_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
PrintableImpl - Class in org.herac.tuxguitar.gui.printer
 
PrintableImpl(PrintDocument) - Constructor for class org.herac.tuxguitar.gui.printer.PrintableImpl
 
PrintAction - Class in org.herac.tuxguitar.gui.actions.file
 
PrintAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.file.PrintAction
 
printAndExit() - Method in class org.herac.tuxguitar.gui.util.ArgumentParser
 
PrintDialog - Class in org.herac.tuxguitar.gui.printer
 
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 in org.herac.tuxguitar.gui.printer
 
PrintDocument() - Constructor for class org.herac.tuxguitar.gui.printer.PrintDocument
 
PrintDocument(List) - Constructor for class org.herac.tuxguitar.gui.printer.PrintDocument
 
PrintDocumentData - Class in org.herac.tuxguitar.gui.printer
 
PrintDocumentData(int, int, int, boolean, boolean) - Constructor for class org.herac.tuxguitar.gui.printer.PrintDocumentData
 
PrinterViewLayout - Class in org.herac.tuxguitar.gui.editors.tab.layout
 
PrinterViewLayout(Tablature, SongManager, PrintDocumentData) - Constructor for class org.herac.tuxguitar.gui.editors.tab.layout.PrinterViewLayout
 
PrintPage - Class in org.herac.tuxguitar.gui.printer
 
PrintPage(int, ImageData) - Constructor for class org.herac.tuxguitar.gui.printer.PrintPage
 
PrintPreview - Class in org.herac.tuxguitar.gui.printer
 
PrintPreview(PrintDocument) - Constructor for class org.herac.tuxguitar.gui.printer.PrintPreview
 
PrintPreviewAction - Class in org.herac.tuxguitar.gui.actions.file
 
PrintPreviewAction(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 in org.herac.tuxguitar.gui.items.tool
 
PropertiesToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
 
PROPERTY_PLUGIN_CLASS - Static variable in class org.herac.tuxguitar.gui.system.plugins.PluginManager
 
PROPERTY_PLUGIN_PATH - Static variable in class org.herac.tuxguitar.gui.system.plugins.PluginManager
 
PTB4InputStream - Class in org.herac.tuxguitar.io.pt
 
PTB4InputStream(FileInputStream) - Constructor for class org.herac.tuxguitar.io.pt.PTB4InputStream
 
PTB4InputStream(String) - Constructor for class org.herac.tuxguitar.io.pt.PTB4InputStream
 
PTBInputStream - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream(FileInputStream) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream
 
PTBInputStream(String) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream
 
PTBInputStream.BarHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.BarHelper(int) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.BarHelper
 
PTBInputStream.BeatHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.BeatHelper() - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
PTBInputStream.GuitarInHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.GuitarInHelper(int, int) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.GuitarInHelper
 
PTBInputStream.NoteHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.NoteHelper() - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
PTBInputStream.SongInfo - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.SongInfo() - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
PTBInputStream.TempoHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.TempoHelper(int, int, int) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.TempoHelper
 
PTBInputStream.TrackHelper - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.TrackHelper(int, int) - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.TrackHelper
 
PTBInputStream.TrackInfo - Class in org.herac.tuxguitar.io.pt
 
PTBInputStream.TrackInfo() - Constructor for class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 

Q

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

R

read(String) - Method in class org.herac.tuxguitar.gui.doc.DocReader
 
read(InputStream) - Method in class org.herac.tuxguitar.gui.doc.DocReader
 
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
 
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(int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
readString() - Method in class org.herac.tuxguitar.io.pt.PTBInputStream
 
readTremoloPicking(NoteEffect) - Method in class org.herac.tuxguitar.io.gp.GP4InputStream
 
readTremoloPicking(NoteEffect) - Method in class org.herac.tuxguitar.io.gp.GP5InputStream
 
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 variable in class org.herac.tuxguitar.song.models.RGBColor
 
redo() - Method in interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
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.JoinedUndoable
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
redo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
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.track.UndoableRemoveTrack
 
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 variable in interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
RedoAction - Class in org.herac.tuxguitar.gui.actions.edit
 
RedoAction(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.editors.tab.Tablature
 
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.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.editors.tab.Tablature
 
redrawPlayingMode() - Method in class org.herac.tuxguitar.gui.table.SongTableInfo
 
redrawTablaturePlayMode() - Method in class org.herac.tuxguitar.gui.actions.player.PlaySongAction
 
REGISTERED_PARAMETER_COARSE - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
REGISTERED_PARAMETER_FINE - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
registerEffects(TrackSpacing) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
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(KeyBinding) - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
 
removeAllComponents(Measure) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Elimina todos los Componentes
removeAllComponentsAt(Measure, long) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
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
 
removeComponentsAt(Measure, long, int, boolean) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
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(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
removeLastMeasureHeader() - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMarker(Marker) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMarker(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMeasure(long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMeasure(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMeasure(SongTrack, long) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
removeMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
RemoveMeasureAction - Class in org.herac.tuxguitar.gui.actions.measure
 
RemoveMeasureAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.measure.RemoveMeasureAction
 
removeMeasureHeader(long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMeasureHeader(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeMeasureHeader(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(Measure, Note) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
removeNote(Note) - Method in class org.herac.tuxguitar.song.models.Measure
 
RemoveNoteAction - Class in org.herac.tuxguitar.gui.actions.note
 
RemoveNoteAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.RemoveNoteAction
 
removeNotesAfterString(Measure, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
removeNotesAfterString(SongTrack, int) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
removeProperty(String) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
removeSilence(Measure, Silence) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
 
removeSilence(Measure, Silence, boolean) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Elimina un silencio del compas.
removeSilence(Silence) - Method in class org.herac.tuxguitar.song.models.Measure
 
removeTrack(int) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
removeTrack(SongTrack) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
RemoveTrackAction - Class in org.herac.tuxguitar.gui.actions.track
 
RemoveTrackAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.track.RemoveTrackAction
 
renameChord(int, String) - Method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
 
replaceMeasure(SongTrack, Measure) - Method in class org.herac.tuxguitar.song.managers.SongTrackManager
 
replaceMeasureHeader(MeasureHeader) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
replaceMeasures() - Method in class org.herac.tuxguitar.gui.clipboard.MeasureTransferable
 
replaceMeasures(TracksMeasures, long) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
replaceTrack(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(Map) - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingManager
 
reset() - Method in interface org.herac.tuxguitar.player.base.MidiPlayer
 
reset() - Method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
 
reset() - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Resetea los valores
reset() - Method in class org.herac.tuxguitar.player.NullPlayer
 
resetDefaults() - Method in class org.herac.tuxguitar.gui.editors.TablatureEditor
 
resetScroll() - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
REVERB - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 
RGBColor - Class in org.herac.tuxguitar.song.models
 
RGBColor(int, int, int) - Constructor for class org.herac.tuxguitar.song.models.RGBColor
 
RIGHT - Static variable in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
run() - Method in class org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener
 
run() - Method in class org.herac.tuxguitar.gui.helper.AsyncThread
 
run() - Method in class org.herac.tuxguitar.gui.helper.SyncThread
 

S

save() - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
save(Shell, FileChooser.FilterFormat) - Method in class org.herac.tuxguitar.gui.util.FileChooser
 
save(String) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
SAVE_AS_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
SAVE_FORMAT - Static variable in class org.herac.tuxguitar.gui.util.FileChooser
 
SAVE_IMAGE - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
SaveAsFileAction - Class in org.herac.tuxguitar.gui.actions.file
 
SaveAsFileAction(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.items.xml.ToolBarsWriter
 
saveDocument(Document, File) - Static method in class org.herac.tuxguitar.gui.system.keybindings.xml.KeyBindingWriter
 
SaveFileAction - Class in org.herac.tuxguitar.gui.actions.file
 
SaveFileAction(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 in org.herac.tuxguitar.gui.scale
 
ScaleEditor() - Constructor for class org.herac.tuxguitar.gui.scale.ScaleEditor
 
ScaleInfo - Class in org.herac.tuxguitar.gui.scale
 
ScaleInfo(String, String) - Constructor for class org.herac.tuxguitar.gui.scale.ScaleInfo
 
ScaleReader - Class in org.herac.tuxguitar.gui.scale.xml
 
ScaleReader() - Constructor for class org.herac.tuxguitar.gui.scale.xml.ScaleReader
 
SCALES_PREFIX - Static variable in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
 
SCORE - Static variable in class org.herac.tuxguitar.gui.editors.tab.layout.TrackSpacing
 
SCORE_FLAT_NOTES - Static variable in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
SCORE_KEY_OFFSETS - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
SCORE_LINE_SPAN - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SCORE_SHARP_NOTES - Static variable in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
select(int, int) - Method in class org.herac.tuxguitar.gui.editors.tab.edit.EditorKit
 
select(Option) - Method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
 
SelectComponentAction - Class in org.herac.tuxguitar.gui.actions.mouse
Deprecated.  
SelectComponentAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction
Deprecated.  
selectScale(int, int) - Method in class org.herac.tuxguitar.gui.scale.MusicScaleManager
 
SelectScaleAction - Class in org.herac.tuxguitar.gui.actions.tools
 
SelectScaleAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.tools.SelectScaleAction
 
SEMITONE_LENGTH - Static variable in class org.herac.tuxguitar.song.models.effects.BendEffect
 
SEMITONE_LENGTH - Static variable 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
 
setAcciaccatura(boolean) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
setAlbum(String) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
setAlbum(String) - Method in class org.herac.tuxguitar.song.models.Song
 
setAuthor(String) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
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(BendEffect) - Method in class org.herac.tuxguitar.gui.effects.BendEditor
 
setBend(int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
setBend(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.fretboard.FretBoard
 
setChanges(boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
setChannel(SongChannel) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
setChannel(short) - Method in class org.herac.tuxguitar.song.models.SongChannel
 
setChannel(SongChannel) - Method in class org.herac.tuxguitar.song.models.SongTrack
 
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(RGBColor) - Method in class org.herac.tuxguitar.song.models.Marker
 
setColor(RGBColor) - Method in class org.herac.tuxguitar.song.models.SongTrack
 
setCurrentMeasure(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.io.pt.PTBInputStream.NoteHelper
 
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(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(Duration) - Method in interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
setDuration(Duration) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
setDuration(Duration) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Asigna la duracion de la nota
setDuration(Duration) - Method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
Asigna la duracion del silencio
setDuration(Duration) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
setDuration(Duration) - Method in interface org.herac.tuxguitar.song.models.Component
 
setDuration(int) - Method in class org.herac.tuxguitar.song.models.effects.GraceEffect
 
setDuration(Duration) - Method in class org.herac.tuxguitar.song.models.effects.TremoloPickingEffect
 
setDuration(Duration) - Method in class org.herac.tuxguitar.song.models.effects.TrillEffect
 
setDuration(Duration) - Method in class org.herac.tuxguitar.song.models.Note
 
setDuration(Duration) - Method in class org.herac.tuxguitar.song.models.Silence
 
setDynamic(int) - Method in class org.herac.tuxguitar.song.models.effects.GraceEffect
 
setEditingTickScale(boolean) - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
setEditor(ChordEditor) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordList
 
setEditor(ChordEditor) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
 
setEffect(NoteEffect) - Method in class org.herac.tuxguitar.song.models.Note
 
setEffectChannel(short) - Method in class org.herac.tuxguitar.song.models.SongChannel
 
SetEighthDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
SetEighthDurationAction(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(short) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
setFret(int) - Method in class org.herac.tuxguitar.song.models.effects.GraceEffect
 
setFret(int) - Method in class org.herac.tuxguitar.song.models.effects.TrillEffect
 
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(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 in org.herac.tuxguitar.gui.actions.duration
 
SetHalfDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
 
setHammer(boolean) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
setHammer(boolean) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setHarmonic(HarmonicEffect) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setHeader(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.io.pt.PTBInputStream.SongInfo
 
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 in org.herac.tuxguitar.gui.actions.layout
 
SetLinearLayoutAction(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(ChordList) - Method in class org.herac.tuxguitar.gui.editors.chord.ChordSelector
 
setLyricBeatIndex(int) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
 
setLyrics(String) - Method in class org.herac.tuxguitar.song.models.Lyric
 
setLyrics(Lyric) - Method in class org.herac.tuxguitar.song.models.SongTrack
 
setLyricStyle(GC) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
setMarker(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.helpers.TracksMeasures
 
setMeasureHeaders(List) - Method in class org.herac.tuxguitar.song.models.Song
 
setMeasures(List) - Method in class org.herac.tuxguitar.song.models.SongTrack
 
setMeasureTimeHelper(MeasureTimeHelper) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
setMetronomeEnabled(boolean) - Method in interface 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 in org.herac.tuxguitar.gui.actions.edit
 
SetMouseModeEditionAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.edit.SetMouseModeEditionAction
 
SetMouseModeSelectionAction - Class in org.herac.tuxguitar.gui.actions.edit
 
SetMouseModeSelectionAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.edit.SetMouseModeSelectionAction
 
setMove(long) - Method in class org.herac.tuxguitar.player.impl.MidiMetaEventListener
 
setMultiBarRest(int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
setMultitrack(boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
SetMultitrackViewAction - Class in org.herac.tuxguitar.gui.actions.layout
 
SetMultitrackViewAction(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.gui.table.SongTable.SongTableColumn
 
setName(String) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.SongInfo
 
setName(String) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
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 in org.herac.tuxguitar.gui.actions.edit
 
SetNaturalKeyAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.edit.SetNaturalKeyAction
 
setNote(int, boolean) - Method in class org.herac.tuxguitar.song.models.MusicScale
 
setNote1(NoteCoords) - Method in class org.herac.tuxguitar.gui.editors.tab.DurationCoords
 
setNote2(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.io.pt.PTBInputStream.BarHelper
 
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 in org.herac.tuxguitar.gui.actions.layout
 
SetPageLayoutAction(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
 
setPosition(int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BeatHelper
 
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, String) - 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, boolean) - Method in class org.herac.tuxguitar.gui.system.config.ConfigManager
 
SetQuarterDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
SetQuarterDurationAction(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.io.pt.PTBInputStream.BarHelper
 
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(boolean) - Method in class org.herac.tuxguitar.gui.editors.piano.Piano
 
setScaleChanges() - Method in class org.herac.tuxguitar.gui.editors.PianoEditor
 
setScoreEnabled(boolean) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
SetScoreEnabledAction - Class in org.herac.tuxguitar.gui.actions.layout
 
SetScoreEnabledAction(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(Duration) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
setSilences(List) - Method in class org.herac.tuxguitar.song.models.Measure
 
SetSixteenthDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
SetSixteenthDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
 
SetSixtyFourthDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
SetSixtyFourthDurationAction(TablatureEditor) - Constructor for 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.io.pt.PTBInputStream.NoteHelper
 
setSlide(boolean) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setSolo(boolean) - Method in class org.herac.tuxguitar.song.models.SongChannel
 
setSong(Song) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
setSongManager(SongManager) - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
setSongManager(SongManager) - Method in class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
setSongManager(SongManager) - Method in class org.herac.tuxguitar.gui.editors.tab.Tablature
 
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 interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
setStart(long) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords.BeatPosition
 
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.gui.editors.tab.SilenceCoords
Asigna el start de el silencio
setStart(long) - Method in interface org.herac.tuxguitar.song.models.Component
 
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.song.models.Silence
 
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.io.pt.PTBInputStream.NoteHelper
 
setString(int) - Method in class org.herac.tuxguitar.song.models.Note
 
setStringNumber(int) - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
setStrings(List) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
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 interface 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(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(Tempo) - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
SetThirtySecondDurationAction - Class in org.herac.tuxguitar.gui.actions.duration
 
SetThirtySecondDurationAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
 
setTickPosition(long, long) - Method in interface org.herac.tuxguitar.player.base.MidiPlayer
 
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.impl.MidiPlayerImpl
Indica la posicion del secuenciador
setTickPosition(long, long) - Method in class org.herac.tuxguitar.player.NullPlayer
 
setTied(boolean) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.NoteHelper
 
setTiedNote(boolean) - Method in class org.herac.tuxguitar.song.models.Note
 
setTimes(int) - Method in class org.herac.tuxguitar.song.models.Tupleto
 
setTimeSignature(TimeSignature) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.BarHelper
 
setTimeSignature(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 in org.herac.tuxguitar.gui.items.menu
 
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
 
setTrackInfoNumber(int) - Method in class org.herac.tuxguitar.io.pt.PTBInputStream.TrackInfo
 
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
 
setTremoloBar(TremoloBarEffect) - Method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 
setTremoloBar(TremoloBarEffect) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setTremoloPicking(TremoloPickingEffect) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setTrill(TrillEffect) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setTripletFeel(int) - Method in class org.herac.tuxguitar.song.models.MeasureHeader
 
setTs(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.io.pt.PTBInputStream.TrackInfo
 
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.io.pt.PTBInputStream.NoteHelper
 
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.io.pt.PTBInputStream.BeatHelper
 
setVibrato(boolean) - Method in class org.herac.tuxguitar.song.models.NoteEffect
 
setViewLayout(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 in org.herac.tuxguitar.gui.actions.duration
 
SetWholeDurationAction(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 variable in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
 
shift() - Method in class org.herac.tuxguitar.gui.undo.UndoManager
 
SHIFT_STRING - Static variable in class org.herac.tuxguitar.gui.system.keybindings.KeyBinding
 
shiftNoteDown(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota a la cuerda de abajo
ShiftNoteDownAction - Class in org.herac.tuxguitar.gui.actions.note
 
ShiftNoteDownAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.note.ShiftNoteDownAction
 
shiftNoteUp(Measure, long, int) - Method in class org.herac.tuxguitar.song.managers.MeasureManager
Mueve la nota a la cuerda de arriba
ShiftNoteUpAction - Class in org.herac.tuxguitar.gui.actions.note
 
ShiftNoteUpAction(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(Shell, Note) - Method in class org.herac.tuxguitar.gui.effects.BendEditor
 
show(Note) - Method in class org.herac.tuxguitar.gui.effects.GraceEditor
 
show(Note) - Method in class org.herac.tuxguitar.gui.effects.HarmonicEditor
 
show(Shell, Note) - Method in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 
show(Note) - Method in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
 
show(Note) - Method in class org.herac.tuxguitar.gui.effects.TrillEditor
 
show(Shell) - Method in class org.herac.tuxguitar.gui.marker.MarkerEditor
 
show(Shell) - Method in class org.herac.tuxguitar.gui.marker.MarkerList
 
show() - Method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
show() - Method in class org.herac.tuxguitar.gui.scale.ScaleEditor
 
show(Shell) - Method in class org.herac.tuxguitar.gui.system.keybindings.KeyBindingEditor
 
show() - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
show(Shell) - Method in class org.herac.tuxguitar.gui.util.MessageDialog
 
SHOW_FRETBOARD - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_MIXER - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_MULTITRACK - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_PIANO - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_SCORE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_SPLASH - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_TABLATURE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SHOW_TRANSPORT - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
ShowAboutDialogAction - Class in org.herac.tuxguitar.gui.actions.help
 
ShowAboutDialogAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
 
showCloseRepeatDialog(Shell, MeasureCoords, SongCoords) - Method in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
 
showDefaultControls() - Method in class org.herac.tuxguitar.gui.TuxGuitar
 
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.composition.ChangeTripletFeelAction
 
showDialog(Shell) - Method in class org.herac.tuxguitar.gui.actions.help.ShowAboutDialogAction
 
showDialog() - Method in class org.herac.tuxguitar.gui.actions.measure.AddMeasureAction
 
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.track.ChangeTrackPropertiesAction
 
showDialog(Shell) - Method in class org.herac.tuxguitar.gui.system.config.ConfigEditor
 
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 in org.herac.tuxguitar.gui.actions.view
 
ShowFretBoardAction(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
 
showInsertDialog(Shell, SongTrackCoords, MeasureCoords, MeasureComponent) - Method in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
 
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.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() - Method in interface org.herac.tuxguitar.gui.items.MenuItems
 
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.tool.TrackToolItems
 
showItems(ToolBar) - Method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
 
showItems(ToolBar) - Method in class org.herac.tuxguitar.gui.items.ToolItems
 
showLabel(Composite, int, int, int, String) - Method in class org.herac.tuxguitar.gui.system.config.items.Option
 
showLabel(Composite, int, int, int, int, String) - Method in class org.herac.tuxguitar.gui.system.config.items.Option
 
ShowMixerAction - Class in org.herac.tuxguitar.gui.actions.view
 
ShowMixerAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.view.ShowMixerAction
 
ShowPianoAction - Class in org.herac.tuxguitar.gui.actions.view
 
ShowPianoAction(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 in org.herac.tuxguitar.gui.actions.view
 
ShowTransportAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.view.ShowTransportAction
 
Silence - Class in org.herac.tuxguitar.song.models
 
Silence(long, Duration) - Constructor for class org.herac.tuxguitar.song.models.Silence
 
SilenceCoords - Class in org.herac.tuxguitar.gui.editors.tab
 
SilenceCoords(Tablature, MeasureCoords, Silence, int) - Constructor for class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
 
SIXTEENTH - Static variable in class org.herac.tuxguitar.song.models.Duration
Semi-Corchea.
SIXTY_FOURTH - Static variable in class org.herac.tuxguitar.song.models.Duration
Semi-Fusa.
Song - Class in org.herac.tuxguitar.song.models
 
Song(String, String, String, String, List, List, int) - Constructor for class org.herac.tuxguitar.song.models.Song
 
Song(List, List) - Constructor for class org.herac.tuxguitar.song.models.Song
 
SONG_PROPERTIES - Static variable in class org.herac.tuxguitar.gui.SystemImages
 
SongChannel - Class in org.herac.tuxguitar.song.models
 
SongChannel(short, short, short, short, short, short, short, short, short, boolean, boolean) - Constructor for class org.herac.tuxguitar.song.models.SongChannel
 
SongChannel(short, short, short) - Constructor for class org.herac.tuxguitar.song.models.SongChannel
 
SongCoords - Class in org.herac.tuxguitar.gui.editors.tab
 
SongCoords(Tablature, SongManager) - Constructor for class org.herac.tuxguitar.gui.editors.tab.SongCoords
 
SongImporter - Interface in org.herac.tuxguitar.io.importer
 
SongLoader - Class in org.herac.tuxguitar.io
 
SongLoader(String) - Constructor for class org.herac.tuxguitar.io.SongLoader
 
SongManager - Class in org.herac.tuxguitar.song.managers
 
SongManager() - Constructor for class org.herac.tuxguitar.song.managers.SongManager
 
SongMixer - Class in org.herac.tuxguitar.gui.mixer
 
SongMixer() - Constructor for class org.herac.tuxguitar.gui.mixer.SongMixer
 
SongTable - Class in org.herac.tuxguitar.gui.table
 
SongTable(Composite, int, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.table.SongTable
 
SongTable.SongTableColumn - Class in org.herac.tuxguitar.gui.table
 
SongTable.SongTableColumn(Composite) - Constructor for class org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
 
SongTableInfo - Class in org.herac.tuxguitar.gui.table
 
SongTableInfo(Composite, TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.table.SongTableInfo
 
SongTableViewer - Class in org.herac.tuxguitar.gui
 
SongTableViewer(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.SongTableViewer
 
SongTrack - Class in org.herac.tuxguitar.song.models
 
SongTrack(int, String, SongChannel, List, List, int, RGBColor, Lyric) - Constructor for class org.herac.tuxguitar.song.models.SongTrack
 
SongTrack(int, String, SongChannel, List, List, int, RGBColor) - Constructor for class org.herac.tuxguitar.song.models.SongTrack
 
SongTrackCoords - Class in org.herac.tuxguitar.gui.editors.tab
 
SongTrackCoords(Tablature, SongManager, SongTrack, ViewLayout) - Constructor for class org.herac.tuxguitar.gui.editors.tab.SongTrackCoords
 
SongTrackManager - Class in org.herac.tuxguitar.song.managers
 
SongTrackManager(SongManager) - Constructor for class org.herac.tuxguitar.song.managers.SongTrackManager
 
SongTransport - Class in org.herac.tuxguitar.gui.transport
 
SongTransport() - Constructor for class org.herac.tuxguitar.gui.transport.SongTransport
 
SongUtils - Class in org.herac.tuxguitar.song.util
 
SongUtils() - Constructor for class org.herac.tuxguitar.song.util.SongUtils
 
SongWriter - Class in org.herac.tuxguitar.io
 
SongWriter(String) - Constructor for class org.herac.tuxguitar.io.SongWriter
 
SOUNDBANK_CUSTOM - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SOUNDBANK_CUSTOM_PATH - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SoundOption - Class in org.herac.tuxguitar.gui.system.config.items
 
SoundOption(ConfigEditor, ToolBar, Composite) - Constructor for class org.herac.tuxguitar.gui.system.config.items.SoundOption
 
SPACE - Static variable in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
SpecialKeys - Class in org.herac.tuxguitar.gui.system.keybindings
 
SpecialKeys() - Constructor for class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
SplashShell - Class in org.herac.tuxguitar.gui.util
 
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.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(Marker) - Static method in class org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeMarker
 
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(int) - Static method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
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.UndoableAddTrack
 
startUndo() - Static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
startUndo(SongTrack) - Static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
startUndo(SongTrack) - Static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
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(SongTrack) - Static method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableTrackGeneric
 
STATUS_EDIT - Static variable in class org.herac.tuxguitar.gui.marker.MarkerEditor
 
STATUS_NEW - Static variable in class org.herac.tuxguitar.gui.marker.MarkerEditor
 
STATUS_PAUSED - Static variable in class org.herac.tuxguitar.gui.transport.SongTransport
 
STATUS_RUNNING - Static variable in class org.herac.tuxguitar.gui.transport.SongTransport
 
STATUS_STOPED - Static variable in class org.herac.tuxguitar.gui.transport.SongTransport
 
stop(TypedEvent) - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
stop() - Method in interface org.herac.tuxguitar.player.base.MidiPlayer
 
stop(boolean) - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Para la reproduccion
stop() - Method in class org.herac.tuxguitar.player.impl.MidiPlayerImpl
Para la reproduccion
stop() - Method in class org.herac.tuxguitar.player.NullPlayer
 
StopSongAction - Class in org.herac.tuxguitar.gui.actions.player
 
StopSongAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.player.StopSongAction
 
STRING_SPAN - Static variable in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
stringCount() - Method in class org.herac.tuxguitar.song.models.SongTrack
 
StylesOption - Class in org.herac.tuxguitar.gui.system.config.items
 
StylesOption(ConfigEditor, ToolBar, Composite) - Constructor for class org.herac.tuxguitar.gui.system.config.items.StylesOption
 
SyncThread - Class in org.herac.tuxguitar.gui.helper
 
SyncThread(Runnable) - Constructor for class org.herac.tuxguitar.gui.helper.SyncThread
 
SYSTEM_PLAYER - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
SystemError - Class in org.herac.tuxguitar.gui.util
 
SystemError(String, String) - Constructor for class org.herac.tuxguitar.gui.util.SystemError
 
SystemImages - Class in org.herac.tuxguitar.gui
 
SystemImages() - Constructor for class org.herac.tuxguitar.gui.SystemImages
 
systemReset() - Static method in class org.herac.tuxguitar.player.impl.MidiMessageUtils
 

T

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

U

undo() - Method in interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
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.JoinedUndoable
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableAddMeasure
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableMeasureGeneric
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableAddTrack
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableCloneTrack
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInfoTrack
 
undo() - Method in class org.herac.tuxguitar.gui.undo.undoables.track.UndoableInstrumentTrack
 
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.track.UndoableRemoveTrack
 
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 variable in interface org.herac.tuxguitar.gui.undo.UndoableEdit
 
UndoableAddMeasure - Class in org.herac.tuxguitar.gui.undo.undoables.measure
 
UndoableAddTrack - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableCaretHelper - Class in org.herac.tuxguitar.gui.undo.undoables
 
UndoableCaretHelper() - Constructor for class org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper
 
UndoableChangeClef - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeCloseRepeat - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeKeySignature - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeMarker - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeOpenRepeat - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeTempo - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeTimeSignature - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableChangeTripletFeel - Class in org.herac.tuxguitar.gui.undo.undoables.custom
 
UndoableCloneTrack - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableEdit - Interface in org.herac.tuxguitar.gui.undo
 
UndoableInfoTrack - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableInsertMeasure - Class in org.herac.tuxguitar.gui.undo.undoables.measure
 
UndoableInsertMeasure() - Constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableInsertMeasure
 
UndoableInstrumentTrack - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableMeasureGeneric - Class in org.herac.tuxguitar.gui.undo.undoables.measure
 
UndoableMoveTrackDown - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableMoveTrackUp - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableRemoveMeasure - Class in org.herac.tuxguitar.gui.undo.undoables.measure
 
UndoableRemoveMeasure(long, long) - Constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableRemoveMeasure
 
UndoableRemoveTrack - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableReplaceMeasures - Class in org.herac.tuxguitar.gui.undo.undoables.measure
 
UndoableReplaceMeasures(long, long) - Constructor for class org.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
 
UndoableTrackGeneric - Class in org.herac.tuxguitar.gui.undo.undoables.track
 
UndoableUtil - Class in org.herac.tuxguitar.song.util
 
UndoableUtil() - Constructor for class org.herac.tuxguitar.song.util.UndoableUtil
 
UndoAction - Class in org.herac.tuxguitar.gui.actions.edit
 
UndoAction(TablatureEditor) - Constructor for class org.herac.tuxguitar.gui.actions.edit.UndoAction
 
UndoManager - Class in org.herac.tuxguitar.gui.undo
 
UndoManager() - Constructor for class org.herac.tuxguitar.gui.undo.UndoManager
 
UnsupportedFormatException - Exception in org.herac.tuxguitar.io
 
UnsupportedFormatException() - Constructor for exception org.herac.tuxguitar.io.UnsupportedFormatException
 
UnsupportedFormatException(String, Throwable) - Constructor for exception org.herac.tuxguitar.io.UnsupportedFormatException
 
UnsupportedFormatException(String) - Constructor for exception org.herac.tuxguitar.io.UnsupportedFormatException
 
UnsupportedFormatException(Throwable) - Constructor for exception org.herac.tuxguitar.io.UnsupportedFormatException
 
UP - Static variable in class org.herac.tuxguitar.gui.system.keybindings.SpecialKeys
 
UP_OFFSET - Static variable in class org.herac.tuxguitar.gui.editors.tab.MeasureTimeHelper
 
update() - Method in class org.herac.tuxguitar.gui.editors.tab.Caret
 
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() - Method in class org.herac.tuxguitar.gui.editors.tab.LyricPainter
 
update(ViewLayout) - Method in interface org.herac.tuxguitar.gui.editors.tab.MeasureComponent
 
update(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureCoords
Actualiza los valores para dibujar
update(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.MeasureHeaderGui
 
update(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.NoteCoords
Actualiza los valores para dibujar
update(ViewLayout) - Method in class org.herac.tuxguitar.gui.editors.tab.SilenceCoords
 
update() - Method in interface org.herac.tuxguitar.gui.items.ItemBase
Actualiza el estado del item
update() - Method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.CompositionMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.DurationMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.DynamicMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.EditMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.FileMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.HelpMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.LayoutMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.MarkerMenuItem
 
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.menu.NoteMenuItem
 
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.menu.SettingsMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.menu.TrackMenuItem
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.CompositionToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.DurationToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.DynamicToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.EditToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.FileToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.LayoutToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.MarkerToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.NoteEffectToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.NoteToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.PlayerToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.PropertiesToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.TrackToolItems
 
update() - Method in class org.herac.tuxguitar.gui.items.tool.ViewToolItems
 
update() - Method in class org.herac.tuxguitar.gui.mixer.SongMixer
 
update() - Method in class org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper
 
updateCache(boolean) - Method in class org.herac.tuxguitar.gui.TuxGuitar
 
updateCaretMode() - Method in class org.herac.tuxguitar.gui.editors.EditorCache
 
updateChannel(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 interface 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(List) - Method in class org.herac.tuxguitar.gui.items.ItemManager
 
updateItems() - Method in class org.herac.tuxguitar.gui.transport.SongTransport
 
updateLyrics() - Method in class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
updateMarker(int, String, RGBColor) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
updateMarker(Marker) - Method in class org.herac.tuxguitar.song.managers.SongManager
 
updatePlayingMode() - Method in class org.herac.tuxguitar.gui.editors.EditorCache
 
updatePrograms() - Method in interface 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.duration.DecrementDurationAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.duration.IncrementDurationAction
 
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.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.effects.ChangeVibratoNoteAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.insert.InsertChordAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.insert.OpenRepeatAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.measure.CleanMeasureAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.ChangeTiedNoteAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.ChangeVelocityAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.CleanBeatAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.DecrementNoteSemitoneAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.IncrementNoteSemitoneAction
 
updateTablature() - Method in class org.herac.tuxguitar.gui.actions.note.InsertNoteAction
 
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 variable in class org.herac.tuxguitar.gui.util.TuxGuitarFileUtils
 

V

VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetEighthDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetHalfDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetQuarterDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetSixteenthDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetThirtySecondDurationAction
 
VALUE - Static variable in class org.herac.tuxguitar.gui.actions.duration.SetWholeDurationAction
 
VAR_APP_NAME - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_APP_VERSION - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_FILE_NAME - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_FILE_PATH - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_SONG_ALBUM - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_SONG_AUTHOR - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_SONG_INTERPRET - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VAR_SONG_NAME - Static variable in class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
VELOCITY_INCREMENT - Static variable in class org.herac.tuxguitar.song.models.VelocityValues
 
VelocityValues - Class in org.herac.tuxguitar.song.models
 
VelocityValues() - Constructor for class org.herac.tuxguitar.song.models.VelocityValues
 
version - Variable in class org.herac.tuxguitar.io.pt.PTBInputStream
 
VIEWING_FRETS - Static variable in class org.herac.tuxguitar.gui.editors.chord.ChordEditor
 
ViewLayout - Class in org.herac.tuxguitar.gui.editors.tab.layout
 
ViewLayout(Tablature, SongManager, boolean, boolean, boolean) - Constructor for class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
 
ViewLayout.TrackPosition - Class in org.herac.tuxguitar.gui.editors.tab.layout
 
ViewLayout.TrackPosition(int, int, int) - Constructor for class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout.TrackPosition
 
ViewToolItems - Class in org.herac.tuxguitar.gui.items.tool
 
ViewToolItems() - Constructor for class org.herac.tuxguitar.gui.items.tool.ViewToolItems
 
VOLUME - Static variable in class org.herac.tuxguitar.player.base.MidiControllers
 

W

WHITE - Static variable in class org.herac.tuxguitar.song.models.RGBColor
 
WHOLE - Static variable 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.effects.HarmonicEditor
 
widgetSelected(SelectionEvent) - Method in class org.herac.tuxguitar.gui.items.menu.ChordMenuItem
 
widgetSelected(SelectionEvent) - Method in class org.herac.tuxguitar.gui.system.config.items.Option
 
WIDTH - Static variable in class org.herac.tuxguitar.gui.effects.GraceEditor
 
WIDTH - Static variable in class org.herac.tuxguitar.gui.effects.HarmonicEditor
 
WIDTH - Static variable in class org.herac.tuxguitar.gui.effects.TremoloPickingEditor
 
WIDTH - Static variable in class org.herac.tuxguitar.gui.effects.TrillEditor
 
WIDTH - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
WINDOW_TITLE - Static variable in class org.herac.tuxguitar.gui.system.config.ConfigKeys
 
WindowTitleUtil - Class in org.herac.tuxguitar.gui.util
 
WindowTitleUtil() - Constructor for class org.herac.tuxguitar.gui.util.WindowTitleUtil
 
write() - Method in class org.herac.tuxguitar.gui.editors.chord.CustomChordManager
 
write(String, PrintDocument) - Static method in class org.herac.tuxguitar.gui.util.PDFWriter
 
write(OutputStream, PrintDocument) - Static method in class org.herac.tuxguitar.gui.util.PDFWriter
 
write(Song) - Method in class org.herac.tuxguitar.io.SongWriter
 
write(Song) - Method in class org.herac.tuxguitar.io.tg.TGOutputStream
 
write(OutputStream) - Method in interface 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
 
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(Song) - Method in class org.herac.tuxguitar.io.exporter.ASCIITabOutputStream
 
writeSong(Song) - Method in class org.herac.tuxguitar.io.gp.GP3OutputStream
 
writeSong(Song) - Method in class org.herac.tuxguitar.io.gp.GP4OutputStream
 
writeSong(Song) - Method in class org.herac.tuxguitar.io.gp.GP5OutputStream
 
writeTremoloPicking(TremoloPickingEffect) - Method in class org.herac.tuxguitar.io.gp.GP4OutputStream
 

X

X_SPAN - Static variable in class org.herac.tuxguitar.gui.effects.BendEditor
 
X_SPAN - Static variable in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 

Y

Y_SPAN - Static variable in class org.herac.tuxguitar.gui.effects.BendEditor
 
Y_SPAN - Static variable in class org.herac.tuxguitar.gui.effects.TremoloBarEditor
 

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