Index

A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes|All Packages|Constant Field Values|Serialized Form

S

scrollPaneOutput - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Scroll pane for the visitor output
second - Variable in class provided.utils.struct.impl.Dyad
The second element
sendCriticalLogMsg(String) - Method in interface provided.logger.demo.view.IView2ModelAdapter
Send a debug message to the model
sendDebugLogMsg(String) - Method in interface provided.logger.demo.view.IView2ModelAdapter
Send a debug message to the model
sendErrorLogMsg(String) - Method in interface provided.logger.demo.view.IView2ModelAdapter
Send a error message to the model
sendInfoLogMsg(String) - Method in interface provided.logger.demo.view.IView2ModelAdapter
Send a debug message to the model
SequencePlayer - Class in provided.abcMusic.player.impl
A basic sequence player to create and play MIDI music sequences.
SequencePlayer(int, int) - Constructor for class provided.abcMusic.player.impl.SequencePlayer
Create a new SequencePlayer to create and play music.
SequencePlayer2 - Class in provided.abcMusic.player.impl
An advanced sequence player to create and play MIDI music sequences.
SequencePlayer2(int, int) - Constructor for class provided.abcMusic.player.impl.SequencePlayer2
Create a new SequencePlayer to create and play music.
SequencePlayer2.IPlayable - Interface in provided.abcMusic.player.impl
Interface that represents a playable entity.
SequentialDispatcher<TMsg> - Class in provided.utils.dispatcher.impl
A simple dispatcher that updates its observers sequentially on a single thread.
SequentialDispatcher() - Constructor for class provided.utils.dispatcher.impl.SequentialDispatcher
 
serialVersionUID - Static variable in class provided.logger.demo.view.MainFrame
For serialization
serialVersionUID - Static variable in class provided.logger.util.LoggerPanel
For serialization
serialVersionUID - Static variable in class provided.utils.file.impl.FileContents
For serialization
serialVersionUID - Static variable in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
 
serialVersionUID - Static variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
 
setAccidental(int) - Method in class provided.abcMusic.musicFW.Note
Accessor to set the accidental value
setDecoree(int, ISeqList) - Method in class provided.abcMusic.musicFW.ToggleDecoratorSeqList
Setter methods used to set a particular decoree.
setDecoree(ISeqList) - Method in class provided.abcMusic.musicFW.DecoratorSeqList
Setter methods used to set the decoree.
setDecorees(ISeqList...) - Method in class provided.abcMusic.musicFW.ToggleDecoratorSeqList
Settor for the decorees
setDuration(double) - Method in class provided.abcMusic.musicFW.Note
Accessor to set the note duration
setFine() - Method in class provided.abcMusic.musicFW.FineToggleDecoratorSeqList
Sets the system to use the "fine" decorator at the next execution.
setHosts(THost...) - Method in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Set drop list (cbHosts) to hold the given host objects.
setIsNatural(boolean) - Method in class provided.abcMusic.musicFW.Note
Settor for isNatural flag.
setLists(IList...) - Method in interface visitorDemoExercises.listFWVisitorExercises.model.IViewAdapter
Give the view an array of strings to label the different list hosts.
setLogEntryFormatter(ILogEntryFormatter) - Method in class provided.logger.util.AStringLogEntryProcessor
Set the log entry formatter in use to be the given formatter
setLogEntryFormatter(ILogEntryFormatter) - Method in interface provided.logger.util.IStringLogEntryProcessor
Set the log entry formatter in use to be the given formatter
setLogEntryFormatter(ILogEntryFormatter) - Method in class provided.logger.util.LoggerPanel
 
setLogLevel(LogLevel) - Method in interface provided.logger.demo.view.IView2ModelAdapter
Set the log level of the model's logger.
setLogLevel(LogLevel) - Method in interface provided.logger.ILogger
Sets the minimum log level to be displayed.
setLogLevel(LogLevel) - Method in class provided.logger.impl.Logger
 
setLogProcessor(ILogEntryProcessor) - Method in interface provided.logger.ILogger
Set the log entry processor being used.
setLogProcessor(ILogEntryProcessor) - Method in class provided.logger.impl.Logger
 
