See: Description
Interface | Description |
---|---|
BasicInterface |
CONSTANT VALUES INTERFACE
- Fields for setting the values of some attributes of graphic components |
Class | Description |
---|---|
BasicFrame |
ABSTRACT SUPERCLASS FOR FAST FRAME STRUCTURING
- Complete non-customizable constructors - Abstract methods for custom frame management - Frames equipped with JMenuBar, JToolBar and JPanel in which to insert various components - Collections for JMenuBar, JToolBar and JPanel components - Methods for rapid instantiation of major components - Customizable components ready for event management |
DateSelector |
CLASS FOR INSTANTIATION AND MANAGEMENT OF DATE SELECTOR
- Possible addition to JPanel or JToolBar of the frame - Possible date display setting - Supports date display in Italian, US and database formats - Customizable background color - Customizable displayed text color - Returns selected date in LocalDate format or in String format - Return individual items selected date |
FileOpener |
CLASS FOR INSTANTIATION AND MANAGEMENT OF FILE SELECTION OBJECT
- Supports text capture from .txt files - Supports capturing images from files - Supports deserialization of objects from .dat files |
FileSaver |
CLASS FOR INSTANTIATION AND MANAGEMENT OF FILE SAVE OBJECT
- Supports saving in .txt file (new or existing) - Supports saving in .csv file (new or existing) - Supports screenshot components or whole frame in image files - Supports image capture from the web and saving to file - Supports serialization of objects in .dat files |
HandWriter |
CLASS FOR HANDWRITING OBJECT INSTANTIATION
- Instantiatable with invocation of the static method showHandWriter - Creation of .jpg output file in the indicated path |
Printer |
CLASS FOR INSTANTIATION AND MANAGEMENT OF PRINT OBJECT
- Supports whole frame printing - Supports printing of frame components - Supports printing of a document in a JTextPane - Supports setting print margins and component sizing - Print orientation portrait or landscape - Print sizes A0 to A5 |
Table |
CLASS FOR INSTANTIATING AND MANAGING DATA TABLES
- Recommended instantiation in addPanelFrameComponents method - Adding tableContainer to frameComponents collection - Supports customization at instantiation stage - Access to TableModel component for advanced management |
TextPane |
CLASS FOR INSTANTIATING AND MANAGING TEXT PANE OBJECT
- Recommended instantiation in addPanelFrameComponents method - Adding paneContainer to frameComponents collection - Supports customization at instantiation stage |
Exception | Description |
---|---|
DimensionalException |
INCORRECT EXCEPTION CLASS JMENU ARRAY COMPOSITION
|