Java Doc for JThis.java in  » Swing-Library » jEdit » org » gjt » sp » jedit » bsh » 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 » Swing Library » jEdit » org.gjt.sp.jedit.bsh 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.gjt.sp.jedit.bsh.This
      org.gjt.sp.jedit.bsh.JThis

JThis
class JThis extends This implements ActionListener,AdjustmentListener,ComponentListener,ContainerListener,FocusListener,ItemListener,KeyListener,MouseListener,MouseMotionListener,TextListener,WindowListener,PropertyChangeListener,AncestorListener,CaretListener,CellEditorListener,ChangeListener,DocumentListener,HyperlinkListener,InternalFrameListener,ListDataListener,ListSelectionListener,MenuDragMouseListener,MenuKeyListener,MenuListener,MouseInputListener,PopupMenuListener,TableColumnModelListener,TableModelListener,TreeExpansionListener,TreeModelListener,TreeSelectionListener,TreeWillExpandListener,UndoableEditListener(Code)
JThis is a dynamically loaded extension which extends This and adds explicit support for AWT and JFC events, etc. This is a backwards compatability measure for JDK 1.2. With 1.3+ there is a general reflection proxy mechanism that allows the base This to implement arbitrary interfaces. The NameSpace getThis() method will produce instances of JThis if the java version is prior to 1.3 and swing is available... (e.g. 1.2 or 1.1 + swing installed) Users of 1.1 without swing will have minimal interface support (just run()). Bsh doesn't run on 1.02 and below because there is no reflection! Note: This module relies on features of Swing and will only compile with JDK1.2 or JDK1.1 + the swing package. For other environments simply do not compile this class.



Constructor Summary
 JThis(NameSpace namespace, Interpreter declaringInterp)
    

Method Summary
public  voidactionPerformed(ActionEvent e)
    
public  voidadjustmentValueChanged(AdjustmentEvent e)
    
public  voidancestorAdded(AncestorEvent e)
    
public  voidancestorMoved(AncestorEvent e)
    
public  voidancestorRemoved(AncestorEvent e)
    
public  voidcaretUpdate(CaretEvent e)
    
public  voidchangedUpdate(DocumentEvent e)
    
public  voidcolumnAdded(TableColumnModelEvent e)
    
public  voidcolumnMarginChanged(ChangeEvent e)
    
public  voidcolumnMoved(TableColumnModelEvent e)
    
public  voidcolumnRemoved(TableColumnModelEvent e)
    
public  voidcolumnSelectionChanged(ListSelectionEvent e)
    
public  voidcomponentAdded(ContainerEvent e)
    
public  voidcomponentHidden(ComponentEvent e)
    
public  voidcomponentMoved(ComponentEvent e)
    
public  voidcomponentRemoved(ContainerEvent e)
    
public  voidcomponentResized(ComponentEvent e)
    
public  voidcomponentShown(ComponentEvent e)
    
public  voidcontentsChanged(ListDataEvent e)
    
public  voideditingCanceled(ChangeEvent e)
    
public  voideditingStopped(ChangeEvent e)
    
 voidevent(String name, Object event)
    
public  voidfocusGained(FocusEvent e)
    
public  voidfocusLost(FocusEvent e)
    
public  voidhyperlinkUpdate(HyperlinkEvent e)
    
public  booleanimageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)
    
public  voidinsertUpdate(DocumentEvent e)
    
public  voidinternalFrameActivated(InternalFrameEvent e)
    
public  voidinternalFrameClosed(InternalFrameEvent e)
    
public  voidinternalFrameClosing(InternalFrameEvent e)
    
public  voidinternalFrameDeactivated(InternalFrameEvent e)
    
public  voidinternalFrameDeiconified(InternalFrameEvent e)
    
public  voidinternalFrameIconified(InternalFrameEvent e)
    
public  voidinternalFrameOpened(InternalFrameEvent e)
    
public  voidintervalAdded(ListDataEvent e)
    
public  voidintervalRemoved(ListDataEvent e)
    
public  voiditemStateChanged(ItemEvent e)
    
public  voidkeyPressed(KeyEvent e)
    
public  voidkeyReleased(KeyEvent e)
    
public  voidkeyTyped(KeyEvent e)
    
public  voidmenuCanceled(MenuEvent e)
    
public  voidmenuDeselected(MenuEvent e)
    
public  voidmenuDragMouseDragged(MenuDragMouseEvent e)
    
public  voidmenuDragMouseEntered(MenuDragMouseEvent e)
    
public  voidmenuDragMouseExited(MenuDragMouseEvent e)
    
public  voidmenuDragMouseReleased(MenuDragMouseEvent e)
    
public  voidmenuKeyPressed(MenuKeyEvent e)
    
public  voidmenuKeyReleased(MenuKeyEvent e)
    
public  voidmenuKeyTyped(MenuKeyEvent e)
    
public  voidmenuSelected(MenuEvent e)
    
public  voidmouseClicked(MouseEvent e)
    