setName(char) - Method in class provided.abcMusic.musicFW.Note
Accessor to set the name of the note
setOctave(int) - Method in class provided.abcMusic.musicFW.Note
Accessor to set the octave of the note
setTargetToDecoree(int) - Method in class provided.abcMusic.musicFW.ToggleDecoratorSeqList
Used to explicitly set the target (active) decoree if needed.
setTempo(int) - Method in class provided.abcMusic.player.impl.ASequencePlayer
Set the tempo - can't change the tempo in the middle of a sequence, the last tempo set will be used for the whole sequence.
setTempo(int) - Method in interface provided.abcMusic.player.ISequencePlayer
Set the tempo - can't change the tempo in the middle of a sequence, the last tempo set will be used for the whole sequence.
setTicksPerDefaultNote(int) - Method in class provided.abcMusic.player.impl.ASequencePlayer
Accessor to set the current ticks per default note
setTicksPerDefaultNote(int) - Method in interface provided.abcMusic.player.ISequencePlayer
Accessor to set the current ticks per default note
setToStringAlgo(IPhraseVisitor) - Static method in class provided.abcMusic.musicFW.NESeqList
Setter for the _toStringAlgo helper.
SHARED - Static variable in class provided.logger.impl.Logger
The ILogger implementation to be shared on an application-wide level.
sharedSystemLogger - Variable in class provided.logger.demo.controller.LoggerTestApp
The global singleton shared logger, obtained from ILoggerControl.
SineMaker - Class in provided.utils.valueGenerator.impl
A utility class that can be used to create smoothly varying sinusoidal numerical data.
SineMaker(double, double, double) - Constructor for class provided.utils.valueGenerator.impl.SineMaker
The constructor takes several values to control the object's behavior.
Singleton - Static variable in class provided.abcMusic.musicFW.MTSeqList
Singleton instance of the class
Singleton - Static variable in class provided.abcMusic.utils.ABCUtil
Singleton instance of the class
Singleton - Static variable in class provided.listFW.MTList
Singleton Pattern
Singleton - Static variable in class provided.listFW.visitors.ToStringAlgo
Singeton instance
Singleton - Static variable in class provided.listFW.visitors.ToStringHelper
Singleton instance of helper algo
Singleton - Static variable in class provided.tokenFW.TokenFactory
Singleton instance of this class
Singleton - Static variable in class provided.utils.valueGenerator.impl.Randomizer
Singleton instance of this class
Singleton - Static variable in class provided.utils.valueGenerator.impl.VectorUtil
Singleton instance
spnDisplay - Variable in class provided.logger.util.LoggerPanel
Teh scrollbars around the text area
stack - Variable in class provided.abcMusic.parser.tokenizer.ABCTokenizer
Push-back stack for tokens.
stack - Variable in class provided.tokenFW.tokenizer.StringTokenizer
Stack used for token push-back
start() - Method in interface provided.abcMusic.player.impl.SequencePlayer2.IPlayable
Starts the sequencer associated with this playable entity
start() - Method in class provided.logger.demo.controller.LoggerTestApp
Start the application.
start() - Method in class provided.logger.demo.model.MainModel
Start the model, including chaining the system logger to the end of the local model logger.
start() - Method in class provided.logger.demo.view.MainFrame
Start the view.
start() - Method in class visitorDemoExercises.basicVisitorDemo.controller.VisitorDemoApp
Starts the view
start() - Method in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
Starts the view.
start() - Method in class visitorDemoExercises.listFWVisitorExercises.controller.ListDemoApp
Start the application
start() - Method in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
Start the model
start() - Method in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Start the view, i.e.
stop() - Method in class provided.abcMusic.player.impl.SequencePlayer
Stop playing music and close resources.
stop() - Method in interface provided.abcMusic.player.impl.SequencePlayer2.IPlayable
Stops the sequencer and synthesizer associated with this playable entity
stop() - Method in class provided.abcMusic.player.impl.SequencePlayer2
Stop the first playable in the internal queue if there is any.
stop() - Method in interface provided.abcMusic.player.ISequencePlayer
Stop playing music and close resources.
StringTokenizer - Class in provided.tokenFW.tokenizer
Special tokenizer that converts a stream of various types of tokens from StreamTokenizer and converts them into a stream of strings.
StringTokenizer(String) - Constructor for class provided.tokenFW.tokenizer.StringTokenizer
Initialize _st to read from a input Reader file with the given input file name.
SumAcc - Class in provided.listFW.visitors
Accumulates the sum of the values, starting with a total of 1.
SumAcc() - Constructor for class provided.listFW.visitors.SumAcc
Constructor for the class
SumFwdAlgo - Class in provided.listFW.visitors
Returns the sum of a list of integers using forward accumulation.
SumFwdAlgo() - Constructor for class provided.listFW.visitors.SumFwdAlgo
 
SumRevAlgo - Class in provided.listFW.visitors
Returns the sum of a list of integers using reverse accumulation.
SumRevAlgo() - Constructor for class provided.listFW.visitors.SumRevAlgo
 
swapToken(Token) - Method in class provided.abcMusic.parser.ABCParser
Swap the given token for the next token in the tokenizer, returning the next token.
systemLogger - Variable in class provided.logger.demo.model.MainModel
The system-wide logger
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes|All Packages|Constant Field Values|Serialized Form