project35.desktopDeployment
Interface TextComponentSupplier

All Known Implementing Classes:
IDFieldView, TabletIDFieldView, TabletTextFieldView, TextFieldView

public interface TextComponentSupplier

an interface used to characterise the ability for field views to supply an editable text component. Note that in this application, RecordView has to interrogate two types of classes which manage text fields: project35.desktopDeployment.TextFieldView and project35.tabletDeployment.TextFieldView. This interface allows RecordView to handle the data fields, regardless of which package they belong to.


Copyright (c) 2008 Kevin Garwood for Project35. This code is 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.text.JTextComponent getTextComponent()
           
 void pasteClipboardText()
           
 void setFieldValue(java.lang.String text)
           
 

Method Detail

getTextComponent

javax.swing.text.JTextComponent getTextComponent()

setFieldValue

void setFieldValue(java.lang.String text)

pasteClipboardText

void pasteClipboardText()