public  voidmouseDragged(MouseEvent e)
    
public  voidmouseEntered(MouseEvent e)
    
public  voidmouseExited(MouseEvent e)
    
public  voidmouseMoved(MouseEvent e)
    
public  voidmousePressed(MouseEvent e)
    
public  voidmouseReleased(MouseEvent e)
    
public  voidpopupMenuCanceled(PopupMenuEvent e)
    
public  voidpopupMenuWillBecomeInvisible(PopupMenuEvent e)
    
public  voidpopupMenuWillBecomeVisible(PopupMenuEvent e)
    
public  voidpropertyChange(PropertyChangeEvent e)
    
public  voidremoveUpdate(DocumentEvent e)
    
public  voidstateChanged(ChangeEvent e)
    
public  voidtableChanged(TableModelEvent e)
    
public  voidtextValueChanged(TextEvent e)
    
public  StringtoString()
    
public  voidtreeCollapsed(TreeExpansionEvent e)
    
public  voidtreeExpanded(TreeExpansionEvent e)
    
public  voidtreeNodesChanged(TreeModelEvent e)
    
public  voidtreeNodesInserted(TreeModelEvent e)
    
public  voidtreeNodesRemoved(TreeModelEvent e)
    
public  voidtreeStructureChanged(TreeModelEvent e)
    
public  voidtreeWillCollapse(TreeExpansionEvent e)
    
public  voidtreeWillExpand(TreeExpansionEvent e)
    
public  voidundoableEditHappened(UndoableEditEvent e)
    
public  voidvalueChanged(ListSelectionEvent e)
    
public  voidvalueChanged(TreeSelectionEvent e)
    
public  voidvetoableChange(PropertyChangeEvent e)
    
public  voidwindowActivated(WindowEvent e)
    
public  voidwindowClosed(WindowEvent e)
    
public  voidwindowClosing(WindowEvent e)
    
public  voidwindowDeactivated(WindowEvent e)
    
public  voidwindowDeiconified(WindowEvent e)
    
public  voidwindowIconified(WindowEvent e)
    
public  voidwindowOpened(WindowEvent e)
    


Constructor Detail
JThis
JThis(NameSpace namespace, Interpreter declaringInterp)(Code)




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



adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)(Code)



ancestorAdded
public void ancestorAdded(AncestorEvent e)(Code)



ancestorMoved
public void ancestorMoved(AncestorEvent e)(Code)



ancestorRemoved
public void ancestorRemoved(AncestorEvent e)(Code)



caretUpdate
public void caretUpdate(CaretEvent e)(Code)



changedUpdate
public void changedUpdate(DocumentEvent e)(Code)



columnAdded
public void columnAdded(TableColumnModelEvent e)(Code)



columnMarginChanged
public void columnMarginChanged(ChangeEvent e)(Code)



columnMoved
public void columnMoved(TableColumnModelEvent e)(Code)



columnRemoved
public void columnRemoved(TableColumnModelEvent e)(Code)



columnSelectionChanged
public void columnSelectionChanged(ListSelectionEvent e)(Code)



componentAdded
public void componentAdded(ContainerEvent e)(Code)



componentHidden
public void componentHidden(ComponentEvent e)(Code)



componentMoved
public void componentMoved(ComponentEvent e)(Code)



componentRemoved
public void componentRemoved(ContainerEvent e)(Code)



componentResized
public void componentResized(ComponentEvent e)(Code)



componentShown
public void componentShown(ComponentEvent e)(Code)



contentsChanged
public void contentsChanged(ListDataEvent e)(Code)



editingCanceled
public void editingCanceled(ChangeEvent e)(Code)



editingStopped
public void editingStopped(ChangeEvent e)(Code)



event
void event(String name, Object event)(Code)



focusGained
public void focusGained(FocusEvent e)(Code)



focusLost
public void focusLost(FocusEvent e)(Code)



hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent e)(Code)



imageUpdate
public boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)(Code)



insertUpdate
public void insertUpdate(DocumentEvent e)(Code)



internalFrameActivated
public void internalFrameActivated(InternalFrameEvent e)(Code)



internalFrameClosed
public void internalFrameClosed(InternalFrameEvent e)(Code)



internalFrameClosing
public void internalFrameClosing(InternalFrameEvent e)(Code)



internalFrameDeactivated
public void internalFrameDeactivated(InternalFrameEvent e)(Code)



internalFrameDeiconified
public void internalFrameDeiconified(InternalFrameEvent e)(Code)



internalFrameIconified
public void internalFrameIconified(InternalFrameEvent e)(Code)



internalFrameOpened
public void internalFrameOpened(InternalFrameEvent e)(Code)



intervalAdded
public void intervalAdded(ListDataEvent e)(Code)



intervalRemoved
public void intervalRemoved(ListDataEvent e)(Code)



itemStateChanged
public void itemStateChanged(ItemEvent e)(Code)



keyPressed
public void keyPressed(KeyEvent e)(Code)



