Uses of Class
ca.corbett.extras.properties.PropertiesManager
Packages that use PropertiesManager
Package
Description
Contains code that enables your applications to define dynamic extensions that can be
packaged into jar files and loaded at runtime to alter the behaviour of your application,
or even to supplement your application with additional behaviour.
Contains a custom Properties implementation to augment the one provided by java.
-
Uses of PropertiesManager in ca.corbett.extensions
Fields in ca.corbett.extensions declared as PropertiesManagerMethods in ca.corbett.extensions that return PropertiesManagerModifier and TypeMethodDescriptionAppProperties.getPropertiesManager()Allows direct access to the underlying PropertiesManager, in case you need to interact directly with it (for example, to invoke generateUnrenderedFormPanels()). -
Uses of PropertiesManager in ca.corbett.extras.properties
Fields in ca.corbett.extras.properties declared as PropertiesManagerConstructors in ca.corbett.extras.properties with parameters of type PropertiesManagerModifierConstructorDescriptionPropertiesDialog(PropertiesManager manager, Window owner, String title, List<FormPanel> formPanelList)