This Package | All Packages

Value Editor Classes (com.ms.wfc.ui)

Provide editors for property values of a specified type. Value editors are used within a property browser to modify property values at design time.

ValueEditor
  |
  +--AnchorEditor
  |
  +--DockEditor
  |
  +--IntegerEditor
  |    |
  |    +--ImageIndexEditor
  |
  +--ReferenceEditor
  |    |
  |    +--SameParentReferenceEditor
  |
  +--StringEditor
  |    |
  |    +--FileNameEditor
  |
  +--TreeNodesEditor

package com.ms.wfc.ui

AnchorEditor

Supports property values that determine which sides of the container a control is bound to. This class provides a drop-down graphical control that allows the user to specify which sides to anchor the control to.

DockEditor

Supports property values that determine which side of the container a control is docked to. This class provides a drop-down graphical control that allows the user to specify which side to dock the control to.

FileNameEditor

Supports property values that are file names, providing a dialog box to select an existing file. This class extends StringEditor.

ImageIndexEditor

Supports property values that are arrays of images, providing a dialog box to visually add, remove, and sort images. This class extends IntegerEditor.

IntegerEditor

Supports property values of type int. This class can translate to and from textual representations.

ReferenceEditor

Supports property values that refer to other components. This class enumerates possible values by querying the container of the hosting component for all components that implement the property type.

SameParentReferenceEditor

Supports property values that refer to other components that have the same parent as this control. This class extends ReferenceEditor.

StringEditor

Supports property values that are strings.

TreeNodesEditor

Supports property values that are arrays of tree nodes, providing a dialog box to visually add, remove, and sort nodes and to associate images with nodes.