Table of Contents

Interface IComboBoxEditor

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IComboBoxEditor

Properties

EditorComponent

Component EditorComponent { get; }

Property Value

Component

Item

object Item { get; set; }

Property Value

object

Methods

AddActionListener(ActionListener)

void AddActionListener(ActionListener arg0)

Parameters

arg0 ActionListener

ActionListener

RemoveActionListener(ActionListener)

void RemoveActionListener(ActionListener arg0)

Parameters

arg0 ActionListener

ActionListener

SelectAll()

void SelectAll()