Interface | Description |
---|---|
Border |
This interface describes all the borders of the library
Use these components if you need displaying a border around a widget.
|
BorderFactory |
This interface describes a border factory that is used by some components to create borders.
|
Class | Description |
---|---|
AbstractBorder |
This is an abstract implementation of the border interface that displays nothing but contains basic border
methods.
|
BorderLine |
This is a border line enumeration class.
|
RoundCornerBorder |
This is a border implementation that has rounded corners.
|
SingleBorder |
This is a simple but very useful border that allows rendering single lines around
a custom widget.
|
Copyright © 2008–2013. All rights reserved.