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

Quick Search    Search Deep

jmmv.db.* (6)jmmv.progs.* (17)jmmv.progs.DiskCat.* (17)jmmv.ui.* (7)

jmmv: Javadoc index of package jmmv.


Package Samples:

jmmv.ui
jmmv.db
jmmv.progs.DiskCat

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.
LangTable: LangTable provides a simple interface to retrive language translations from a database table. Each column of the table contains a language, beeing 'en' the default. This class uses the Database object, so if it hasn't been already initialized, it will be automatically created. It does not provide any kind of interface to GUI objects. If you want them, use jmmv.ui.LangComponent instead.
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.
Register: Register provides the basic skeleton to create classes that hold a database register.
MainFrame: This class defines the main window frame.
Global: Holds Global configuration of a program.
Main: Creates the main user interface window
Database
LangRegister
RegisterFactory
InvalidDataException
FormArchiver
FormProgram
RegisterFile
FormDisk
FormFactory
RegisterProgram
SplashWindow
RegisterDisk
RegisterArchiver
RegisterFactory
FormFile
RegisterSong
RegisterMovie

Home | Contact Us | Privacy Policy | Terms of Service