Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > EOInterface Reference

Table of Contents

EOTextAssociation.JTextComponentAccess


Package:
com.apple.client.eointerface

Interface Description


EOTextAssociation.JTextComponentAccess is an interface that specifies the way an EOTextAssociation accesses its display object's underlying javax.swing.text.JTextComponent.


Note: This interface doesn't exist in the com.apple.yellow.eointerface package.



Instance Methods



jTextComponent

public abstract javax.swing.text.JTextComponent jTextComponent()

Returns the receiver's JTextComponent.


Table of Contents