Package | Description |
---|---|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandListener.itemCollapsed(ExpandEvent e)
Sent when an item is collapsed.
|
void |
ExpandAdapter.itemCollapsed(ExpandEvent e)
Sent when an item is collapsed.
|
void |
ExpandListener.itemExpanded(ExpandEvent e)
Sent when an item is expanded.
|
void |
ExpandAdapter.itemExpanded(ExpandEvent e)
Sent when an item is expanded.
|
Modifier and Type | Method and Description |
---|---|
static ExpandListener |
ExpandListener.itemCollapsedAdapter(Consumer<ExpandEvent> c)
Static helper method to create a
ExpandListener for the
ExpandListener.itemCollapsed(ExpandEvent e) ) method, given a lambda expression or a method reference. |
static ExpandListener |
ExpandListener.itemExpandedAdapter(Consumer<ExpandEvent> c)
Static helper method to create a
ExpandListener for the
ExpandListener.itemExpanded(ExpandEvent e) ) method, given a lambda expression or a method reference. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.