Package org.sexydock.tabs
Class RecursiveListener
java.lang.Object
org.sexydock.tabs.RecursiveListener
A tool that allows you listen to a
Component
and all of its children. Even when children or added or removed, the listeners will automatically be
added/removed as necessary.- Author:
- andy.edwards
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected abstract void
void
void
protected abstract void
void
-
Constructor Details
-
RecursiveListener
public RecursiveListener()
-
-
Method Details
-
addExcludedComponent
-
removeExcludedComponent
-
installRecursively
-
uninstallRecursively
-
install
-
uninstall
-