- Inherits from:
- EOComponentController (eoapplication) : EOController (eoapplication) : Object
- Package:
- com.apple.client.eogeneration
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
XML Tag | Default Rule System Controller Type |
STATICLABELCONTROLLER |
widgetController |
- All methods
- EOStaticLabelController
- alignment
- canBeTransient
- color
- font
- generateComponent
- setAlignment
- setColor
- setFont
- setLabel
public EOStaticLabelController(
com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)
public int alignment()
public boolean canBeTransient()
public java.awt.Color color()
public java.awt.Font font()
protected void generateComponent()
public void setAlignment(int anInt)
public void setColor(java.awt.Color aColor)
public void setFont(java.awt.Font aFont)
public void setLabel(String aString)
DRAFT