Java Doc for WidgetEventMulticaster.java in  » Content-Management-System » apache-lenya-2.0 » org » apache » cocoon » forms » event » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Content Management System » apache lenya 2.0 » org.apache.cocoon.forms.event 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.AWTEventMulticaster
      org.apache.cocoon.forms.event.WidgetEventMulticaster

WidgetEventMulticaster
public class WidgetEventMulticaster extends AWTEventMulticaster implements ActionListener,ValueChangedListener,ProcessingPhaseListener,RepeaterListener(Code)
Convenience class to handle all widget event listeners. See java.awt.AWTEventMulticaster for more information on its use.
version:
   $Id: WidgetEventMulticaster.java 506703 2007-02-12 22:22:48Z simoneg $



Constructor Summary
protected  WidgetEventMulticaster(EventListener a, EventListener b)
    

Method Summary
public  voidactionPerformed(ActionEvent e)
    
public static  CreateListeneradd(CreateListener a, CreateListener b)
    
public static  ActionListeneradd(ActionListener a, ActionListener b)
    
public static  ValueChangedListeneradd(ValueChangedListener a, ValueChangedListener b)
    
public static  ProcessingPhaseListeneradd(ProcessingPhaseListener a, ProcessingPhaseListener b)
    
public static  TreeSelectionListeneradd(TreeSelectionListener a, TreeSelectionListener b)
    
public static  RepeaterListeneradd(RepeaterListener a, RepeaterListener b)
    
protected static  EventListeneraddInternal(EventListener a, EventListener b)
    
public  voidphaseEnded(ProcessingPhaseEvent e)
    
public static  CreateListenerremove(CreateListener l, CreateListener oldl)
    
public static  ActionListenerremove(ActionListener l, ActionListener oldl)
    
public static  ValueChangedListenerremove(ValueChangedListener l, ValueChangedListener oldl)
    
public static  ProcessingPhaseListenerremove(ProcessingPhaseListener l, ProcessingPhaseListener oldl)
    
public static  TreeSelectionListenerremove(TreeSelectionListener l, TreeSelectionListener oldl)
    
public static  RepeaterListenerremove(RepeaterListener l, RepeaterListener oldl)
    
protected  EventListenerremove(EventListener oldl)
    
public  voidrepeaterModified(RepeaterEvent e)
    
public  voidselectionChanged(TreeSelectionEvent e)
    
public  voidvalueChanged(ValueChangedEvent e)
    
public  voidwidgetCreated(CreateEvent e)
    


Constructor Detail
WidgetEventMulticaster
protected WidgetEventMulticaster(EventListener a, EventListener b)(Code)




Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)(Code)



add
public static CreateListener add(CreateListener a, CreateListener b)(Code)



add
public static ActionListener add(ActionListener a, ActionListener b)(Code)



add
public static ValueChangedListener add(ValueChangedListener a, ValueChangedListener b)(Code)



add
public static ProcessingPhaseListener add(ProcessingPhaseListener a, ProcessingPhaseListener b)(Code)



add
public static TreeSelectionListener add(TreeSelectionListener a, TreeSelectionListener b)(Code)



add
public static RepeaterListener add(RepeaterListener a, RepeaterListener b)(Code)



addInternal
protected static EventListener addInternal(EventListener a, EventListener b)(Code)
Can't use the superclass method since it creates an AWTEventMulticaster



phaseEnded
public void phaseEnded(ProcessingPhaseEvent e)(Code)



remove
public static CreateListener remove(CreateListener l, CreateListener oldl)(Code)



remove
public static ActionListener remove(ActionListener l, ActionListener oldl)(Code)



remove
public static ValueChangedListener remove(ValueChangedListener l, ValueChangedListener oldl)(Code)



remove
public static ProcessingPhaseListener remove(ProcessingPhaseListener l, ProcessingPhaseListener oldl)(Code)



remove
public static TreeSelectionListener remove(TreeSelectionListener l, TreeSelectionListener oldl)(Code)



remove
public static RepeaterListener remove(RepeaterListener l, RepeaterListener oldl)(Code)



remove
protected EventListener remove(EventListener oldl)(Code)



repeaterModified
public void repeaterModified(RepeaterEvent e)(Code)



selectionChanged
public void selectionChanged(TreeSelectionEvent e)(Code)



valueChanged
public void valueChanged(ValueChangedEvent e)(Code)



widgetCreated
public void widgetCreated(CreateEvent e)(Code)



Fields inherited from java.awt.AWTEventMulticaster
final protected EventListener ab(Code)(Java Doc)

