|
|||||||||
| Home >> All >> com >> loihl >> [ sqltool overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.loihl.sqltool
Class AdHocQueryPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.loihl.sqltool.AdHocQueryPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class AdHocQueryPanel
- extends javax.swing.JPanel
- implements java.awt.event.ActionListener
- extends javax.swing.JPanel
Class AdHocQueryPanel
- Version:
- 0.5.0
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JPanel |
buttonPanel
|
private javax.swing.JButton |
clearButton
|
private javax.swing.JButton |
executeButton
|
private javax.swing.JButton |
newQueryButton
|
private javax.swing.JButton |
setupButton
|
private int |
tabCount
|
private javax.swing.JTabbedPane |
tabPane
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AdHocQueryPanel()
Method: AdHocQueryPanel Description: constructor for AdHocQueryPanel class |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Method: actionPerformed Description: responds to an ActionEvent |
private void |
addNewQueryResultPanel()
Method: addNewQueryResultPanel Description: creates and adds a new QueryResultPanel |
protected void |
clearCurrentQueryText()
Method: clearQueryText Description: clear the query text area |
protected void |
executeCurrentQueryText()
Method: executeCurrentQueryText Description: execute the current query text |
private void |
init()
Method: init Description: Establish all of the components |
protected void |
setCurrentQueryConnection()
Method: setCurrentQueryConnection Description: get the connection parameters and establish the connection to the database |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tabPane
private javax.swing.JTabbedPane tabPane
tabCount
private int tabCount
buttonPanel
private javax.swing.JPanel buttonPanel
newQueryButton
private javax.swing.JButton newQueryButton
executeButton
private javax.swing.JButton executeButton
clearButton
private javax.swing.JButton clearButton
setupButton
private javax.swing.JButton setupButton
| Constructor Detail |
AdHocQueryPanel
public AdHocQueryPanel()
- Method: AdHocQueryPanel
Description: constructor for AdHocQueryPanel class
| Method Detail |
init
private void init()
- Method: init
Description: Establish all of the components
addNewQueryResultPanel
private void addNewQueryResultPanel()
- Method: addNewQueryResultPanel
Description: creates and adds a new QueryResultPanel
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Method: actionPerformed
Description: responds to an ActionEvent
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
clearCurrentQueryText
protected void clearCurrentQueryText()
- Method: clearQueryText
Description: clear the query text area
executeCurrentQueryText
protected void executeCurrentQueryText()
- Method: executeCurrentQueryText
Description: execute the current query text
setCurrentQueryConnection
protected void setCurrentQueryConnection()
- Method: setCurrentQueryConnection
Description: get the connection parameters
and establish the connection to the database
|
|||||||||
| Home >> All >> com >> loihl >> [ sqltool overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC