Java Doc for NetbeansSQLEntryPanel.java in  » Database-Client » squirrel-sql-2.6.5a » net » sourceforge » squirrel_sql » plugins » syntax » netbeans » 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 » Database Client » squirrel sql 2.6.5a » net.sourceforge.squirrel_sql.plugins.syntax.netbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sourceforge.squirrel_sql.client.session.BaseSQLEntryPanel
      net.sourceforge.squirrel_sql.plugins.syntax.netbeans.NetbeansSQLEntryPanel

NetbeansSQLEntryPanel
public class NetbeansSQLEntryPanel extends BaseSQLEntryPanel (Code)



Constructor Summary
 NetbeansSQLEntryPanel(ISession session, SyntaxPreferences prefs, SyntaxFactory syntaxFactory, SyntaxPugin plugin, HashMap<String, Object> props)
    

Method Summary
public  voidaddCaretListener(CaretListener lis)
    
public  voidaddMouseListener(MouseListener lis)
    
public  voidaddSQLTokenListener(SQLTokenListener tl)
    
public  voidaddUndoableEditListener(UndoableEditListener listener)
    
public  voidappendText(String sqlScript)
     Append the passed SQL script to the SQL entry area but don't select it.
public  voidappendText(String sqlScript, boolean select)
     Append the passed SQL script to the SQL entry area and specify whether it should be selected.
public  intgetCaretLineNumber()
    
public  intgetCaretLinePosition()
    
public  intgetCaretPosition()
    
public  booleangetDoesTextComponentHaveScroller()
     If the component returned by getTextComponent contains its own scroll bars return true other wise this component will be wrapped in the scroll pane when added to the SQL panel.
public  StringgetSelectedText()
    
public  intgetSelectionEnd()
    
public  intgetSelectionStart()
    
public  ISessiongetSession()
    
public  StringgetText()
    
public  JTextComponentgetTextComponent()
    
public  booleanhasFocus()
    
public  booleanhasOwnUndoableManager()
    
public  voidremoveCaretListener(CaretListener lis)
    
public  voidremoveMouseListener(MouseListener lis)
    
public  voidremoveSQLTokenListener(SQLTokenListener tl)
    
public  voidremoveUndoableEditListener(UndoableEditListener listener)
    
public  voidreplaceSelection(String sqlScript)
     Replace the currently selected text in the SQL entry area with the passed text.
public  voidrequestFocus()
    
public  voidsessionEnding()
     Sets the session referenced by this class to null so that it can be garbage-collected.
public  voidsetCaretPosition(int value)
    
public  voidsetFont(Font font)
    
public  voidsetSelectionEnd(int pos)
    
public  voidsetSelectionStart(int pos)
    
public  voidsetTabSize(int tabSize)
    
public  voidsetText(String text)
     Replace the contents of the SQL entry area with the passed SQL script without selecting it.
public  voidsetText(String text, boolean select)
     Replace the contents of the SQL entry area with the passed SQL script and specify whether to select it.
public  voidsetUndoManager(UndoManager manager)
    
public  voidshowFindDialog(ActionEvent evt)
    
public  voidshowReplaceDialog(ActionEvent evt)
    
public  voidupdateFromPreferences()
    


Constructor Detail
NetbeansSQLEntryPanel
NetbeansSQLEntryPanel(ISession session, SyntaxPreferences prefs, SyntaxFactory syntaxFactory, SyntaxPugin plugin, HashMap<String, Object> props)(Code)




Method Detail
addCaretListener
public void addCaretListener(CaretListener lis)(Code)

See Also:   ISQLEntryPanel.addCaretListener(javax.swing.event.CaretListener)



addMouseListener
public void addMouseListener(MouseListener lis)(Code)

See Also:   ISQLEntryPanel.addMouseListener(java.awt.event.MouseListener)



addSQLTokenListener
public void addSQLTokenListener(SQLTokenListener tl)(Code)



addUndoableEditListener
public void addUndoableEditListener(UndoableEditListener listener)(Code)

See Also:   ISQLEntryPanel.addUndoableEditListener(javax.swing.event.UndoableEditListener)



appendText
public void appendText(String sqlScript)(Code)
Append the passed SQL script to the SQL entry area but don't select it.
Parameters:
  sqlScript - The script to be appended.



appendText
public void appendText(String sqlScript, boolean select)(Code)
Append the passed SQL script to the SQL entry area and specify whether it should be selected.
Parameters:
  sqlScript - The script to be appended.
Parameters:
  select - If true then select the passed script in the sqlentry area.



getCaretLineNumber
public int getCaretLineNumber()(Code)



getCaretLinePosition
public int getCaretLinePosition()(Code)

See Also:   ISQLEntryPanel.getCaretLinePosition



getCaretPosition
public int getCaretPosition()(Code)

