Uses of Interface
org.compiere.swing.CEditor
-
Packages that use CEditor Package Description org.compiere.apps.search Package org.compiere.apps.searchorg.compiere.db Provides for....org.compiere.grid.ed Provides for....org.compiere.print Provides for....org.compiere.swing Provides Swing components to utilize the Adempiere Looks. -
-
Uses of CEditor in org.compiere.apps.search
Constructors in org.compiere.apps.search with parameters of type CEditor Constructor Description FindCellEditor(CEditor component)
Constructor for Grid -
Uses of CEditor in org.compiere.db
Classes in org.compiere.db that implement CEditor Modifier and Type Class Description class
CConnectionEditor
Connection Editor. -
Uses of CEditor in org.compiere.grid.ed
Subinterfaces of CEditor in org.compiere.grid.ed Modifier and Type Interface Description interface
VEditor
Editor Interface for single Row Editors (also used as TableCellEditors).Classes in org.compiere.grid.ed that implement CEditor Modifier and Type Class Description class
VAccount
Account Control - Displays ValidCombination and launches Dialogclass
VAssignment
Resource Assignment Entryclass
VBinary
Binary Editor.class
VButton
General Button.class
VChart
class
VCheckBox
Checkbox Controlclass
VColor
Color Editor.class
VComboBox
Combobox with KeyNamePair/ValueNamePair or Locator.class
VDate
Date Edit.class
VFile
File/Path Selectionclass
VImage
Image Display of AD_Iamge_IDclass
VLocation
Location Control (Address)class
VLocator
Warehouse Locator Controlclass
VLookup
Lookup Visual Field.class
VMemo
Text Control (JTextArea embedded in JScrollPane)class
VNumber
Number Controlclass
VPassword
Data Binding: VEditors call fireVetoableChange(m_columnName, null, getText()); GridController (for Single-Row) and VCellExitor (for Multi-Row) listen to Vetoable Change Listener (vetoableChange) then set the value for that column in the current row in the tableclass
VPAttribute
Product Attribute Set Instance Editorclass
VPaymentEditor
class
VString
Data Binding: VEditors call fireVetoableChange(m_columnName, null, getText()); GridController (for Single-Row) and VCellExitor (for Multi-Row) listen to Vetoable Change Listener (vetoableChange) then set the value for that column in the current row in the tableclass
VText
Text Control (JTextArea embedded in JScrollPane)class
VTextLong
Long Text (CBLOB) Editorclass
VURL
URL Editor -
Uses of CEditor in org.compiere.print
Classes in org.compiere.print that implement CEditor Modifier and Type Class Description class
CPrinter
Adempiere Printer Selection -
Uses of CEditor in org.compiere.swing
Classes in org.compiere.swing that implement CEditor Modifier and Type Class Description class
CButton
Adempiere Button supporting colored Backgroundclass
CCheckBox
Adempiere CheckBoxclass
CComboBox<E>
Adempiere Colored Combo Box.class
CComboBoxEditable<E>
Adempiere Colored Combo Box.class
CField
Adempiere Colored Field with external popup editor.class
CPassword
Password Fieldclass
CTextArea
Adempiere TextArea - A ScrollPane with a JTextArea.class
CTextField
Adempiere Text Fieldclass
CTextPane
Adempiere TextPane - A ScrollPane with a JTextPane.class
CToggleButton
Adempiere Color Taggle Button
-