net.sourceforge.squirrel_sql.plugins.smarttools.gui
Class SmarttoolFindBadNullValuesFrame

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.gui.desktopcontainer.DialogWidget
      extended by net.sourceforge.squirrel_sql.plugins.smarttools.gui.SmarttoolFindBadNullValuesFrame
All Implemented Interfaces:
ActionListener, EventListener, IWidget, ISmarttoolFrame

public class SmarttoolFindBadNullValuesFrame
extends DialogWidget
implements ISmarttoolFrame, ActionListener


Constructor Summary
SmarttoolFindBadNullValuesFrame(ISession session, String title)
          Constructor
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void controlComponents(int type)
           
 JPanel createPanel()
           
 JPanel createPanelButton()
           
 JPanel createpanelTableAndColumn()
           
 void setFocusToFirstEmptyInputField()
          Set the requestFocusInWindow to the first empty input field
 
Methods inherited from class net.sourceforge.squirrel_sql.client.gui.desktopcontainer.DialogWidget
addNotify, addWidgetListener, centerWithinDesktop, dispose, fireWidgetClosed, fireWidgetClosing, getAwtContainer, getBounds, getClientProperty, getContentPane, getDelegate, getHeight, getInternalFrame, getRootPane, getSize, getTitle, getWidth, isClosed, isIcon, isToolWindow, isVisible, makeToolWindow, moveToFront, pack, putClientProperty, removeWidgetListener, requestFocus, setBorder, setBounds, setContentPane, setDefaultCloseOperation, setFrameIcon, setLayer, setMaximum, setPreferredSize, setSelected, setSize, setTitle, setVisible, showOk, toFront, updateUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmarttoolFindBadNullValuesFrame

public SmarttoolFindBadNullValuesFrame(ISession session,
                                       String title)
Constructor

Parameters:
app -
rsrc -
session -
tab -
Method Detail

createPanel

public JPanel createPanel()

createpanelTableAndColumn

public JPanel createpanelTableAndColumn()

createPanelButton

public JPanel createPanelButton()

setFocusToFirstEmptyInputField

public void setFocusToFirstEmptyInputField()
Description copied from interface: ISmarttoolFrame
Set the requestFocusInWindow to the first empty input field

Specified by:
setFocusToFirstEmptyInputField in interface ISmarttoolFrame

controlComponents

public void controlComponents(int type)

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


Copyright © 2001-2011. All Rights Reserved.