Java Doc for Actions.java in  » Database-Client » SQLMinus » isql » 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 » SQLMinus » isql 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   isql.Actions

Actions
public class Actions (Code)

author:
   Rahul Kumar $Author: rahul_kumar $
version:
   $Id: Actions.java,v 1.3 2004/01/03 10:12:58 rahul_kumar Exp $

Inner Class :public static class RunAction extends TextAction
Inner Class :public static class GotoInput extends TextAction
Inner Class :public static class GotoOutput extends TextAction
Inner Class :public static class GotoHistory extends TextAction
Inner Class :public static class CommandAction extends AbstractAction
Inner Class :public static class RunSelectedAction extends TextAction
Inner Class :public static class SubmitSelectedAction extends TextAction
Inner Class :public static class PopupAction extends TextAction

Field Summary
 SQLForm_form
    
final public static  StringcommandAction
    
final public static  StringconstructAction
     Name of the action to page up vertically.
final public static  StringexitAction
     Name of the action to create a beep.
final public static  StringgotoHistory
    
final public static  StringgotoInput
    
final public static  StringgotoOutput
    
final static  StringnextTabAction
     Name of the action to page down vertically, and move the selection.
final public static  StringpopupAction
    
final public static  StringpreviousTabAction
     Name of the Action for moving the caret logically forward one position.
final public static  StringprocessSetAction
     Name of the action to copy the selected region and place the contents into the system clipboard.
final public static  StringreadAction
     Name of the action to delete the character of content that precedes the current caret position.
final public static  StringreexecuteLastQueryAction
     Name of the Action for moving the caret logically backward one position.
final public static  StringrefreshTablesAction
     Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
final public static  StringreplaceColumnNameAction
     Name of the action to set the editor into read-only mode.
final public static  StringreplaceMatchAction
     Name of the action to delete the character of content that follows the current caret position.
final public static  StringreplaceTableNameAction
     Name of the action to set the editor into writeable mode.
final public static  StringrunAction
    
final public static  StringrunBatchFileAction
     Name of the action to place a line/paragraph break into the document.
final public static  StringrunSelectAction
    
final static  StringrunSelectedAction
     Name of the action to page up vertically, and move the selection.
final public static  StringsaveAction
     Name of the action to place a tab character into the document.
final public static  StringsaveOutputAction
     Name of the Action for extending the selection by moving the caret logically forward one position.
final public static  StringshowAbbreviationsAction
     Name of the Action for extending the selection by moving the caret logically backward one position.
final public static  StringsubmitSelectedAction
     Name of the action to cut the selected region and place the contents into the system clipboard.
final public static  StringsubmitSingleAction
    

Constructor Summary
public  Actions(SQLForm form)
     constructor passing whatever is needed.

Method Summary
public  CaretcreateCaret()
     Fetches a caret that can navigate through views produced by the associated ViewFactory.
public  Action[]getActions()
     Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
public  StringgetContentType()
     Gets the MIME type of the data that this kit represents support for.
public static  StringgetTableFromSQL(String sql, String defaultvalue)
     extracts table name from sql statement.
public  ViewFactorygetViewFactory()
     Fetches a factory that is suitable for producing views of any models that are produced by this kit.

Field Detail
_form
SQLForm _form(Code)



commandAction
final public static String commandAction(Code)



constructAction
final public static String constructAction(Code)
Name of the action to page up vertically.
See Also:   PageUpAction



exitAction
final public static String exitAction(Code)
Name of the action to create a beep.
See Also:   BeepAction



gotoHistory
final public static String gotoHistory(Code)



gotoInput
final public static String gotoInput(Code)



gotoOutput
final public static String gotoOutput(Code)



nextTabAction
final static String nextTabAction(Code)
Name of the action to page down vertically, and move the selection.
See Also:   PageDownAction



popupAction
final public static String popupAction(Code)



previousTabAction
final public static String previousTabAction(Code)
Name of the Action for moving the caret logically forward one position.
See Also:   ForwardAction



processSetAction
final public static String processSetAction(Code)
Name of the action to copy the selected region and place the contents into the system clipboard.
See Also:   JTextComponent.copy



readAction
final public static String readAction(Code)
Name of the action to delete the character of content that precedes the current caret position.
See Also:   DeletePrevCharAction



reexecuteLastQueryAction
final public static String reexecuteLastQueryAction(Code)
Name of the Action for moving the caret logically backward one position.
See Also:   BackwardAction



refreshTablesAction
final public static String refreshTablesAction(Code)
Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
See Also:   JTextComponent.paste



replaceColumnNameAction
final public static String replaceColumnNameAction(Code)
Name of the action to set the editor into read-only mode.
See Also:   ReadOnlyAction



replaceMatchAction
final public static String replaceMatchAction(Code)
Name of the action to delete the character of content that follows the current caret position.
See Also:   DeleteNextCharAction



replaceTableNameAction
final public static String replaceTableNameAction(Code)
Name of the action to set the editor into writeable mode.
See Also:   WritableAction



runAction
final public static String runAction(Code)



runBatchFileAction
final public static String runBatchFileAction(Code)
Name of the action to place a line/paragraph break into the document. If there is a selection, it is removed before the break is added.
See Also:   InsertBreakAction



runSelectAction
final public static String runSelectAction(Code)

See Also:   InsertContentAction



runSelectedAction
final static String runSelectedAction(Code)
Name of the action to page up vertically, and move the selection.
See Also:   PageUpAction



saveAction
final public static String saveAction(Code)
Name of the action to place a tab character into the document. If there is a selection, it is removed before the tab is added.
See Also:   InsertTabAction



saveOutputAction
final public static String saveOutputAction(Code)
Name of the Action for extending the selection by moving the caret logically forward one position.
See Also:   SelectionForwardAction



showAbbreviationsAction
final public static String showAbbreviationsAction(Code)
Name of the Action for extending the selection by moving the caret logically backward one position.
See Also:   SelectionBackwardAction
See Also:   Actions.getActions



submitSelectedAction
final public static String submitSelectedAction(Code)
Name of the action to cut the selected region and place the contents into the system clipboard.
See Also:   JTextComponent.cut



submitSingleAction
final public static String submitSingleAction(Code)




Constructor Detail
Actions
public Actions(SQLForm form)(Code)
constructor passing whatever is needed. Do we need to pass SQLString or give a method or what.




Method Detail
createCaret
public Caret createCaret()(Code)
Fetches a caret that can navigate through views produced by the associated ViewFactory. the caret



getActions
public Action[] getActions()(Code)
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit. the command list



getContentType
public String getContentType()(Code)
Gets the MIME type of the data that this kit represents support for. The default is text/plain. the type



getTableFromSQL
public static String getTableFromSQL(String sql, String defaultvalue)(Code)
extracts table name from sql statement. checks for word after from and returns. If not found returns the default passed.



getViewFactory
public ViewFactory getViewFactory()(Code)
Fetches a factory that is suitable for producing views of any models that are produced by this kit. The default is to have the UI produce the factory, so this method has no implementation. the view factory



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.