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

Classes

class  ChangeListener
 

Public Member Functions

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

Protected Attributes

JTable propTable = null
 
int cellRow
 
ItemListener listen = null
 

Static Protected Attributes

static JComboBox component = null
 

Package Attributes

int cellColumn
 

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 select a value from a drop-down list.

Author
Peter Lager

Member Function Documentation

Object g4p.tool.gui.propertygrid.EditorJComboBox.getCellEditorValue ( )

This method is called after editing is completed


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