|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame | +--javax.swing.JFrame | +--planetj.dataengine.test.BaseTestClass
Insert the type's description here. Creation date: (10/21/00 7:17:36 PM)
Field Summary |
Fields inherited from class javax.swing.JFrame |
EXIT_ON_CLOSE |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
BaseTestClass()
SNITester constructor comment. |
|
BaseTestClass(String title)
SNITester constructor comment. |
Method Summary | |
void |
actionPerformed(ActionEvent e)
actionPerformed method comment. |
static void |
connectToAS400()
|
static void |
connectToMetaDataAS400()
|
void |
displayHtml(String html)
|
void |
displayHtmlInForm(String html)
|
void |
displayRowCollection(RowCollection rc)
|
String |
getBrowserProgram()
|
static String |
getHtmlFooter()
|
String |
getHtmlFormFooter()
|
String |
getHtmlFormHeader()
|
static String |
getHtmlHeader()
|
String |
getMethodPrefix()
Only methods begining with this prefix will be displayed. |
static String |
getTempDirectory()
|
void |
keyPressed(KeyEvent e)
keyPressed method comment. |
void |
keyReleased(KeyEvent e)
keyReleased method comment. |
void |
keyTyped(KeyEvent e)
keyTyped method comment. |
static void |
main(String[] args)
main entrypoint - starts the part when it is run as an application |
void |
mouseClicked(MouseEvent e)
Method to handle events for the MouseListener interface. |
void |
mouseEntered(MouseEvent e)
Method to handle events for the MouseListener interface. |
void |
mouseExited(MouseEvent e)
Method to handle events for the MouseListener interface. |
void |
mousePressed(MouseEvent e)
Method to handle events for the MouseListener interface. |
void |
mouseReleased(MouseEvent e)
Method to handle events for the MouseListener interface. |
void |
stateChanged(ChangeEvent e)
Method to handle events for the ChangeListener interface. |
void |
valueChanged(ListSelectionEvent e)
valueChanged method comment. |
Methods inherited from class javax.swing.JFrame |
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, update |
Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Constructor Detail |
public BaseTestClass()
public BaseTestClass(String title)
title
- java.lang.StringMethod Detail |
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public static void connectToAS400()
public static void connectToMetaDataAS400()
public void displayHtml(String html) throws IOException
IOException
public void displayHtmlInForm(String html) throws IOException
IOException
public void displayRowCollection(RowCollection rc) throws Exception
Exception
public String getBrowserProgram()
public static String getHtmlFooter()
public String getHtmlFormFooter()
public String getHtmlFormHeader()
public static String getHtmlHeader()
public String getMethodPrefix()
public static String getTempDirectory()
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public static void main(String[] args)
args
- java.lang.String[]public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
e
- java.awt.event.MouseEventpublic void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
e
- java.awt.event.MouseEventpublic void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
e
- java.awt.event.MouseEventpublic void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
e
- java.awt.event.MouseEventpublic void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
e
- java.awt.event.MouseEventpublic void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
e
- javax.swing.event.ChangeEventpublic void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |