|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DnDTabListener | |
---|---|
org.peace_tools.core | Contains the core classes that coordinate the activities of various classes and wizards. |
org.peace_tools.generic.dndTabs | Provides generic functionality to organize GUI as dockable tabs. |
Uses of DnDTabListener in org.peace_tools.core |
---|
Classes in org.peace_tools.core that implement DnDTabListener | |
---|---|
private class |
MainFrame.DefaultViewFactory
A default implementation for a view factory. |
class |
ViewFactory
A factory to help with creation of views. |
Uses of DnDTabListener in org.peace_tools.generic.dndTabs |
---|
Fields in org.peace_tools.generic.dndTabs with type parameters of type DnDTabListener | |
---|---|
private static java.util.ArrayList<DnDTabListener> |
DnDTabbedPane.listeners
The list of listeners that have been added for this DnDTabbedPane. |
Methods in org.peace_tools.generic.dndTabs with parameters of type DnDTabListener | |
---|---|
static void |
DnDTabbedPane.addListener(DnDTabListener listener)
Add a listener to be notified when a tab in this panel is deleted. |
static void |
DnDTabbedPane.removeListener(DnDTabListener listener)
Remove a listener to be notified from this tab. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |