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

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)
 

Static Protected Attributes

static JTextField component = null
 
static JTextArea lister = null
 
static JScrollPane pane = 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 to get a list of strings - DCombo

Author
Peter Lager

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