Example usage for javax.swing CellEditor interface-usage

List of usage examples for javax.swing CellEditor interface-usage

Introduction

In this page you can find the example usage for javax.swing CellEditor interface-usage.

Usage

From source file Main.java

class EditorComboBox extends JComboBox implements CellEditor {

    String value;

    Vector listeners = new Vector();

From source file EmailTree.java

class EditorComboBox extends JComboBox implements CellEditor {

    String value;

    Vector listeners = new Vector();