| Home >> All >> jmmv >> [ ui Javadoc ] |
jmmv.ui: Javadoc index of package jmmv.ui.
Package Samples:
jmmv.ui
Classes:
Form: Form provides a base abstarct class to create forms in a GUI, using Swing components. The form is based on a JPanel which can be 'included' in any container. A form emits a ChangeEvent whenever the state of any form entry changes (i.e. a letter is added, an option is changed, etc). This allows parent frames to know when the state of the panel changes. The form data is based on jmmv.db.Register and derived classes, that provide a common and abstract way to access a database.
DateEntry: This class implements a JPanel that can be used to read dates from a Swing application. The panel is formed by a JTextField to enter the day, a JComboBox to select the month and another JTextField to enter the year. Data is managed throught the java.util.Date class, or derivates, so you can also control java.sql.Date objects.
Maintainment: This class provides a basic abstract interface to create Maintainment frames. The window is formed by a status label, a form and a serie of buttons that control actions. Derived classes implement the specific data treated by the dialog, and add the proper form.
FormFactory
LangCompFactory
MessageBoxFactory
MaintainFactory
| Home | Contact Us | Privacy Policy | Terms of Service |