- Table - Class in it.gdapplicazioni.easy.gui
-
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
- Table(String[], int[], int[], int, boolean, int, int, int, Color, Color, int, Color, Color, String, int, int, int, int, int, int) - Constructor for class it.gdapplicazioni.easy.gui.Table
-
CONSTRUCTOR FOR FULL OBJECT INSTANTIATION
- TEXT_CENTER - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
-
TEXT ALIGNMENT - Centered alignment
- TEXT_LEFT - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
-
TEXT ALIGNMENT - Left alignment
- TEXT_RIGHT - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
-
TEXT ALIGNMENT - Right alignment
- TextPane - Class in it.gdapplicazioni.easy.gui
-
CLASS FOR INSTANTIATING AND MANAGING TEXT PANE OBJECT
- Recommended instantiation in addPanelFrameComponents method
- Adding paneContainer to frameComponents collection
- Supports customization at instantiation stage
- TextPane(int, String, Color, Color, String, int, int, int, boolean, int, int, int, int, boolean) - Constructor for class it.gdapplicazioni.easy.gui.TextPane
-
CONSTRUCTOR FOR FULL OBJECT INSTANTIATION
- Formatted text object
- TextPane(String, Color, Color, String, int, int, int, boolean, int, int, int, int, boolean) - Constructor for class it.gdapplicazioni.easy.gui.TextPane
-
CONSTRUCTOR FOR FULL OBJECT INSTANTIATION
- HTML formatting ready
- toolBarComponents - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
-
COLLECTION OF VARIOUS COMPONENTS TO ADD TO JTOOLBAR
Itarable to add components to JToolBar