keyReleased
public void keyReleased(KeyEvent e)(Code)



keyTyped
public void keyTyped(KeyEvent e)(Code)



menuCanceled
public void menuCanceled(MenuEvent e)(Code)



menuDeselected
public void menuDeselected(MenuEvent e)(Code)



menuDragMouseDragged
public void menuDragMouseDragged(MenuDragMouseEvent e)(Code)



menuDragMouseEntered
public void menuDragMouseEntered(MenuDragMouseEvent e)(Code)



menuDragMouseExited
public void menuDragMouseExited(MenuDragMouseEvent e)(Code)



menuDragMouseReleased
public void menuDragMouseReleased(MenuDragMouseEvent e)(Code)



menuKeyPressed
public void menuKeyPressed(MenuKeyEvent e)(Code)



menuKeyReleased
public void menuKeyReleased(MenuKeyEvent e)(Code)



menuKeyTyped
public void menuKeyTyped(MenuKeyEvent e)(Code)



menuSelected
public void menuSelected(MenuEvent e)(Code)



mouseClicked
public void mouseClicked(MouseEvent e)(Code)



mouseDragged
public void mouseDragged(MouseEvent e)(Code)



mouseEntered
public void mouseEntered(MouseEvent e)(Code)



mouseExited
public void mouseExited(MouseEvent e)(Code)



mouseMoved
public void mouseMoved(MouseEvent e)(Code)



mousePressed
public void mousePressed(MouseEvent e)(Code)



mouseReleased
public void mouseReleased(MouseEvent e)(Code)



popupMenuCanceled
public void popupMenuCanceled(PopupMenuEvent e)(Code)



popupMenuWillBecomeInvisible
public void popupMenuWillBecomeInvisible(PopupMenuEvent e)(Code)



popupMenuWillBecomeVisible
public void popupMenuWillBecomeVisible(PopupMenuEvent e)(Code)



propertyChange
public void propertyChange(PropertyChangeEvent e)(Code)



removeUpdate
public void removeUpdate(DocumentEvent e)(Code)



stateChanged
public void stateChanged(ChangeEvent e)(Code)



tableChanged
public void tableChanged(TableModelEvent e)(Code)



textValueChanged
public void textValueChanged(TextEvent e)(Code)



toString
public String toString()(Code)



treeCollapsed
public void treeCollapsed(TreeExpansionEvent e)(Code)



treeExpanded
public void treeExpanded(TreeExpansionEvent e)(Code)



treeNodesChanged
public void treeNodesChanged(TreeModelEvent e)(Code)



treeNodesInserted
public void treeNodesInserted(TreeModelEvent e)(Code)



treeNodesRemoved
public void treeNodesRemoved(TreeModelEvent e)(Code)



treeStructureChanged
public void treeStructureChanged(TreeModelEvent e)(Code)



treeWillCollapse
public void treeWillCollapse(TreeExpansionEvent e)(Code)



treeWillExpand
public void treeWillExpand(TreeExpansionEvent e)(Code)



undoableEditHappened
public void undoableEditHappened(UndoableEditEvent e)(Code)



valueChanged
public void valueChanged(ListSelectionEvent e)(Code)



valueChanged
public void valueChanged(TreeSelectionEvent e)(Code)



vetoableChange
public void vetoableChange(PropertyChangeEvent e)(Code)



windowActivated
public void windowActivated(WindowEvent e)(Code)



windowClosed
public void windowClosed(WindowEvent e)(Code)



windowClosing
public void windowClosing(WindowEvent e)(Code)



windowDeactivated
public void windowDeactivated(WindowEvent e)(Code)



windowDeiconified
public void windowDeiconified(WindowEvent e)(Code)



windowIconified
public void windowIconified(WindowEvent e)(Code)



windowOpened
public void windowOpened(WindowEvent e)(Code)



Fields inherited from org.gjt.sp.jedit.bsh.This
transient Interpreter declaringInterpreter(Code)(Java Doc)
NameSpace namespace(Code)(Java Doc)

Methods inherited from org.gjt.sp.jedit.bsh.This
public static void bind(This ths, NameSpace namespace, Interpreter declaringInterpreter)(Code)(Java Doc)
public Object getInterface(Class clas) throws UtilEvalError(Code)(Java Doc)
public Object getInterface(Class[] ca) throws UtilEvalError(Code)(Java Doc)
public NameSpace getNameSpace()(Code)(Java Doc)
static This getThis(NameSpace namespace, Interpreter declaringInterpreter)(Code)(Java Doc)
public Object invokeMethod(String name, Object[] args) throws EvalError(Code)(Java Doc)
public Object invokeMethod(String methodName, Object[] args, Interpreter interpreter, CallStack callstack, SimpleNode callerInfo, boolean declaredOnly) throws EvalError(Code)(Java Doc)
static boolean isExposedThisMethod(String name)(Code)(Java Doc)
public void run()(Code)(Java Doc)
public String toString()(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.