Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
Modifier and Type | Method and Description |
---|---|
TreeExpansionEvent |
TreeExpandVetoException.getEvent()
Returns the event that caused this exception.
|
Modifier and Type | Method and Description |
---|---|
void |
TreePreExpansionListener.beforeExpansionStateChange(TreeExpansionEvent event)
A node of a tree is about to change its expansion state.
|
void |
TreeExpansionListener.expansionStateChanged(TreeExpansionEvent event)
The expansion state of a node has changed.
|
Constructor and Description |
---|
TreeExpandVetoException(TreeExpansionEvent ev,
String msg)
Creates a new instance of
TreeExpandVetoException and
initializes it with the causing event and a message. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.