EchoPoint
2.1.0rc5

echopointng.able
Interface Borderable

All Superinterfaces:
Delegateable
All Known Implementing Classes:
AbleComponent, AbleProperties, AutoLookupTextFieldEx, BalloonHelp, ButtonEx, Calculator, CalculatorField, ColorChooser, ComboBox, ContainerEx, DateChooser, DateField, DisplayLayoutData, DropDown, EditableLabelEx, ExpandableSection, GroupBox, ImageIcon, ImageMap, LabelEx, ListSection, LiveTable, Menu, MenuBar, MenuButton, MenuItem, PasswordFieldEx, PopUp, ProgressBar, PushButton, RichTextArea, ScrollableDisplayLayoutData, Slider, Strut, TabbedPane, TemplatePanel, TextFieldEx, TitleBar, Tree

public interface Borderable
extends Delegateable

The Borderable interface is used to produce a border around a component


Field Summary
static String PROPERTY_BORDER
           
 
Method Summary
 Border getBorder()
           
 void setBorder(Border newValue)
          Sets the Border to be used by the Borderable
 
Methods inherited from interface echopointng.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_BORDER

static final String PROPERTY_BORDER
See Also:
Constant Field Values
Method Detail

getBorder

Border getBorder()
Returns:
The Border of the Borderable.

setBorder

void setBorder(Border newValue)
Sets the Border to be used by the Borderable

Parameters:
newValue - - the new Border to use

EchoPoint
2.1.0rc5