Skip navigation links
A B C D F G H I M P R S T 

F

FileOpener - Class in it.gdapplicazioni.easy.gui
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
FileOpener(JFrame, String, String...) - Constructor for class it.gdapplicazioni.easy.gui.FileOpener
CONSTRUCTOR FOR FULL OBJECT INSTANTIATION
FileSaver - Class in it.gdapplicazioni.easy.gui
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
FileSaver(JFrame) - Constructor for class it.gdapplicazioni.easy.gui.FileSaver
CONSTRUCTOR FOR FULL OBJECT INSTANTIATION
FONT_DIALOG - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT TYPE - dialog
FONT_DIALOG_INPUT - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT TYPE - input-dialog
FONT_MONOSPACED - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT TYPE - monospaced
FONT_SANS_SERIF - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT TYPE - sans-serif
FONT_SERIF - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT TYPE - serif
FONT_STYLE_BOLD - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT STYLE - Bold
FONT_STYLE_ITALIC - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT STYLE - Italic
FONT_STYLE_NORMAL - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
TEXT FONT STYLE - Normal
FORMAT_TEXT_CENTER - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
JTEXTPANE TEXT FORMATTING - Centered alignment
FORMAT_TEXT_JUSTIFIED - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
JTEXTPANE TEXT FORMATTING - Justified alignment
FORMAT_TEXT_LEFT - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
JTEXTPANE TEXT FORMATTING - Left alignment
FORMAT_TEXT_RIGHT - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
JTEXTPANE TEXT FORMATTING - Right alignment
FRAME_EXTENDED - Static variable in interface it.gdapplicazioni.easy.gui.BasicInterface
FRAME GRAPHIC STATUS - Full screen extension
frameComponents - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
COLLECTION OF VARIOUS COMPONENTS TO ADD TO JPANEL
Itarable to add components to JPanel
frameInitialSettings(StringBuilder, JFrame, Color, Object...) - Method in class it.gdapplicazioni.easy.gui.BasicFrame
METHOD TO MAKE ANY SETTINGS BEFORE INSTANTIATING THE FRAME USING THE ARGUMENTS RECEIVED FROM THE CONSTRUCTOR
frameMenuBar - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
JMENUBAR OBJECT ADDED BY DEFAULT TO THE FRAME
- Hosts JMenu objects
- To be populated in the addMenuBarFrameItem method by iterating the frameMenus collection
frameMenus - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
COLLECTION OF COMPLETE PRIMARY JMENU TO ADD TO JMENUBAR
- Itarable to add components to JMenuBar
framePanel - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
JPANEL OBJECT ADDED BY DEFAULT TO THE FRAME
- Hosts various components
- To be populated in the addPanelFrameComponents method by iterating the frameComponents collection
frameSizeAdjustment(int, int, int, int, int, int) - Method in class it.gdapplicazioni.easy.gui.BasicFrame
METHOD TO ADJUSTING FINAL FRAME SIZE RELATED BY FRAME COMPONENT
Recommended for adapting the frame size to different operating systems
Always consider the height of frameToolbar
frameToolbar - Variable in class it.gdapplicazioni.easy.gui.BasicFrame
JTOOLBAR OBJECT ADDED BY DEFAULT TO THE FRAME
- Hosts various components
- To be populated in the addToolBarFrameComponents method by iterating the toolBarComponents collection
A B C D F G H I M P R S T 
Skip navigation links