Index
All Classes|All Packages|Constant Field Values|Serialized Form
C
- canvasPnl - Variable in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
-
Canvas to draw on for graphical outputs
- caseAt(String, IPhrase, Object...) - Method in class provided.abcMusic.musicFW.APhraseVisitor
-
Runs the command associated with the given id, passing along the given host and vararg parameters.
- caseAt(String, IPhrase, Object...) - Method in interface provided.abcMusic.musicFW.IPhraseVisitor
-
Called by the host to run the appropriate processing for that host.
- caseAt(String, Token, Object...) - Method in class provided.tokenFW.ATokVisitor
-
Delegates to the ITokVisitorCmd associated with the given host id (name), or if nothing is associated with the id, use the default cmd.
- caseAt(String, Token, Object...) - Method in interface provided.tokenFW.ITokVisitor
-
Host Token calls this method with its ID to run its associated processing.
- caseHostA(HostA, Object...) - Method in interface provided.basicVisitorFW.IVisitor
-
Case for HostA
- caseHostA(HostA, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor1
- caseHostA(HostA, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor2
- caseHostB(HostB, Object...) - Method in interface provided.basicVisitorFW.IVisitor
-
Case for HostB
- caseHostB(HostB, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor1
- caseHostB(HostB, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor2
- caseHostC(HostC, Object...) - Method in interface provided.basicVisitorFW.IVisitor
-
Case for HostC
- caseHostC(HostC, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor1
- caseHostC(HostC, Object...) - Method in class provided.basicVisitorFW.visitors.Visitor2
- cbHosts - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
-
Drop list of available hosts
- cbxSetLogLevel - Variable in class provided.logger.demo.view.MainFrame
-
The drop list that sets the system logger's minimum log level
- centerSplitPane - Variable in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
-
Dual output display panes
- checkAccidentals(Note) - Method in class provided.abcMusic.parser.ABCParser
-
Checks to see if the given Note is in the set of accidentals Checks name and octave but not duration or accidental
- checkNextNoteAlgo - Variable in class provided.abcMusic.parser.ABCParser
-
Checks for dotted notes.
- checkTypes(Class<?>[], Object[]) - Method in class provided.utils.loader.impl.AObjectLoader
-
Utility method to check if the types of the elements in the given args array match the types in the given paramTypes array.
- Chord - Class in provided.abcMusic.musicFW
-
A collection of notes that make up a Chord.
- Chord(Note...) - Constructor for class provided.abcMusic.musicFW.Chord
-
Create a Chord out of a collection of notes.
- classnamePrefixes - Variable in class provided.utils.loader.impl.ObjectLoaderPath
-
List of of the given classname prefixes, which is effectively a path list
- cmds - Variable in class provided.abcMusic.musicFW.APhraseVisitor
-
The dictionary of commands, implemented using a hash table.
- cmds - Variable in class provided.tokenFW.ATokVisitor
-
The dictionary mapping token id's (names) to associated commands.
- comparator - Variable in class provided.utils.dispatcher.impl.ADispatcher
-
Comparator used to order the IObservers in the ConcurrentSkipListSet.
- contentPane - Variable in class provided.logger.demo.view.MainFrame
-
The frame's content pane
- controlPnl - Variable in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
-
Main control panel
- convertflat(char) - Method in class provided.abcMusic.utils.KeySignature
-
Helper method to convert a note to its equivalent flat version.
- CopyAcc - Class in provided.listFW.visitors
-
Accumulates the values into a list, starting with an empty list.
- CopyAcc() - Constructor for class provided.listFW.visitors.CopyAcc
-
Constructor for the class
- CopyAlgo - Class in provided.listFW.visitors
-
Returns a copy of the list
- CopyAlgo() - Constructor for class provided.listFW.visitors.CopyAlgo
- CountAlgo - Class in provided.listFW.visitors
-
Returns the count of the number of elements in the list
- CountAlgo() - Constructor for class provided.listFW.visitors.CountAlgo
- CRITICAL - Enum constant in enum class provided.logger.LogLevel
-
Critical program operation information
- currentLogLevel - Variable in class provided.logger.impl.Logger
-
The current minimum logging level
All Classes|All Packages|Constant Field Values|Serialized Form