isql |
|
Java Source File Name | Type | Comment |
Actions.java | Class | |
Bindings.java | Class | Class documentation. |
ClassMethodTabExpander.java | Class | This expander class expands a given word, based on a given data model.
This would typically be used by a Document, but could be used
from anywhere where Tab expansion is required.
This implementation uses a TabModel object which can be customized by
caller. |
Command.java | Interface | |
CommandHandler.java | Class | Class documentation. |
Commands.java | Class | Returns all command objects. |
DBActions.java | Class | |
ETabExpander.java | Class | This expander class expands a given word, based on a given data model.
This would typically be used by a Document, but could be used
from anywhere where Tab expansion is required.
This implementation uses a TabModel object which can be customized by
caller. |
ExcelAdapter.java | Class | ExcelAdapter enables Copy-Paste Clipboard functionality on JTables.
The clipboard data format used by the adapter is compatible with
the clipboard format used by Excel. |
FrameActions.java | Class | |
InternalWindowPanel.java | Class | |
InvalidBindingException.java | Class | An invalid key binding. |
IsqlUtil.java | Class | utilities specific to this application. |
ITabExpander.java | Interface | |
KeyBindings.java | Class | |
KeyMap.java | Class | |
ListActions.java | Class | Actions pertaining to the list, these all require a table to be
selected (barring refresh list) and they all require a connection. |
listpackage.java | Class | given a package like 'java.lan.reflect.*' will return
the classes within it. |
pack.java | Class | |
ReadTNS.java | Class | reads up the rcfile and populates preferences
Added hook feature on 2001-11-18 - but this is minimal. |
ReflectDataBase.java | Class | |
ReflectUtils.java | Class | |
SimpleParser.java | Class | this program will do a simple parse of attributes and elements
within an XML file using a ParseModel supplied by user. |
SmartDocument.java | Class | this document has the ability to complete words or or expand abbreviations
from a list of possible expansions.
It is intended that the abbreviations come from a file
whereas the completion is 'smart'/context sensitive such as names of
tables and columns, or classnames/method names.
Currently this class contains the expansion logic, to my
embarrassment - i have written a tabExpander which should now take
over this logic!
$Author: rahul_kumar $
$Id: SmartDocument.java,v 1.2 2004/01/01 19:01:27 rahul_kumar Exp $
I did some changes to 1.1.1.1 2001/11/10, on 2001/12/03 - if it has bombed please
revert. |
SQLActions.java | Class | |
SQLExceptionPrint.java | Class | |
SQLForm.java | Class | The main class that creates everything else. |
SQLJDBC.java | Class | |
SqlPopupMenu.java | Class | Pops up with a list which user can select from. |
SQLTabbedPane.java | Class | TabbedPane used to house the textareas of the tool. |
TabExpander.java | Class | this document has the ability to complete words or or expand abbreviations
from a list of possible expansions. |
TabKeyListener.java | Class | |
TableActions.java | Class | |
TableMap.java | Class | |
TabModel.java | Interface | |