com.fg.ftree
Interface FTreeExpansBarListener

All Superinterfaces:
java.util.EventListener

public interface FTreeExpansBarListener
extends java.util.EventListener

Interface defines an object which listens for the expansion bar "mouse entered" and "mouse exited" events (Expansion bar is a narrow vertical button, which is located along the left border of each folder and which allows to expand and collapse folder with a mouse click).

Version:
1.0
Author:
Felix Golubov
See Also:
FTreeNodeEvent, FTree

Method Summary
 void enteredExpansBar(FTreeNodeEvent e)
           
 void exitedExpansBar(FTreeNodeEvent e)
           
 

Method Detail

enteredExpansBar

public void enteredExpansBar(FTreeNodeEvent e)

exitedExpansBar

public void exitedExpansBar(FTreeNodeEvent e)