ExtensionPanel class
Constructors
- ExtensionPanel()
- ExtensionPanel.fromJS(ExtensionPanel _wrapped)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onHidden
→ EventStream<
void> -
Fired when the user switches away from the panel.
no setter
-
onSearch
→ EventStream<
ExtensionPanelOnSearchEvent> -
Fired upon a search action (start of a new search, search result
navigation, or search being canceled).
no setter
-
onShown
→ EventStream<
JSObject> -
Fired when the user switches to the panel.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJS → ExtensionPanel
-
no setter
Methods
-
createStatusBarButton(
String iconPath, String tooltipText, bool disabled) → Button -
Appends a button to the status bar of the panel.
iconPath
Path to the icon of the button. The file should contain a 64x24-pixel image composed of two 32x24 icons. The left icon is used when the button is inactive; the right icon is displayed when the button is pressed.tooltipText
Text shown as a tooltip when user hovers the mouse over the button.disabled
Whether the button is disabled. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited