project35.desktopDeployment
Interface PluginSelectorComponent

All Known Implementing Classes:
PluginManager, TabletPluginManager

public interface PluginSelectorComponent

an interface used to give end-users access to a display of available plugins. This is a legacy interface that was originally developed to separate dependencies of packages for plugins and those that generate forms for desktop Project35. With the new ordering of code packages in Project35 v2.0, there is probably less of a need to maintain this level of indirection


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)

Method Summary
 javax.swing.JComponent getSelectionControl()
           
 boolean hasAppropriatePlugins(RecordModel recordModel)
           
 void setRecordModel(RecordModel recordModel)
           
 

Method Detail

hasAppropriatePlugins

boolean hasAppropriatePlugins(RecordModel recordModel)

setRecordModel

void setRecordModel(RecordModel recordModel)

getSelectionControl

javax.swing.JComponent getSelectionControl()