org.eclipse.ui.forms.events |
Package-level Javadoc
Events and listeners for forms-based parts.
|
Java Source File Name | Type | Comment |
ExpansionAdapter.java | Class | This adapter class provides default implementations for the methods
described by the ExpansionListener interface. |
ExpansionEvent.java | Class | Notifies listeners when expandable controls change expansion state. |
HyperlinkAdapter.java | Class | This adapter class provides default implementations for the methods
described by the HyperlinkListener interface. |
HyperlinkEvent.java | Class | Notifies listeners about a hyperlink change. |
IExpansionListener.java | Interface | Classes that implement this interface will be notified before and after the
expandable control's expansion state changes. |
IHyperlinkListener.java | Interface | Classes that implement this interface will be notified when hyperlinks are
entered, exited and activated. |