com.intel.gpe.client2.common.actions
Class LoadGridBeanAction
java.lang.Object
javax.swing.AbstractAction
com.intel.gpe.client2.common.actions.LoadGridBeanAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class LoadGridBeanAction
- extends javax.swing.AbstractAction
Load grid bean into client.
- Version:
- $Id: LoadGridBeanAction.java,v 1.16 2007/02/18 16:48:27 nbmalysh Exp $
- Author:
- Alexander Lukichev
- See Also:
- Serialized Form
Field Summary |
protected com.intel.gpe.util.observer.IObserver |
observer
|
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
observer
protected com.intel.gpe.util.observer.IObserver observer
LoadGridBeanAction
public LoadGridBeanAction(MessageProvider messageProvider,
com.intel.gpe.util.observer.IObserver observer,
GridBeanLoader gridBeanLoader)
- Create the GridBean loader.
- Parameters:
messageProvider
- the message display functionality providerasyncClient
- the asynchronous operations executionobserver
- the observer; it receives either GridBean
or Throwable
userDefaults
- the user's preferencesclassLoader
- the class loader to be used to load GridBeanskey
- the key for action components configuration
LoadGridBeanAction
public LoadGridBeanAction(MessageProvider messageProvider,
com.intel.gpe.util.observer.IObserver observer,
GridBeanLoader gridBeanLoader,
IConfigurable parent,
IPreferences userDefaults,
AsyncClient client)
- Create the GridBean loader.
- Parameters:
messageProvider
- the message display functionality providerasyncClient
- the asynchronous operations executionobserver
- the observer; it receives either GridBean
or Throwable
userDefaults
- the user's preferencesclassLoader
- the class loader to be used to load GridBeanskey
- the key for action components configuration
perform
public void perform(java.lang.String path)
- Perform the operation
- Parameters:
path
- the path of the GridBean JAR
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
getGridBeanLoader
public GridBeanLoader getGridBeanLoader()
setGridBeanLoader
public void setGridBeanLoader(GridBeanLoader gridBeanLoader)
Copyright © 2008. All Rights Reserved.