IDropDown Interface

IDropDown Interface

This Package | All Packages

public interface IDropDown

Service interface for implementing custom drop-down behavior in a value editor. This interface is accessed through getService() on a component's site at design-time.

Methods
Name Description
dropDownComponent(Component comp) Topic under construction.
dropDownDone() Topic under construction.

Methods

IDropDown.dropDownComponent

Syntax
public void dropDownComponent( Component comp );
Description

Topic under construction.

IDropDown.dropDownDone

Syntax
public void dropDownDone();
Description

Topic under construction.