multivalent.std.ui

Class BindingsWindoze

public class BindingsWindoze extends Behavior implements EventListener

Pluggable events duplicating some Windoze key bindings. Re-throws some events to BindingsDefault.

Version: $Revision: 1.3 $ $Date: 2002/02/01 04:34:21 $

See Also: BindingsDefault

Method Summary
voidbuildAfter(Document doc)
voidevent(AWTEvent e)
booleaneventAfter(AWTEvent e, Point rel, Node obsn)
To do: Maybe convert key into standard, to be caught by BindingsDefault.

Method Detail

buildAfter

public void buildAfter(Document doc)

event

public void event(AWTEvent e)

eventAfter

public boolean eventAfter(AWTEvent e, Point rel, Node obsn)
To do: Maybe convert key into standard, to be caught by BindingsDefault. For example, C-v => ACTION_PASTE.