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

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

public class SmarttoolChangeValuesFrame
extends DialogWidget
implements ISmarttoolFrame, ActionListener

Author:
Mike

Constructor Summary
SmarttoolChangeValuesFrame(ISession session, String title)
          Constructor
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void controlComponents(int type)
           
 JPanel createPanelMain()
           
 JPanel createpanelResult()
           
 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

SmarttoolChangeValuesFrame

public SmarttoolChangeValuesFrame(ISession session,
                                  String title)
Constructor

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

createPanelMain

public JPanel createPanelMain()

createpanelResult

public JPanel createpanelResult()

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-2012. All Rights Reserved.