project35.tabletDeployment
Interface TabletProject35Plugin

All Superinterfaces:
Project35Plugin, java.io.Serializable, ServiceClass

public interface TabletProject35Plugin
extends Project35Plugin

specialised interface for TabletProject35Dialog plugins. The difference between plugins operating in TPD and normal PD is that plugins in the TPD deployment depend on other components not having popup dialogs. in this case, implementations of plugins which have graphical UIs should use JPanels instead of JDialog/JFrames. They should also pop/push the panels using the dialog's dialog.popCard(...) and dialog.pushCard(...) methods


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
 void setTabletProject35Dialog(TabletProject35Dialog dialog)
           
 
Methods inherited from interface project35.soa.plugins.Project35Plugin
execute, getHelpLink, isSuitableForRecordModel
 
Methods inherited from interface project35.soa.ServiceClass
getInitialisationParameters, initialiseService
 

Method Detail

setTabletProject35Dialog

void setTabletProject35Dialog(TabletProject35Dialog dialog)