project35.tabletDeployment
Class TabletPluginManager

java.lang.Object
  extended by project35.tabletDeployment.TabletPluginManager
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, PluginSelectorComponent

public class TabletPluginManager
extends java.lang.Object
implements PluginSelectorComponent, java.awt.event.ActionListener

a version of project35.soa.plugins.PluginManager that has been adapted for Tablet Project35. in particular, when user presses the "Plugins" button, it uses a JPanel instead of a dialog to display the plugins list


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
TabletPluginManager(Project35FormContext project35FormContext)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 java.util.ArrayList getPlugins()
           
 javax.swing.JComponent getSelectionControl()
           
 boolean hasAppropriatePlugins(RecordModel recordModel)
           
 void setRecordModel(RecordModel recordModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletPluginManager

public TabletPluginManager(Project35FormContext project35FormContext)
Method Detail

hasAppropriatePlugins

public boolean hasAppropriatePlugins(RecordModel recordModel)
Specified by:
hasAppropriatePlugins in interface PluginSelectorComponent

getSelectionControl

public javax.swing.JComponent getSelectionControl()
Specified by:
getSelectionControl in interface PluginSelectorComponent

setRecordModel

public void setRecordModel(RecordModel recordModel)
Specified by:
setRecordModel in interface PluginSelectorComponent

getPlugins

public java.util.ArrayList getPlugins()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener