sample.client
Class SampleClientPluginSwing
java.lang.Object
uk.ac.soton.itinnovation.grid.client.swing.AbstractConversationBrowserPlugin
sample.client.SampleClientPluginSwing
- All Implemented Interfaces:
- ConversationBrowserPlugin
public class SampleClientPluginSwing
- extends AbstractConversationBrowserPlugin
Grid client plugin for the sample service.
This plugin extends the Grid client to allow it to use the Grid sample service.
It registers the objects relating to the service and also extends the client's
Swing interface to add menu actions for these resources.
- See Also:
for details of the client's plugin system
| Methods inherited from class uk.ac.soton.itinnovation.grid.client.swing.AbstractConversationBrowserPlugin |
addFilters, addFilters, addPluginMenu, addPluginMenu, addProperties, compare, doDoubleClick, doDoubleClick, doDragDrop, doDragDrop, getState, getState, getTreeIcon, getTreeIcon, init, showPopupMenu |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleClientPluginSwing
public SampleClientPluginSwing()
showPopupMenu
public void showPopupMenu(JPopupMenu menu,
Class itemClass,
org.apache.axis.message.addressing.EndpointReferenceType[] items)
- Description copied from interface:
ConversationBrowserPlugin
- Add extra menu items. This is called when the user opens the popup menu.
All selected items have the same class.
- Specified by:
showPopupMenu in interface ConversationBrowserPlugin- Overrides:
showPopupMenu in class AbstractConversationBrowserPlugin
- Parameters:
menu - the menu being createditemClass - an interface that all the items implement (usually the interface of the first item)items - the objects currently selected
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.