net.sourceforge.squirrel_sql.plugins.syntax.netbeans
Class SquirrelNBDialogFactory
java.lang.Object
java.awt.event.WindowAdapter
net.sourceforge.squirrel_sql.plugins.syntax.netbeans.SquirrelNBDialogFactory
- All Implemented Interfaces:
- ActionListener, WindowFocusListener, WindowListener, WindowStateListener, EventListener, org.netbeans.editor.DialogSupport.DialogFactory
public class SquirrelNBDialogFactory
- extends WindowAdapter
- implements org.netbeans.editor.DialogSupport.DialogFactory, ActionListener
Essentially a copy of DialogSupport.DefaultDialogFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquirrelNBDialogFactory
public SquirrelNBDialogFactory(SyntaxPlugin plugin)
createDialog
public Dialog createDialog(String title,
JPanel panel,
boolean modal,
JButton[] buttons,
boolean sidebuttons,
int defaultIndex,
int cancelIndex,
ActionListener listener)
- Specified by:
createDialog in interface org.netbeans.editor.DialogSupport.DialogFactory
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed in interface ActionListener
windowClosing
public void windowClosing(WindowEvent evt)
- Specified by:
windowClosing in interface WindowListener- Overrides:
windowClosing in class WindowAdapter
Copyright © 2001-2011. All Rights Reserved.