Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOBoxController


Inherits from:
EOComponentController : EOController : Object
Package:
com.apple.client.eoapplication


Class Description


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
BOXCONTROLLER groupingController




Method Types


All methods
EOBoxController
borderType
generateComponent
highlightsTitle
horizontalBorder
setBorderType
setHighlightsTitle
setHorizontalBorder
setTitleColor
setTitleFont
setTitlePosition
setUsesTitledBorder
setVerticalBorder
titleColor
titleFont
titlePosition
usesTitledBorder
verticalBorder


Constructors



EOBoxController

public EOBoxController(EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



borderType

public int borderType()



generateComponent

protected void generateComponent()



highlightsTitle

public boolean highlightsTitle()



horizontalBorder

public int horizontalBorder()



setBorderType

public void setBorderType(int anInt)



setHighlightsTitle

public void setHighlightsTitle(boolean aBoolean)



setHorizontalBorder

public void setHorizontalBorder(int anInt)



setTitleColor

public void setTitleColor(java.awt.Color aColor)



setTitleFont

public void setTitleFont(java.awt.Font aFont)



setTitlePosition

public void setTitlePosition(int anInt)



setUsesTitledBorder

public void setUsesTitledBorder(boolean aBoolean)



setVerticalBorder

public void setVerticalBorder(int anInt)



titleColor

public java.awt.Color titleColor()



titleFont

public java.awt.Font titleFont()



titlePosition

public int titlePosition()



usesTitledBorder

public boolean usesTitledBorder()



verticalBorder

public int verticalBorder()




Table of Contents

DRAFT