Methods inherited from java.awt.AWTEventMulticaster
public void actionPerformed(ActionEvent e)(Code)(Java Doc)
public static ComponentListener add(ComponentListener a, ComponentListener b)(Code)(Java Doc)
public static ContainerListener add(ContainerListener a, ContainerListener b)(Code)(Java Doc)
public static FocusListener add(FocusListener a, FocusListener b)(Code)(Java Doc)
public static KeyListener add(KeyListener a, KeyListener b)(Code)(Java Doc)
public static MouseListener add(MouseListener a, MouseListener b)(Code)(Java Doc)
public static MouseMotionListener add(MouseMotionListener a, MouseMotionListener b)(Code)(Java Doc)
public static WindowListener add(WindowListener a, WindowListener b)(Code)(Java Doc)
public static WindowStateListener add(WindowStateListener a, WindowStateListener b)(Code)(Java Doc)
public static WindowFocusListener add(WindowFocusListener a, WindowFocusListener b)(Code)(Java Doc)
public static ActionListener add(ActionListener a, ActionListener b)(Code)(Java Doc)
public static ItemListener add(ItemListener a, ItemListener b)(Code)(Java Doc)
public static AdjustmentListener add(AdjustmentListener a, AdjustmentListener b)(Code)(Java Doc)
public static TextListener add(TextListener a, TextListener b)(Code)(Java Doc)
public static InputMethodListener add(InputMethodListener a, InputMethodListener b)(Code)(Java Doc)
public static HierarchyListener add(HierarchyListener a, HierarchyListener b)(Code)(Java Doc)
public static HierarchyBoundsListener add(HierarchyBoundsListener a, HierarchyBoundsListener b)(Code)(Java Doc)
public static MouseWheelListener add(MouseWheelListener a, MouseWheelListener b)(Code)(Java Doc)
protected static EventListener addInternal(EventListener a, EventListener b)(Code)(Java Doc)
public void adjustmentValueChanged(AdjustmentEvent e)(Code)(Java Doc)
public void ancestorMoved(HierarchyEvent e)(Code)(Java Doc)
public void ancestorResized(HierarchyEvent e)(Code)(Java Doc)
public void caretPositionChanged(InputMethodEvent e)(Code)(Java Doc)
public void componentAdded(ContainerEvent e)(Code)(Java Doc)
public void componentHidden(ComponentEvent e)(Code)(Java Doc)
public void componentMoved(ComponentEvent e)(Code)(Java Doc)
public void componentRemoved(ContainerEvent e)(Code)(Java Doc)
public void componentResized(ComponentEvent e)(Code)(Java Doc)
public void componentShown(ComponentEvent e)(Code)(Java Doc)
public void focusGained(FocusEvent e)(Code)(Java Doc)
public void focusLost(FocusEvent e)(Code)(Java Doc)
public static T[] getListeners(EventListener l, Class<T> listenerType)(Code)(Java Doc)
public void hierarchyChanged(HierarchyEvent e)(Code)(Java Doc)
public void inputMethodTextChanged(InputMethodEvent e)(Code)(Java Doc)
public void itemStateChanged(ItemEvent e)(Code)(Java Doc)
public void keyPressed(KeyEvent e)(Code)(Java Doc)
public void keyReleased(KeyEvent e)(Code)(Java Doc)
public void keyTyped(KeyEvent e)(Code)(Java Doc)
public void mouseClicked(MouseEvent e)(Code)(Java Doc)
public void mouseDragged(MouseEvent e)(Code)(Java Doc)
public void mouseEntered(MouseEvent e)(Code)(Java Doc)
public void mouseExited(MouseEvent e)(Code)(Java Doc)
public void mouseMoved(MouseEvent e)(Code)(Java Doc)
public void mousePressed(MouseEvent e)(Code)(Java Doc)
public void mouseReleased(MouseEvent e)(Code)(Java Doc)
public void mouseWheelMoved(MouseWheelEvent e)(Code)(Java Doc)
protected EventListener remove(EventListener oldl)(Code)(Java Doc)
public static ComponentListener remove(ComponentListener l, ComponentListener oldl)(Code)(Java Doc)
public static ContainerListener remove(ContainerListener l, ContainerListener oldl)(Code)(Java Doc)
public static FocusListener remove(FocusListener l, FocusListener oldl)(Code)(Java Doc)
public static KeyListener remove(KeyListener l, KeyListener oldl)(Code)(Java Doc)
public static MouseListener remove(MouseListener l, MouseListener oldl)(Code)(Java Doc)
public static MouseMotionListener remove(MouseMotionListener l, MouseMotionListener oldl)(Code)(Java Doc)
public static WindowListener remove(WindowListener l, WindowListener oldl)(Code)(Java Doc)
public static WindowStateListener remove(WindowStateListener l, WindowStateListener oldl)(Code)(Java Doc)
public static WindowFocusListener remove(WindowFocusListener l, WindowFocusListener oldl)(Code)(Java Doc)
public static ActionListener remove(ActionListener l, ActionListener oldl)(Code)(Java Doc)
public static ItemListener remove(ItemListener l, ItemListener oldl)(Code)(Java Doc)
public static AdjustmentListener remove(AdjustmentListener l, AdjustmentListener oldl)(Code)(Java Doc)
public static TextListener remove(TextListener l, TextListener oldl)(Code)(Java Doc)
public static InputMethodListener remove(InputMethodListener l, InputMethodListener oldl)(Code)(Java Doc)
public static HierarchyListener remove(HierarchyListener l, HierarchyListener oldl)(Code)(Java Doc)
public static HierarchyBoundsListener remove(HierarchyBoundsListener l, HierarchyBoundsListener oldl)(Code)(Java Doc)
public static MouseWheelListener remove(MouseWheelListener l, MouseWheelListener oldl)(Code)(Java Doc)
protected static EventListener removeInternal(EventListener l, EventListener oldl)(Code)(Java Doc)
protected static void save(ObjectOutputStream s, String k, EventListener l) throws IOException(Code)(Java Doc)
protected void saveInternal(ObjectOutputStream s, String k) throws IOException(Code)(Java Doc)
public void textValueChanged(TextEvent e)(Code)(Java Doc)
public void windowActivated(WindowEvent e)(Code)(Java Doc)
public void windowClosed(WindowEvent e)(Code)(Java Doc)
public void windowClosing(WindowEvent e)(Code)(Java Doc)
public void windowDeactivated(WindowEvent e)(Code)(Java Doc)
public void windowDeiconified(WindowEvent e)(Code)(Java Doc)
public void windowGainedFocus(WindowEvent e)(Code)(Java Doc)
public void windowIconified(WindowEvent e)(Code)(Java Doc)
public void windowLostFocus(WindowEvent e)(Code)(Java Doc)
public void windowOpened(WindowEvent e)(Code)(Java Doc)
public void windowStateChanged(WindowEvent e)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.