qflib 0.98.0
A B C D E F G H I J K L M N O P R S T U V W X Y Z _

M

main(String[]) - Static method in class de.qfs.lib.Version
Dump the version numbers for this release to System.out.
With argument -version print the whole version number.
With argument -major print only the major number.
With argument -minor print only the minor number.
With argument -release print only the release number.
With argument -jdk print only the JDK version for which this qflib version was compiled.
Otherwise print a message containing the full version.
mainComponent - Variable in class de.qfs.lib.gui.ModalDialog
The main component of the dialog.
mainPanel - Variable in class de.qfs.lib.gui.ModalDialog
The panel for the main component.
MAJOR - Static variable in class de.qfs.lib.Version
The major version.
makeBorder(JComponent) - Method in class de.qfs.lib.option.OptionGroup
Create the border for the group if the .frame property for the group is set.
makeEdit(Option) - Static method in class de.qfs.lib.option.OptionEdit
A factory method that dynamically creates an OptionEdit for an Option.
makeGrid() - Method in class de.qfs.lib.option.PlainOptionGroup
Create the Grid component for the group members.
makeGrid() - Method in class de.qfs.lib.option.FramedOptionGroup
Deprecated. Create the Grid for the group members.
makeGrid() - Method in class de.qfs.lib.option.RadioOptionGroup
Create the Grid for the group members.
makeGroup(String, OptionSet) - Static method in class de.qfs.lib.option.OptionGroup
Create a new OptionGroup.
makeLine(Component[]) - Method in class de.qfs.lib.gui.Grid
Pack Components into a row for the Grid.
makePane() - Method in class de.qfs.lib.option.TabbedOptionGroup
Create the JTabbedPane for the tab members.
makeSystemClass(String, boolean) - Method in class de.qfs.lib.util.ArchiveClassLoader
Get a system class and maybe resolve it.
makeSystemClass(String, boolean) - Method in class de.qfs.lib.util.DynamicClassLoader
Get a system class and maybe resolve it.
makeWrapper(Object) - Static method in class de.qfs.lib.config.ConfigWrapper
A factory method that dynamically creates a ConfigWrapper for the most derived class or baseclass of the client, for which a wrapper is available.
makeWrapper(Object) - Method in class de.qfs.lib.util.ClassWrapper
A factory method that dynamically creates a wrapper object for the most derived class or baseclass of the client, for which a wrapper is available.
makeWrapper(Object, String) - Static method in class de.qfs.lib.config.ConfigWrapper
A factory method that dynamically creates a ConfigWrapper for the most derived class or baseclass of the client, for which a wrapper is available.
MalformedArgumentListException - exception de.qfs.lib.util.MalformedArgumentListException.
A MalformedArgumentListException is the base class for exceptions thrown by ArgsParser.parse when it encounters inconsistencies in the command line arguments.
MalformedArgumentListException(String, String) - Constructor for class de.qfs.lib.util.MalformedArgumentListException
Create a new MalformedArgumentListException.
MapResourceBundle - class de.qfs.lib.util.MapResourceBundle.
The MapResourceBundle class extends the standard ResourceBundle to provide a more convenient overall handling of resources and property files.
MapResourceBundle() - Constructor for class de.qfs.lib.util.MapResourceBundle
Create a new MapResourceBundle.
MapResourceBundle(ResourceBundle) - Constructor for class de.qfs.lib.util.MapResourceBundle
Create a new MapResourceBundle from a ResourceBundle, copying its key/value pairs.
mapsToMany(Object) - Method in class de.qfs.lib.util.MultiMap
Query whether a key maps to more than one values.
mark - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
Mark to distinguish user events from artificial ones.
mark - Variable in class de.qfs.lib.util.CountingInputStream
The byte count for the mark position.
mark(int) - Method in class de.qfs.lib.util.InputStreamAdapter
Marks the current position in this input stream.
mark(int) - Method in class de.qfs.lib.util.CountingInputStream
Marks the current position in this input stream.
markSupported() - Method in class de.qfs.lib.util.InputStreamAdapter
Tests if this input stream supports the mark and reset methods.
master - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
The master window to position relative to.
members - Variable in class de.qfs.lib.option.OptionGroup
The members of the OptionGroup.
message - Variable in class de.qfs.lib.gui.StatusLine
The Label displaying the messages.
Message - class de.qfs.lib.gui.Message.
A collection of convenience methods to bring up localized versions of standard dialogs.
MessageCollector - class de.qfs.lib.util.MessageCollector.
Very simple mechanism for collecting warning and error messages.
MessageCollector() - Constructor for class de.qfs.lib.util.MessageCollector
Create a new MessageCollector.
MessageCommandException - exception de.qfs.lib.command.MessageCommandException.
When a MessageCommandException is thrown during the exection of a Command that has been assigned through a CommandDistributor, it will be caught and a Dialog for the contained message will be displayed through Message.showMessage.
MessageCommandException(String, Component, String) - Constructor for class de.qfs.lib.command.MessageCommandException
Create a new MessageCommandException.
MessageCommandException(String, Component, String, Object[]) - Constructor for class de.qfs.lib.command.MessageCommandException
Create a new MessageCommandException.
methodAdded(String, String) - Method in class de.qfs.lib.log.TreeFilter
This method is intended to be implemented by a possible subclass.
minHeight - Variable in class de.qfs.lib.gui.ModalDialog
The minimum height of the dialog.
MINOR - Static variable in class de.qfs.lib.Version
The minor version.
minWidth - Variable in class de.qfs.lib.gui.ModalDialog
The minimum width of the dialog.
MissingParameterException - exception de.qfs.lib.util.MissingParameterException.
This exception is thrown by ArgsParser.parse when it encouters an option that has a required parameter, but none was given on the command line or in the options file.
MissingParameterException(String, String) - Constructor for class de.qfs.lib.util.MissingParameterException
Create a new MissingParameterException.
ModalDialog - class de.qfs.lib.gui.ModalDialog.
This is a very useful base class for modal dialogs that display one large component - or several components grouped into a large one - above a row of buttons.
ModalDialog.ButtonData - class de.qfs.lib.gui.ModalDialog.ButtonData.
A structure that encapsulates the values for a button.
ModalDialog.ButtonData() - Constructor for class de.qfs.lib.gui.ModalDialog.ButtonData
Create a new ButtonData.
ModalDialog.ButtonData(String, MapResourceBundle) - Constructor for class de.qfs.lib.gui.ModalDialog.ButtonData
Create a new ButtonData, reading its value from the resources.
ModalDialog(String, Dialog) - Constructor for class de.qfs.lib.gui.ModalDialog
Create a new ModalDialog.
ModalDialog(String, Dialog, Component) - Constructor for class de.qfs.lib.gui.ModalDialog
Create a new ModalDialog.
ModalDialog(String, Frame) - Constructor for class de.qfs.lib.gui.ModalDialog
Create a new ModalDialog.
ModalDialog(String, Frame, Component) - Constructor for class de.qfs.lib.gui.ModalDialog
Create a new ModalDialog.
modCounter - Variable in class de.qfs.lib.util.MultiMap
Since HashMap's modification counter is private the MultiMap needs its own.
mode - Variable in class de.qfs.lib.log.AbstractLogUser
The LogUser mode.
MODE_APPEND - Static variable in class de.qfs.lib.log.StreamFilter
Deprecated. Append to a log file, creating a new one if necessary.
MODE_APPEND - Static variable in class de.qfs.lib.log.FileLogWriter
Append to a log file, creating a new one if necessary.
MODE_CREATE - Static variable in class de.qfs.lib.log.StreamFilter
Deprecated. Create a new log file, overwriting existing files.
MODE_CREATE - Static variable in class de.qfs.lib.log.FileLogWriter
Create a new log file, overwriting existing files.
MODE_UNIQUE - Static variable in class de.qfs.lib.log.StreamFilter
Deprecated. Create a new log file.
MODE_UNIQUE - Static variable in class de.qfs.lib.log.FileLogWriter
Create a new log file.
model - Variable in class de.qfs.lib.gui.TableModelAdapter
The original TableModel used for delegation.
MODIFIED - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node has been modified
mouseClicked(MouseEvent) - Method in class de.qfs.lib.gui.EventSink
 
