com.pietschy.command
Class CommandContainerBindings

java.lang.Object
  extended by com.pietschy.command.CommandContainerBindings

 class CommandContainerBindings
extends java.lang.Object

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

CommandContainerBindings

protected CommandContainerBindings()
Method Detail

registerBinding

public void registerBinding(java.awt.Component component,
                            CommandContainer container)

unregisterBinding

public void unregisterBinding(java.awt.Component component)

getBindingFor

public CommandContainer getBindingFor(java.awt.Component component)


Copyright © 2006 - 2007 Andrew Pietsch