Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.modama.tools.beans.* (2)

org.modama.tools: Javadoc index of package org.modama.tools.


Package Samples:

org.modama.tools.beans

Classes:

AbstractList_ListModel: implements a java.util.List that can directly be used as a listmodel since multiinheritance is not possible, there are 2 possibilitys: implementing the List interface, and inherit from AbstractListModel or implementing the ListModel interface and inheritating from AbstractList i took the first method because some of the List methods have to changed anyhow, to let them fire changeevents
ParameterLayout: Einfacher Layoutmanager, stellt Components untereinander dar, zu jedem Field sollte ein String übergeben werden, welcher als Label vor dem Field angezeigt wird die groese der rechten und linken seite kann angegeben werden, oder automatisch bestimmt werden (0 oder keine parameter uebergeben)
AbstractDialog: a frame for creating dialogs you have to implement the following functions: setupGUI create, add and layout the components setupEvents setup the events for the components updateGUI set the values of the components (from the model)
MouseRedispatcher: a class that can be registered for the glasspane of a frame or internalframe it will redispatch the events to the commponents of the contentPane (contentpane and glasspane have to be specified in the constructor)
Cache: an abstract base clase that hase a static create method where an object is created from a given object, the new created object is cached in a hashmap using the hashcode of the fiven object as key
BeanCloner: a tool that uses introspection to set all the props of one bean to the same values as the props of a second bean (same type)
BeanEditorConnection: a class (controller) for updating the editor if the bean changed, and for updating the bean if the editor changed the value
PanelToDialogWrapper: a class that is initialised with a panel, wich is shown in a dialog
BeanUtil: a util class for creating gui elements for a bean

Home | Contact Us | Privacy Policy | Terms of Service