MindFusion.Java Package Programmer's Guide
LayerListView Members
Constructors Methods
 


Provides user interface for changing layer attributes.

The following tables list the members exposed by the LayerListView type.

 Public Constructors

  Name Description

LayerListView

Initializes a new instance of the LayerListView class.

 Public Methods

  Name Description

addLayerListViewListener

Registers listener so that it will receive events when users select, add or remove layers from the list.

getActiveButtonTooltip

Gets the tooltip for the 'Active Layer' button in each item.

getAddLayerButtonTooltip

Gets the tooltip for the 'Add Layer' button.

getAllowTitleEdit

Gets a value indicating whether layer titles can be in-place edited.

getDiagram

Gets the diagram this control is associated with.

getDisplayText

Gets a value indicating whether to paint the text of items in the overview.

getImages

Gets the image list used to draw icons for visibility and lock status.

getItemColor

Gets the color with which items' background is painted.

getItemHeight

Gets the height of the list items.

getItems

Gets a list of layer items shown in this control.

getLockedButtonTooltip

Gets the tooltip for the 'Locked' button in each item.

getOverviewWidth

Gets the width of the layer overview.

getRemoveLayerButtonTooltip

Gets the tooltip for the 'Remove Layer' button.

getSelectedColor

Gets the color with which selected items' background is painted.

getShowTooltips

Gets a value indicating whether to display tooltips.

getVisibleButtonTooltip

Gets the tooltip for the 'Visible' button in each item.

removeLayerListViewListener

Unregisters listener so that it will no longer receive LayerListView events.

setActiveButtonTooltip

Sets the tooltip for the 'Active Layer' button in each item.

setAddLayerButtonTooltip

Sets the tooltip for the 'Add Layer' button.

setAllowTitleEdit

Sets a value indicating whether layer titles can be in-place edited.

setDiagram

Sets the diagram this control is associated with.

setDisplayText

Sets a value indicating whether to paint the text of items in the overview.

setImages

Gets the image list used to draw icons for visibility and lock status.

setItemColor

Sets the color with which items' background is painted.

setItemHeight

Sets the height of the items.

setLockedButtonTooltip

Sets the tooltip for the 'Locked' button in each item.

setOverviewWidth

Sets the width of the layer overview.

setRemoveLayerButtonTooltip

Sets the tooltip for the 'Remove Layer' button.

setSelectedColor

Sets the color with which selected items' background is painted.

setShowTooltips

Sets a value indicating whether to display tooltips.

setVisibleButtonTooltip

Gets the tooltip for the 'Visible' button in each item.

 See Also

LayerListView Class
com.mindfusion.diagramming Namespace