Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class EclipseButtonParams

Button parameters for creating Eclipse buttons

Hierarchy

  • EclipseButtonParams

Index

Constructors

constructor

Properties

absoluteIconPath

absoluteIconPath: boolean

If the icon path is an absolute path (default false).

height

height: number

Height of the Eclipse Button, (default 0 = default button height).

iconPath

iconPath: string

Button icon path used in kIcon, kIconWithLabel, and kTextWithIcon.

iconScale

iconScale: number

Icon scale (default 1.0f).

iconType

iconType: SystemIcon

The type of SystemIcon to be used for the eclipse button.

l10nKey

l10nKey: string

The localization key for the element label, used in kIconWithLabel, kText, and kTextWithIcon.

l10nParams

l10nParams: {}

The optional localization parameters for the element label.

Type declaration

labelDisplayMode

labelDisplayMode: LabelDisplayMode

The display mode of the label, used in kIconWithLabel.

labelSide

labelSide: Side

What side the button label text sits on, used in kIconWithLabel.

labelText

labelText: string

Button label text used in kIconWithLabel, kText, and kTextWithIcon.

outlineButton

outlineButton: boolean

Whether the button has an outline. Considered only for kText and kTextWithIcon type button.

type

Type of Eclipse Button.

width

width: number

Width of the Eclipse Button, (default 0 = auto calculated width).

Generated using TypeDoc