|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDynamicMenu | |
---|---|
org.xnap.gui | Provides interfaces and classes for the graphical user interface. |
org.xnap.gui.action | Provides common action classes. |
org.xnap.gui.menu | Provides implementations of common menus. |
Uses of AbstractDynamicMenu in org.xnap.gui |
---|
Subclasses of AbstractDynamicMenu in org.xnap.gui | |
---|---|
class |
HotlistPanel.HotlistItemMenu
|
Uses of AbstractDynamicMenu in org.xnap.gui.action |
---|
Methods in org.xnap.gui.action with parameters of type AbstractDynamicMenu | |
---|---|
static int |
ActionHelper.addCommonActions(AbstractDynamicMenu jm,
java.lang.Object[] object,
ActionHelper.ActionExtractor ae)
|
static int |
ActionHelper.addCommonActions(AbstractDynamicMenu jm,
java.lang.Object[] object,
ActionHelper.ActionExtractor ae,
int startIndex)
Uses the ActionExtractor to extract the common actions from all objects in the array and adds them to the AbstractDynamicMenu as temporaries. |
Uses of AbstractDynamicMenu in org.xnap.gui.menu |
---|
Subclasses of AbstractDynamicMenu in org.xnap.gui.menu | |
---|---|
class |
ActionMenu
|
class |
PeerMenu
|
class |
TransferMenu
|
class |
ViewerMenu
|
Methods in org.xnap.gui.menu with parameters of type AbstractDynamicMenu | |
---|---|
static int |
PeerMenu.addActions(AbstractDynamicMenu menu,
Peer[] peers)
|
static void |
PeerMenu.addInfo(AbstractDynamicMenu menu,
Peer peer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |