- saveComponentImageOnFile(Component, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD FOR SAVING SCREENSHOTS OF THE FRAME OR ONE OF ITS COMPONENTS TO FILE
- saveTextOnCsvFile(CharSequence, boolean, String, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD FOR SAVING IN .csv FILE
- Separators must be included in the text
- saveTextOnFile(CharSequence, boolean, String, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD FOR SAVING IN .txt FILE
- Any separators included in the text
- saveWebImageOnFile(String, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD TO RETRIEVE IMAGE FROM WEB AND SAVE IT TO IMAGE FILE
- SELECTION_MONO - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
-
TABLE RECORD SELECTION MODE - Single selection
- SELECTION_MULTI - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
-
TABLE RECORD SELECTION MODE - Multi selection
- serializeObject(Object, String, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD FOR SERIALIZING SINGLE OBJECT ON .dat FILE
- The instantiating class must be public and implement the Serializable
interface
- serializeObjects(List<Object>, String, String) - Method in class it.gdapplicazioni.easy.gui.FileSaver
-
METHOD FOR SERIALIZING COLLECTION OF OBJECTS
- The instantiating class must be public and implement the Serializable
interface
- setDate(LocalDate) - Method in class it.gdapplicazioni.easy.gui.DateSelector
-
METHOD TO SET THE DATE OF AN INSTANTIATED OBJECT
- setEnabled(boolean) - Method in class it.gdapplicazioni.easy.gui.DateSelector
-
METHOD FOR ABILITATION or DISABILITATION COMPONENT
- setRowCount(int) - Method in class it.gdapplicazioni.easy.gui.Table
-
METHOD FOR SETTING THE NUMBER OF ROWS IN THE TABLE
- showHandWriter(String, JFrame, Color, String) - Static method in class it.gdapplicazioni.easy.gui.HandWriter
-
STATIC METHOD FOR OBJECT INSTANCE RETURN
- stateChanged(ChangeEvent) - Method in class it.gdapplicazioni.easy.gui.BasicFrame
-
- stateChanged(ChangeEvent) - Method in class it.gdapplicazioni.easy.gui.DateSelector
-