mouseEntered(MouseEvent) - Method in class de.qfs.lib.gui.EventSink
 
mouseExited(MouseEvent) - Method in class de.qfs.lib.gui.EventSink
 
mousePressed(MouseEvent) - Method in class de.qfs.lib.gui.EventSink
 
mouseReleased(MouseEvent) - Method in class de.qfs.lib.gui.EventSink
 
moveFiles(int) - Method in class de.qfs.lib.log.RingFileLogWriter
Rename files, incrementing their number by 1.
MRUCache - class de.qfs.lib.util.MRUCache.
This is a cache that stores only a certain number of resources.
MRUCache.UnitTest - class de.qfs.lib.util.MRUCache.UnitTest.
Test cases for the MRUCache class.
MRUCache.UnitTest(String) - Constructor for class de.qfs.lib.util.MRUCache.UnitTest
Create a new UnitTest.
MRUCache(int) - Constructor for class de.qfs.lib.util.MRUCache
Create a new MRUCache.
MRUCacheEvent - class de.qfs.lib.util.MRUCacheEvent.
Event object that contains details about resources being dropped from an overflowing MRUCache.
MRUCacheEvent(Object, Object, Object) - Constructor for class de.qfs.lib.util.MRUCacheEvent
Create a new MRUCacheEvent.
MRUCacheListener - interface de.qfs.lib.util.MRUCacheListener.
A listener for resources dropped from an MRUCache.
msep - Static variable in class de.qfs.lib.log.TreeFilter
Used internally as a separator between class and method names.
MSG - Static variable in class de.qfs.lib.log.Log
The level for normal messages of medium importance.
MSGDETAIL - Static variable in class de.qfs.lib.log.Log
The level for details for normal messages.
MTD - Static variable in class de.qfs.lib.log.Log
The level for method calls.
MTDDETAIL - Static variable in class de.qfs.lib.log.Log
The level for details for Method calls i.e. detailed parameter values.
MultiMap - class de.qfs.lib.util.MultiMap.
This is a special implementation of the Map interface that can store more than one value per key.
MultiMap.MapEntry - class de.qfs.lib.util.MultiMap.MapEntry.
An implementation of the Map.Entry interface.
MultiMap.MapEntry(MultiMap, Object, Object) - Constructor for class de.qfs.lib.util.MultiMap.MapEntry
Create a new MapEntry.
MultiMap.MapIterator - class de.qfs.lib.util.MultiMap.MapIterator.
Iterator for the key, value and entry collections of the MultiMap.
MultiMap.MapIterator(MultiMap, int) - Constructor for class de.qfs.lib.util.MultiMap.MapIterator
Create a new MapIterator.
MultiMap.UnitTest - class de.qfs.lib.util.MultiMap.UnitTest.
Test cases for the MultiMap class.
MultiMap.UnitTest(String) - Constructor for class de.qfs.lib.util.MultiMap.UnitTest
Create a new UnitTest.
MultiMap.ValueSet - interface de.qfs.lib.util.MultiMap.ValueSet.
This interface is a marker for the actual Set used to store multiple values for the same key in a MultiMap.
MultiMap() - Constructor for class de.qfs.lib.util.MultiMap
Create a new MultiMap.
MultiMap(int) - Constructor for class de.qfs.lib.util.MultiMap
Create a new MultiMap.
MultiMap(Map) - Constructor for class de.qfs.lib.util.MultiMap
Create a new MultiMap and initialize it with all the mappings from the passed map.
MultiPane - class de.qfs.lib.gui.MultiPane.
A MultiPane is very similar to a JSplitPane and is implemented with the help of one.
MultiPane(int) - Constructor for class de.qfs.lib.gui.MultiPane
Create a new MultiPane with a name of "MultiPane", a default divider location of 0.5 and a default showing state of SHOW_BOTH.
MultiPane(int, Component, Component) - Constructor for class de.qfs.lib.gui.MultiPane
Create a new MultiPane with a name of "MultiPane", a default divider location of 0.5 and a default showing state of SHOW_BOTH.
MultiPane(String, int, Component, Component, double, int) - Constructor for class de.qfs.lib.gui.MultiPane
Create a new MultiPane.
MultiPane(String, int, Component, Component, int, int) - Constructor for class de.qfs.lib.gui.MultiPane
Create a new MultiPane.
MultiPaneEvent - class de.qfs.lib.gui.MultiPaneEvent.
This event contains the details about a change in a MultiPane's showing state.
MultiPaneEvent(Object, int) - Constructor for class de.qfs.lib.gui.MultiPaneEvent
Create a new MultiPaneEvent.
MultiPaneListener - interface de.qfs.lib.gui.MultiPaneListener.
A listener for MultiPaneEvents.
mustBeHandled() - Method in class de.qfs.lib.command.Command
Test whether the Command must be handled.
mustClose - Variable in class de.qfs.lib.log.StreamLogWriter
Whether the stream or writer must be closed in close.
mustSort - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
Whether indexMap must be sorted before data can be accessed.

qflib 0.98.0
A B C D E F G H I J K L M N O P R S T U V W X Y Z _