Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.builder.action |
The
action sub package of the builder contains interfaces and
classes for dealing with actions and related objects during a builder operation. |
net.sf.jguiraffe.gui.builder.action.tags |
Here the tags for creating actions and related objects are defined.
|
net.sf.jguiraffe.gui.platform.swing.builder.action |
This package contains Swing-specific implementations for action-related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TablePopupHandler
A
PopupMenuHandler implementation for creating the popup menu of the
directory table. |
Modifier and Type | Class and Description |
---|---|
class |
SimplePopupMenuHandler
A specialized implementation of a
PopupMenuHandler ,
which can be used out of the box for creating not too complex, mostly static
popup menus. |
Modifier and Type | Method and Description |
---|---|
void |
ActionManagerWrapper.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
void |
ActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
Modifier and Type | Method and Description |
---|---|
protected ComponentBuilderCallBack |
PopupHandlerTag.createCallBack(ComponentBaseTag componentTag,
PopupMenuHandler handler)
Creates the call back object for actually registering the popup menu
handler.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Associates a
PopupMenuHandler with a UI component. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.