com.bea.ide.ui.propertyeditor.editors

com.bea.ide.ui.propertyeditor.editors  Package

Class Summary

BooleanPropertyEditor

A simple property editor that displays a drop down choice list of boolean values.

BuilderPropertyEditor

This property editor displays a button on the right side of the current property value that can be used to launch a custom property value editing interface.

BuilderPropertyEditor.BuilderButton

ColorChooserPropertyEditor

This property editor displays a color chooser dialog when the builder button is pressed.

ColorChooserPropertyEditor.ColorChooserDialogAction

ComboBoxPropertyEditor

A simple property editor which displays property values in the form of a drop down list box and a text area which can be set to be editable.

DatePickerPopup

The date widget is used to display a calendar.

DatePickerPopup.DatePickerPanel

DatePickerPropertyEditor

A property editor which displays a date picker popup window when the dropdown button is pressed.

DefaultPropertyEditor

This component manages display and editing of a property value in the IDE's property view.

DropDownPropertyEditor

A property view editor which can manage property editing with a drop down list box.

DropDownPropertyEditor.MyArrowIcon

DropDownPropertyEditor.MyComboBoxButton

Implementation of the drop down button, taken from JbComboBoxButton.

MultiLineTextPropertyEditor

Displays a multiline text editor dialog when the property builder button is pressed.

MultiLineTextPropertyEditor.MutiLineTextFormatter

Formatter used to generate the text displayed in the property view.

MultiLineTextPropertyEditor.TextEditorDialogAction