com.eviware.soapui.support.propertyexpansion
Class PropertyExpansionPopupListener
java.lang.Object
com.eviware.soapui.support.propertyexpansion.PropertyExpansionPopupListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.PopupMenuListener
public class PropertyExpansionPopupListener
- extends java.lang.Object
- implements javax.swing.event.PopupMenuListener
Method Summary |
static void |
addMenu(javax.swing.JPopupMenu popup,
java.lang.String menuName,
ModelItem item,
PropertyExpansionTarget component)
|
static javax.swing.JPanel |
addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem)
|
static void |
addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem,
javax.swing.JPanel panel)
|
static void |
disable(GroovyEditor editor)
|
static void |
enable(GroovyEditor groovyEditor,
ModelItem modelItem)
|
static void |
enable(javax.swing.text.JTextComponent textField,
ModelItem modelItem,
javax.swing.JPopupMenu popup)
|
static void |
enable(javax.swing.text.JTextComponent textField,
WsdlTestStep testStep)
|
static void |
enable(JXEditTextArea textField,
ModelItem modelItem)
|
void |
popupMenuCanceled(javax.swing.event.PopupMenuEvent arg0)
|
void |
popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent arg0)
|
void |
popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyExpansionPopupListener
public PropertyExpansionPopupListener(java.awt.Container transferMenu,
ModelItem modelItem,
PropertyExpansionTarget target)
popupMenuCanceled
public void popupMenuCanceled(javax.swing.event.PopupMenuEvent arg0)
- Specified by:
popupMenuCanceled
in interface javax.swing.event.PopupMenuListener
popupMenuWillBecomeInvisible
public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent arg0)
- Specified by:
popupMenuWillBecomeInvisible
in interface javax.swing.event.PopupMenuListener
popupMenuWillBecomeVisible
public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent arg0)
- Specified by:
popupMenuWillBecomeVisible
in interface javax.swing.event.PopupMenuListener
addMenu
public static void addMenu(javax.swing.JPopupMenu popup,
java.lang.String menuName,
ModelItem item,
PropertyExpansionTarget component)
enable
public static void enable(javax.swing.text.JTextComponent textField,
ModelItem modelItem,
javax.swing.JPopupMenu popup)
addPropertyExpansionPopup
public static void addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem,
javax.swing.JPanel panel)
addPropertyExpansionPopup
public static javax.swing.JPanel addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem)
enable
public static void enable(JXEditTextArea textField,
ModelItem modelItem)
enable
public static void enable(GroovyEditor groovyEditor,
ModelItem modelItem)
enable
public static void enable(javax.swing.text.JTextComponent textField,
WsdlTestStep testStep)
disable
public static void disable(GroovyEditor editor)
Copyright © 2005-2007 eviware.com. All Rights Reserved.