G4P GUI Builder  4.4
Visual GUI designer for the G4P v4.3.1 library
 All Classes Namespaces Functions Variables
g4p.tool.gui.propertygrid.EditorJFileChooser Class Reference
Inheritance diagram for g4p.tool.gui.propertygrid.EditorJFileChooser:

Classes

class  ImageFilter
 
class  ImagePreview
 

Public Member Functions

Component getTableCellEditorComponent (JTable table, Object value, boolean isSelected, int row, int column)
 
Object getCellEditorValue ()
 
- Public Member Functions inherited from g4p.tool.gui.propertygrid.EditorBase
void setSelected (Object value)
 

Protected Attributes

String name = ""
 

Static Protected Attributes

static JFileChooser chooser = null
 
static JTextField component = null
 

Additional Inherited Members

- Public Attributes inherited from g4p.tool.gui.propertygrid.EditorBase
Validator validator = null
 
- Public Attributes inherited from g4p.tool.TFileConstants
final String SEP = File.separator
 
final String PDE_TAB_PRETTY_NAME = "gui"
 
final String PDE_TAB_NAME = PDE_TAB_PRETTY_NAME + ".pde"
 
final String CONFIG_FOLDER = "GUI_BUILDER_DATA"
 
final String GUI_MODEL_FILE_FILTER = "gui.ser."
 
final String GUI_MODEL_FILENAME = GUI_MODEL_FILE_FILTER + G4PTool.getCompatibleVersionNo()
 
final String GUI_MODEL_FILE = CONFIG_FOLDER + SEP + GUI_MODEL_FILENAME
 
final String G4P_TOOL_DATA_FOLDER = "tools" + SEP + "##project.name##" + SEP + "data"
 
final String G4P_LIB = "G4P" + SEP + "library" + SEP + "G4P.jar"
 
final String GUI_PDE_BASE = G4P_TOOL_DATA_FOLDER + SEP + "gui_base.txt"
 
final String TAB0_PDE_BASE = G4P_TOOL_DATA_FOLDER + SEP + "tab0.txt"
 

Detailed Description

Editor allowing user to select image files. The selected image file will be copied to the sketch's data folder.

Author
Peter Lager

The documentation for this class was generated from the following file: