Table of Contents

Interface IComboPopup

Namespace
Javax.Swing.Plaf.Basic
Assembly
MASES.JNet.dll

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

public interface IComboPopup

Properties

KeyListener

KeyListener KeyListener { get; }

Property Value

KeyListener

List

JList List { get; }

Property Value

JList

MouseListener

MouseListener MouseListener { get; }

Property Value

MouseListener

MouseMotionListener

MouseMotionListener MouseMotionListener { get; }

Property Value

MouseMotionListener

Methods

Hide()

void Hide()

IsVisible()

bool IsVisible()

Returns

bool

bool

Show()

void Show()

UninstallingUI()

void UninstallingUI()