- Inherits from:
- javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- EOTextAssociation.JTextComponentAccess
- NSDisposable
- Package:
- com.apple.client.eointerface
EOFormCell objects implement entries in EOForms.An EOFormCell has a field component, an editable EOTextField into which users enter data; and a title component, an uneditable EOTextField that identifies the purpose of the form cell's field component.
| Note: This class doesn't exist in the com.apple.yellow.eointerface package. |
For more information on forms and form cells, see the EOForm class specification.
EOTextAssociation.JTextComponentAccess
- jTextComponent
NSDisposable
dispose
- Accessing the field component
- fieldComponent
- jTextComponent
- Accessing the title and title component
- titleComponent
- title
- setTitle
- setTitleWidth
- titleWidth
public EOTextField fieldComponent()
public javax.swing.text.JTextComponent jTextComponent()
public void setTitle(String aString)
public void setTitleWidth(int width)
public String title()
public EOTextField titleComponent()
public int titleWidth()