public abstract class ExpandAdapter extends java.lang.Object implements ExpandListener
ExpandListener
interface.
Classes that wish to deal with ExpandEvent
s can extend this
class and override only the methods which they are interested in.
ExpandListener
,
ExpandEvent
Constructor and Description |
---|
ExpandAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
itemCollapsed(ExpandEvent e)
Sent when an item is collapsed.
|
void |
itemExpanded(ExpandEvent e)
Sent when an item is expanded.
|
public void itemCollapsed(ExpandEvent e)
itemCollapsed
in interface ExpandListener
e
- an event containing information about the operationpublic void itemExpanded(ExpandEvent e)
itemExpanded
in interface ExpandListener
e
- an event containing information about the operation
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0