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

L

LastNegAcc - Class in provided.listFW.visitors
Accumulates (saves) the last negative number given to it.
LastNegAcc() - Constructor for class provided.listFW.visitors.LastNegAcc
Constructor for the class
lblAccumulator - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Label for the accumulators
lblInputParameter - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Label for visitor input parameter
lblMsgDisplay - Variable in class provided.logger.demo.view.MainFrame
The label used to display messages on the view
lblRunVisitorOn - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Label for host list
lblVisitorClassname - Variable in class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Label for visitor class names
leFormatter - Variable in class provided.logger.demo.model.MainModel
The log entry formatter used by the local model logger Note the use of the indexed positional arguments ("%X$") in the format string to use only the desired elements of the log entry to be formatted.
leFormatter - Variable in class provided.logger.demo.view.MainFrame
The log entry formatter used by the local view logger.
leFormatter - Variable in class provided.logger.util.AStringLogEntryProcessor
The log entry formatter currently in use.
leFormatter - Variable in class provided.logger.util.LoggerPanel
The log entry formatter in use.
leProcessors - Variable in class provided.logger.impl.Logger
The current set of log entry processors to use
letter - Variable in class provided.abcMusic.utils.KeySignature.KeyNote
The letter of the note
list0 - Variable in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
Instance of first available host
list1 - Variable in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
Instance of second available host
list2 - Variable in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
Instance of third available host
ListDemoApp - Class in visitorDemoExercises.listFWVisitorExercises.controller
Controller for the ListFW demo app
ListDemoApp() - Constructor for class visitorDemoExercises.listFWVisitorExercises.controller.ListDemoApp
No parameter constructor for use with applets.
ListDemoApp(int) - Constructor for class visitorDemoExercises.listFWVisitorExercises.controller.ListDemoApp
Constructor for the class
ListDemoFrame<THost> - Class in visitorDemoExercises.listFWVisitorExercises.view
The view for the ListFW demo app
ListDemoFrame(IModelAdapter<THost>, int) - Constructor for class visitorDemoExercises.listFWVisitorExercises.view.ListDemoFrame
Constructor for the view
ListDemoModel - Class in visitorDemoExercises.listFWVisitorExercises.model
ListFW demo app model
ListDemoModel(IViewAdapter) - Constructor for class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
Constructor for the class
loader - Variable in class visitorDemoExercises.basicVisitorDemo.model.VisitorDemoModel
The dynamic class loader for the IVisitors.
loadInstance(String, Object...) - Method in class provided.utils.loader.impl.AObjectLoader
 
loadInstance(String, Object...) - Method in class provided.utils.loader.impl.ObjectLoaderPath
Instantiates and then delegates to a recursive IObjectLoader instance that goes through the saved list of classname prefixes searching for the partial name, className.
loadInstance(String, Object...) - Method in interface provided.utils.loader.IObjectLoader
Uses dynamic class loading to load and instantiate a subclass or implementation of ReturnT given a fully-qualified class name and an array (vararg) of input parameters.
loadVisitor(String) - Method in class visitorDemoExercises.basicVisitorDemo.model.VisitorDemoModel
Utility method to load a visitor given its classname, without the leading "visitors.impl.".
log(ILogEntry) - Method in interface provided.logger.ILogger
TYPICAL DEVELOPER CODE NEVER CALLS THIS METHOD! Log the given log entry using a completed ILogEntry object where the code location is being explicitly specified.
log(ILogEntry) - Method in class provided.logger.impl.Logger
 
log(LogLevel, String) - Method in interface provided.logger.ILogger
Log the given log entry where the code location is being automatically calculate.
log(LogLevel, String) - Method in class provided.logger.impl.Logger
 
logger - Variable in class provided.abcMusic.parser.ABCParser
Logger for to use
logger - Variable in class provided.abcMusic.player.impl.ASequencePlayer
Logger for this and subclasses to use
logger - Variable in class provided.abcMusic.utils.ABCUtil
logger to use
logger - Variable in class provided.abcMusic.utils.KeySignature
logger to use
logger - Variable in class provided.tokenFW.tokenizer.StringTokenizer
logger to use
logger - Variable in class provided.utils.loader.impl.AObjectLoader
Logger for this and subclasses to use
logger - Variable in class provided.utils.loader.impl.ObjectLoaderPath
Logger to use
logger - Variable in class visitorDemoExercises.basicVisitorDemo.model.VisitorDemoModel
logger to use
logger - Variable in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
logger to use
Logger - Class in provided.logger.impl
DEVELOPER CODE SHOULD NOT INSTANTIATE THIS CLASS DIRECTLY! USE ILoggerControl TO INSTANTIATE A BASIC ILogger INSTANCE.
Logger() - Constructor for class provided.logger.impl.Logger
Instantiate this logger with a single log entry processor = ILogEntryProcessor.DEFAULT and a minimum logging level of LogLevel.INFO
Logger(ILogEntryProcessor) - Constructor for class provided.logger.impl.Logger
Instantiate this logger with the given log entry processor and a minimum logging level of LogLevel.INFO
Logger(ILogEntryProcessor, LogLevel) - Constructor for class provided.logger.impl.Logger
Instantiate this logger with the given log entry processor and given minimum logging level
Logger(LogLevel) - Constructor for class provided.logger.impl.Logger
Instantiate this logger with a single log entry processor = ILogEntryProcessor.DEFAULT and a minimum logging level of LogLevel.INFO
LoggerPanel - Class in provided.logger.util
Simple display panel for logger output.
LoggerPanel() - Constructor for class provided.logger.util.LoggerPanel
Uses a default title for the panel's border.
LoggerPanel(String) - Constructor for class provided.logger.util.LoggerPanel
Create the panel with a given title
LoggerTestApp - Class in provided.logger.demo.controller
The controller for the demo app
LoggerTestApp() - Constructor for class provided.logger.demo.controller.LoggerTestApp
Construct the application
LogicalAndHost - Class in provided.utils.logic.impl
An ILogicalHost that represents the logical AND of two ILogicalHosts.
LogicalAndHost(ILogicalHost, ILogicalHost) - Constructor for class provided.utils.logic.impl.LogicalAndHost
Construct the logical AND of the two hosts.
LogicalNotHost - Class in provided.utils.logic.impl
An ILogicalHost that represents the logical NOT of the given ILogicalHost.
LogicalNotHost(ILogicalHost) - Constructor for class provided.utils.logic.impl.LogicalNotHost
Construct the logical NOT of the given hosts.
LogicalOrHost - Class in provided.utils.logic.impl
An ILogicalHost that represents the logical OR of two ILogicalHosts.
LogicalOrHost(ILogicalHost, ILogicalHost) - Constructor for class provided.utils.logic.impl.LogicalOrHost
Construct the logical OR of the two hosts.
LogicalXOrHost - Class in provided.utils.logic.impl
An ILogicalHost that represents the logical XOR of two ILogicalHosts.
LogicalXOrHost(ILogicalHost, ILogicalHost) - Constructor for class provided.utils.logic.impl.LogicalXOrHost
Construct the logical XOR of the two hosts.
LogLevel - Enum Class in provided.logger
Enumeration values for classifying log messages.
LogLevel() - Constructor for enum class provided.logger.LogLevel
 
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