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 classCConnectionEditorConnection Editor. -
Uses of CEditor in org.compiere.grid.ed
Subinterfaces of CEditor in org.compiere.grid.ed Modifier and Type Interface Description interfaceVEditorEditor Interface for single Row Editors (also used as TableCellEditors).Classes in org.compiere.grid.ed that implement CEditor Modifier and Type Class Description classVAccountAccount Control - Displays ValidCombination and launches DialogclassVAssignmentResource Assignment EntryclassVBinaryBinary Editor.classVButtonGeneral Button.classVChartclassVCheckBoxCheckbox ControlclassVColorColor Editor.classVComboBoxCombobox with KeyNamePair/ValueNamePair or Locator.classVDateDate Edit.classVFileFile/Path SelectionclassVImageImage Display of AD_Iamge_IDclassVLocationLocation Control (Address)classVLocatorWarehouse Locator ControlclassVLookupLookup Visual Field.classVMemoText Control (JTextArea embedded in JScrollPane)classVNumberNumber ControlclassVPasswordData 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 tableclassVPAttributeProduct Attribute Set Instance EditorclassVPaymentEditorclassVStringData 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 tableclassVTextText Control (JTextArea embedded in JScrollPane)classVTextLongLong Text (CBLOB) EditorclassVURLURL Editor -
Uses of CEditor in org.compiere.print
Classes in org.compiere.print that implement CEditor Modifier and Type Class Description classCPrinterAdempiere Printer Selection -
Uses of CEditor in org.compiere.swing
Classes in org.compiere.swing that implement CEditor Modifier and Type Class Description classCButtonAdempiere Button supporting colored BackgroundclassCCheckBoxAdempiere CheckBoxclassCComboBox<E>Adempiere Colored Combo Box.classCComboBoxEditable<E>Adempiere Colored Combo Box.classCFieldAdempiere Colored Field with external popup editor.classCPasswordPassword FieldclassCTextAreaAdempiere TextArea - A ScrollPane with a JTextArea.classCTextFieldAdempiere Text FieldclassCTextPaneAdempiere TextPane - A ScrollPane with a JTextPane.classCToggleButtonAdempiere Color Taggle Button
-