See Also:   ISQLEntryPanel.getCaretPosition



getDoesTextComponentHaveScroller
public boolean getDoesTextComponentHaveScroller()(Code)
If the component returned by getTextComponent contains its own scroll bars return true other wise this component will be wrapped in the scroll pane when added to the SQL panel. true if text component already handles scrolling.



getSelectedText
public String getSelectedText()(Code)

See Also:   ISQLEntryPanel.getSelectedText



getSelectionEnd
public int getSelectionEnd()(Code)

See Also:   ISQLEntryPanel.getSelectionEnd



getSelectionStart
public int getSelectionStart()(Code)

See Also:   ISQLEntryPanel.getSelectionStart



getSession
public ISession getSession()(Code)



getText
public String getText()(Code)

See Also:   ISQLEntryPanel.getText



getTextComponent
public JTextComponent getTextComponent()(Code)

See Also:   ISQLEntryPanel.gettextComponent



hasFocus
public boolean hasFocus()(Code)

See Also:   ISQLEntryPanel.hasFocus



hasOwnUndoableManager
public boolean hasOwnUndoableManager()(Code)

See Also:   ISQLEntryPanel.hasOwnUndoableManager



removeCaretListener
public void removeCaretListener(CaretListener lis)(Code)

See Also:   ISQLEntryPanel.removeCaretListener(javax.swing.event.CaretListener)



removeMouseListener
public void removeMouseListener(MouseListener lis)(Code)

See Also:   ISQLEntryPanel.removeMouseListener(java.awt.event.MouseListener)



removeSQLTokenListener
public void removeSQLTokenListener(SQLTokenListener tl)(Code)



removeUndoableEditListener
public void removeUndoableEditListener(UndoableEditListener listener)(Code)

See Also:   ISQLEntryPanel.removeUndoableEditListener(javax.swing.event.UndoableEditListener)



replaceSelection
public void replaceSelection(String sqlScript)(Code)
Replace the currently selected text in the SQL entry area with the passed text.
Parameters:
  sqlScript - The script to be placed in the SQL entry area.



requestFocus
public void requestFocus()(Code)

See Also:   ISQLEntryPanel.requestFocus



sessionEnding
public void sessionEnding()(Code)
Sets the session referenced by this class to null so that it can be garbage-collected.



setCaretPosition
public void setCaretPosition(int value)(Code)



setFont
public void setFont(Font font)(Code)



setSelectionEnd
public void setSelectionEnd(int pos)(Code)

See Also:   ISQLEntryPanel.setSelectionEnd(int)



setSelectionStart
public void setSelectionStart(int pos)(Code)

See Also:   ISQLEntryPanel.setSelectionStart(int)



setTabSize
public void setTabSize(int tabSize)(Code)

See Also:   ISQLEntryPanel.setTabSize(int)



setText
public void setText(String text)(Code)
Replace the contents of the SQL entry area with the passed SQL script without selecting it.
Parameters:
  sqlScript - The script to be placed in the SQL entry area..



setText
public void setText(String text, boolean select)(Code)
Replace the contents of the SQL entry area with the passed SQL script and specify whether to select it.
Parameters:
  sqlScript - The script to be placed in the SQL entry area..
Parameters:
  select - If true then select the passed script in the sqlentry area.



setUndoManager
public void setUndoManager(UndoManager manager)(Code)



showFindDialog
public void showFindDialog(ActionEvent evt)(Code)



showReplaceDialog
public void showReplaceDialog(ActionEvent evt)(Code)



updateFromPreferences
public void updateFromPreferences()(Code)



Fields inherited from net.sourceforge.squirrel_sql.client.session.BaseSQLEntryPanel
final public static IntegerIdentifierFactory ENTRY_PANEL_IDENTIFIER_FACTORY(Code)(Java Doc)
final protected static String LINE_SEPARATOR(Code)(Java Doc)
final protected static String SQL_STMT_SEP(Code)(Java Doc)

Methods inherited from net.sourceforge.squirrel_sql.client.session.BaseSQLEntryPanel
public void addToSQLEntryAreaMenu(JMenu menu)(Code)(Java Doc)
public JMenuItem addToSQLEntryAreaMenu(Action action)(Code)(Java Doc)
public void dispose()(Code)(Java Doc)
public int[] getBoundsOfSQLToBeExecuted()(Code)(Java Doc)
public IIdentifier getIdentifier()(Code)(Java Doc)
public String getSQLToBeExecuted()(Code)(Java Doc)
public void moveCaretToNextSQLBegin()(Code)(Java Doc)
public void moveCaretToPreviousSQLBegin()(Code)(Java Doc)
public void selectCurrentSql()(Code)(Java Doc)
public void setUndoActions(Action undo, Action redo)(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.