|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.eoapplication.EOController
com.webobjects.eoapplication.EOComponentController
com.webobjects.eoapplication.EOBoxController
public class EOBoxController
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOComponentController |
---|
EOComponentController.ActionCollector, EOComponentController.Activation, EOComponentController.EndEditing, EOComponentController.Modal, EOComponentController.ResetUserInterface |
Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOController |
---|
EOController.Enumeration |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Field Summary | |
---|---|
static int |
EtchedBorder
|
static int |
LineBorder
|
static int |
LoweredBezelBorder
|
static int |
NoBorder
|
static int |
RaisedBezelBorder
|
Fields inherited from class com.webobjects.eoapplication.EOComponentController |
---|
Bottom, BottomLeft, BottomRight, Center, Left, Right, Top, TopLeft, TopRight |
Fields inherited from class com.webobjects.eoapplication.EOController |
---|
ControllerAndSubcontrollersEnumeration, ControllerAndSupercontrollersEnumeration, SubcontrollersEnumeration, SupercontrollersEnumeration |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
KeyPathSeparator |
Constructor Summary | |
---|---|
EOBoxController()
|
|
EOBoxController(EOXMLUnarchiver unarchiver)
|
Method Summary | |
---|---|
int |
borderType()
|
protected void |
generateComponent()
|
boolean |
highlightsTitle()
|
void |
setBorderType(int type)
|
void |
setHighlightsTitle(boolean flag)
|
void |
setTitleColor(Color color)
|
void |
setTitleFont(Font font)
|
void |
setTitlePosition(int position)
|
void |
setUsesTitledBorder(boolean flag)
|
Color |
titleColor()
|
Font |
titleFont()
|
int |
titlePosition()
|
boolean |
usesTitledBorder()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NoBorder
public static final int EtchedBorder
public static final int RaisedBezelBorder
public static final int LoweredBezelBorder
public static final int LineBorder
Constructor Detail |
---|
public EOBoxController()
public EOBoxController(EOXMLUnarchiver unarchiver)
unarchiver
- Method Detail |
---|
public void setBorderType(int type)
type
- public int borderType()
public void setUsesTitledBorder(boolean flag)
flag
- public boolean usesTitledBorder()
public void setHighlightsTitle(boolean flag)
flag
- public boolean highlightsTitle()
public void setTitlePosition(int position)
position
- public int titlePosition()
public void setTitleColor(Color color)
color
- public Color titleColor()
public void setTitleFont(Font font)
font
- public Font titleFont()
protected void generateComponent()
generateComponent
in class EOComponentController
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |