|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.event.adapter.IlvManagerExpansionAdapter
public abstract class IlvManagerExpansionAdapter
An abstract adapter class for receiving manager expand/collapse events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a manager expansion event listener
and override the methods for the events of interest. (If you implement the
ManagerExpansionListener interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
ManagerExpansionListener,
IlvManager.addManagerExpansionListener(ilog.views.event.ManagerExpansionListener),
IlvManager.removeManagerExpansionListener(ilog.views.event.ManagerExpansionListener),
IlvManager.setCollapsed(boolean)| Constructor Summary | |
|---|---|
IlvManagerExpansionAdapter()
Creates a new manager expansion adapter. |
|
| Method Summary | |
|---|---|
void |
managerCollapsed(ManagerExpansionEvent evt)
This method is called by the manager after the manager is collapsed. |
void |
managerExpanded(ManagerExpansionEvent evt)
This method is called by the manager before the manager is expanded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvManagerExpansionAdapter()
| Method Detail |
|---|
public void managerCollapsed(ManagerExpansionEvent evt)
managerCollapsed in interface ManagerExpansionListenerevt - the expansion event.public void managerExpanded(ManagerExpansionEvent evt)
managerExpanded in interface ManagerExpansionListenerevt - the expansion event.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||