|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.CommandContainerBindings
class CommandContainerBindings
Manages the bindings of CommandContainers to overcome the lack of client
property support on the Component class.
| Constructor Summary | |
|---|---|
protected |
CommandContainerBindings()
|
| Method Summary | |
|---|---|
CommandContainer |
getBindingFor(java.awt.Component component)
|
void |
registerBinding(java.awt.Component component,
CommandContainer container)
|
void |
unregisterBinding(java.awt.Component component)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CommandContainerBindings()
| Method Detail |
|---|
public void registerBinding(java.awt.Component component,
CommandContainer container)
public void unregisterBinding(java.awt.Component component)
public CommandContainer getBindingFor(java.awt.Component component)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||