Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D F G I L M N P R S T

A

API_NAME - Static variable in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
The name of this API.
API_NAME - Static variable in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
The name of this API.

B

BLOCKLIST_FLAVOR - Static variable in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
DataFlavor for a list of blocks

C

CannotPasteException - exception com.virtuosotechnologies.asaph.modelutils.CannotPasteException.
Can't paste because the transferable doesn't provide a suitable flavor
CannotPasteException() - Constructor for class com.virtuosotechnologies.asaph.modelutils.CannotPasteException
 
CannotPasteException(String) - Constructor for class com.virtuosotechnologies.asaph.modelutils.CannotPasteException
 
CannotPasteException(Throwable) - Constructor for class com.virtuosotechnologies.asaph.modelutils.CannotPasteException
 
CannotPasteException(String, Throwable) - Constructor for class com.virtuosotechnologies.asaph.modelutils.CannotPasteException
 
clipboardOwner_ - Variable in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
clipboard_ - Variable in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
com.virtuosotechnologies.asaph.modelutils - package com.virtuosotechnologies.asaph.modelutils
 
compactLine(SongLine, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Compact a line-- aggregates any consecutive comment strings or text strings, ensures inserts empty text between adjacent chords in the same chord set, and ensures that the line starts and ends with strings.
compactLine(SongLine, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Compact a line-- aggregates any consecutive comment strings or text strings, ensures inserts empty text between adjacent chords in the same chord set, and ensures that the line starts and ends with strings.
compactSong(Song, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Compact a song-- performs compactLine on all lines in the song.
compactSong(Song, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Compact a song-- performs compactLine on all lines in the song.
copySong(Song, Song) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Make one song a copy of another.
copySong(Song, Song) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Make one song a copy of another.
createBlockListTransferable(Song, Collection, ChordSet, Variation, boolean, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Create a Transferable for an ordered collection of blocks in a song
createBlockListTransferable(Song, Collection, ChordSet, Variation, boolean, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Create a Transferable for an ordered collection of blocks in a song
createLineFragment(SongLine, StringSongLineMember, int, StringSongLineMember, int, ChordSet, boolean, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
createLineFragmentTransferable(SongLine, StringSongLineMember, int, StringSongLineMember, int, ChordSet, boolean, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Create a Transferable for a fragment of a line
createLineFragmentTransferable(SongLine, StringSongLineMember, int, StringSongLineMember, int, ChordSet, boolean, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Create a Transferable for a fragment of a line
createLineListTransferable(Song, Collection, ChordSet, boolean, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Create a Transferable for an ordered collection of lines in a song
createLineListTransferable(Song, Collection, ChordSet, boolean, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Create a Transferable for an ordered collection of lines in a song
createTransferableForString(String) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Create a Transferable given a string.
createTransferableForString(String) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Create a Transferable given a string.
curClipboardContentsSong_ - Variable in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 

D

DataTransferUtils - interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils.
API that includes data transfer tools for songs and parts of songs
DataTransferUtilsImpl - class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl.
Implementation of DataTransferUtils API
DataTransferUtilsImpl(NotationManager) - Constructor for class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
dataTransferUtils_ - Variable in class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
 
dataTransferUtils_ - Variable in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 
data_ - Variable in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 

F

fixChord(Chord, NotationFactory) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 
fixChords(Chord[], NotationFactory) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 
fixNote(Note, NotationFactory) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 

G

getAPIImplementation(String, PluginLinker) - Method in class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
A plugin must implement this method to provide the implementations of the APIs that it provides.
getClipboardContents() - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Get the current system clipboard contents.
getClipboardContents() - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Get the current system clipboard contents.
getFieldValueAsString(Song, String) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get a field value as a string.
getFieldValueAsString(Song, String) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get a field value as a string.
getFieldValueAsStringArray(Song, String) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get a field value as a string array.
getFieldValueAsStringArray(Song, String) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get a field value as a string array.
getFirstLineAsString(Song, boolean, Variation) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get the first line of the song as a string.
getFirstLineAsString(Song, boolean, Variation) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get the first line of the song as a string.
getFlavorOf(Transferable, DataFlavor) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Get the flavor of the given transferable.
getFlavorOf(Transferable, DataFlavor) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Get the flavor of the given transferable.
getMemberPosition(SongLineMember, ChordSet) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get the index of a line member within its line
getMemberPosition(SongLineMember, ChordSet) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get the index of a line member within its line
getMultiLineString(StringList) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get the StringList value as a string with newline delimiters.
getMultiLineString(StringList) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get the StringList value as a string with newline delimiters.
getPasteType(Transferable, DataFlavor) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Get the type of object that would be pasted given a transferable and a context.
getPasteType(Transferable, DataFlavor) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Get the type of object that would be pasted given a transferable and a context.
getSong() - Method in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
getSongTextAsString(Song, boolean, Variation) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Get the entire song text as a string.
getSongTextAsString(Song, boolean, Variation) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Get the entire song text as a string.
getTransferData(DataFlavor) - Method in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
getTransferDataFlavors() - Method in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 

I

initialize(PluginLinker) - Method in class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
Perform first initialization of the plugin.
insertBlockListAfter(BlockListData, Song, SongBlock, boolean, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
insertLineFragmentAt(LineFragmentData, SongLine, StringSongLineMember, int, boolean, ChordSet, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
insertLineListAfter(LineListData, SongBlock, SongLine, boolean, ChordSet, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
internalTransposeLine(SongLine, ChordSet, Interval, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 
isDataFlavorSupported(DataFlavor) - Method in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 

L

LINEFRAGMENT_FLAVOR - Static variable in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
DataFlavor for a part of a line
LINELIST_FLAVOR - Static variable in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
DataFlavor for a list of lines
logger_ - Variable in class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
 

M

ModelUtilsPlugin - class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin.
Plugin for model utilities
ModelUtilsPlugin() - Constructor for class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
Constructor
moveChordAnnotation(ChordAnnotation, StringSongLineMember, int, ChordSet, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Move a chord marking
moveChordAnnotation(ChordAnnotation, StringSongLineMember, int, ChordSet, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Move a chord marking

N

notationManager_ - Variable in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
notationManager_ - Variable in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 

P

pasteTransferable(Transferable, SongLine, StringSongLineMember, int, ChordSet, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Paste the given transferable in the given position.
pasteTransferable(Transferable, SongLine, StringSongLineMember, int, StringSongLineMember, int, ChordSet, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Paste the given transferable, replacing the given range.
pasteTransferable(Transferable, SongLine, StringSongLineMember, int, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Paste the given transferable in the given position.
pasteTransferable(Transferable, SongLine, StringSongLineMember, int, StringSongLineMember, int, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Paste the given transferable, replacing the given range.
pasteTransferableAfter(Transferable, SongBlock, SongLine, ChordSet, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Paste the given transferable after the given line.
pasteTransferableAfter(Transferable, Song, SongBlock, ChordSet, Variation, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Paste the given transferable after the given block.
pasteTransferableAfter(Transferable, SongBlock, SongLine, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Paste the given transferable after the given line.
pasteTransferableAfter(Transferable, Song, SongBlock, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Paste the given transferable after the given block.
pasteTransferableImpl(Transferable, SongLine, StringSongLineMember, int, boolean, StringSongLineMember, int, StringSongLineMember, int, ChordSet, Variation, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
prepareSongForEditing(Song) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Normalize a song for editing.
prepareSongForEditing(Song) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Normalize a song for editing.

R

removeLineRange(SongLine, StringSongLineMember, int, StringSongLineMember, int, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Remove the given range from a line
removeLineRange(SongLine, StringSongLineMember, int, StringSongLineMember, int, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Remove the given range from a line

S

SongUtils - interface com.virtuosotechnologies.asaph.modelutils.SongUtils.
API that includes utilities for manipulating songs
SongUtilsImpl - class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl.
Implementation of SongUtils API interface
SongUtilsImpl(NotationManager) - Constructor for class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Constructor
setClipboardContents(Transferable) - Method in interface com.virtuosotechnologies.asaph.modelutils.DataTransferUtils
Set the current system clipboard contents.
setClipboardContents(Transferable) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
Set the current system clipboard contents.
setDataTransferUtils(DataTransferUtilsImpl) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
 
setMultiLineString(StringList, String, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Parses the given string into lines and sets the string list value.
setMultiLineString(StringList, String, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Parses the given string into lines and sets the string list value.
setSongUtils(SongUtilsImpl) - Method in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
songUtils_ - Variable in class com.virtuosotechnologies.asaph.modelutils.DataTransferUtilsImpl
 
songUtils_ - Variable in class com.virtuosotechnologies.asaph.modelutils.ModelUtilsPlugin
 
song_ - Variable in class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
splitBlock(SongBlock, SongLine, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Split a block in half.
splitBlock(SongBlock, SongLine, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Split a block in half.
splitLine(StringSongLineMember, int, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Split a line in half.
splitLine(StringSongLineMember, int, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Split a line in half.

T

TransferableImpl - class com.virtuosotechnologies.asaph.modelutils.TransferableImpl.
Transferable implementation
TransferableImpl(LineFragmentData, Song) - Constructor for class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
TransferableImpl(LineListData, Song) - Constructor for class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
TransferableImpl(BlockListData, Song) - Constructor for class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
TransferableImpl(Transferable, Song) - Constructor for class com.virtuosotechnologies.asaph.modelutils.TransferableImpl
 
transpose(SongLine, ChordSet, Interval, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Transpose chords in the given song line.
transpose(SongBlock, ChordSet, Interval, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Transpose chords in the given song block.
transpose(Song, ChordSet, Interval, UndoableEditListener) - Method in interface com.virtuosotechnologies.asaph.modelutils.SongUtils
Transpose chords in the given song.
transpose(SongLine, ChordSet, Interval, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Transpose chords in the given song line.
transpose(SongBlock, ChordSet, Interval, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Transpose chords in the given song block.
transpose(Song, ChordSet, Interval, UndoableEditListener) - Method in class com.virtuosotechnologies.asaph.modelutils.SongUtilsImpl
Transpose chords in the given song.

A B C D F G I L M N P R S T