Table of Contents

Interface IComboBoxEditor

Namespace
Javax.Swing
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/ComboBoxEditor.html

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()