echopoint.able
Interface Borderable
- All Superinterfaces:
- Delegateable
- All Known Implementing Classes:
- AbleComponent, CarouselContainer, ContainerEx, SlidingMenu, TooltipContainer
public interface Borderable
- extends Delegateable
The Borderable interface is used to produce a border around a component
PROPERTY_BORDER
static final String PROPERTY_BORDER
- See Also:
- Constant Field Values
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