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 _

U

UnexpectedParameterException - exception de.qfs.lib.util.UnexpectedParameterException.
This exception is thrown by ArgsParser.parse when it encouters an option that may not have a parameter, but one was given on the command line or in the options file.
UnexpectedParameterException(String, String, String) - Constructor for class de.qfs.lib.util.UnexpectedParameterException
Create a new UnexpectedParameterException.
UnhandledCommandException - exception de.qfs.lib.command.UnhandledCommandException.
This exception is thrown by CommandDistributor.assignCommandSilently, when a Command has been passed through all possible CommandHandlers and is still not handled.
UnhandledCommandException(Command) - Constructor for class de.qfs.lib.command.UnhandledCommandException
Create a new UnhandledCommandException.
uninstall() - Static method in class de.qfs.lib.gui.EventQueue
Uninstall the EventQueue.
UnitTests - class de.qfs.lib.log.UnitTests.
Test suite for log package unit testing.
UnitTests - class de.qfs.lib.util.UnitTests.
Test suite for util package unit testing.
UnitTests() - Constructor for class de.qfs.lib.log.UnitTests
 
UnitTests() - Constructor for class de.qfs.lib.util.UnitTests
 
UnknownOptionException - exception de.qfs.lib.util.UnknownOptionException.
This exception is thrown by ArgsParser.parse when it encouters an option that has not been defined.
UnknownOptionException(String, String) - Constructor for class de.qfs.lib.util.UnknownOptionException
Create a new UnknownOptionException.
unregister(boolean) - Method in class de.qfs.lib.config.Configurator
Unregister the Configurator's children from the Configuration.
unregister(Configurable, boolean) - Method in class de.qfs.lib.config.Configuration
Remove a Configurable from the Configuration.
unregister(Configuration, boolean) - Method in class de.qfs.lib.config.Configurator
Unregister the Configurator's children from a special Configuration.
unregisterAll(String, boolean) - Method in class de.qfs.lib.config.Configuration
Remove all Configurables of the same name from the Configuration.
unregisterAs(Configurable, String, boolean) - Method in class de.qfs.lib.config.Configuration
Remove a Configurable under a (possibly) different name from the Configuration.
update(Observable, Object) - Method in class de.qfs.lib.option.OptionSet
Update the OptionSet.
update(Option) - Method in class de.qfs.lib.option.OptionEdit
Update the display of the edit component after a possible change of its Option or the Option's value.
update(Option) - Method in class de.qfs.lib.option.SimpleOptionEdit
Update the display for a possibly new Option.
update(Option) - Method in class de.qfs.lib.option.ChoiceOptionEdit
Update the display for a possibly new Option.
update(Option) - Method in class de.qfs.lib.option.BooleanOptionEdit
Update the display for a possibly new Option.
update(OptionSet) - Method in class de.qfs.lib.option.OptionEdit
Update the display of the edit component after a possible change of its Option or the Option's value.
update(OptionSet) - Method in class de.qfs.lib.option.OptionGroup
Update display for possibly new Options.
update(OptionSet) - Method in class de.qfs.lib.option.RadioOptionGroup
Update display for possibly new Options.
update(OptionSet) - Method in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. Update display for possibly new Options.
update(OptionSet) - Method in class de.qfs.lib.option.NestedOptionGroup
Update display for possibly new Options.
update(OptionSet) - Method in class de.qfs.lib.option.OptionDialog
Update the display of the OptionGroups.
updateUI() - Method in class de.qfs.lib.gui.SortedTableHelper
This method should be called if you change the UI of the table, even if you use SwingUtilities.updateComponentTreeUI, since otherwise the header renderer of the table doesn't get updated.

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 _