|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BorderInterface | |
---|---|
com.sas.awt | Provides extensions of java.awt components which implement com.sas.ComponentInterface |
com.sas.visuals | Additional user interface components not provided in AWT. |
Uses of BorderInterface in com.sas.awt |
---|
Fields in com.sas.awt declared as BorderInterface | |
---|---|
BorderInterface |
VisualInterfaceSupportInfo.borderInterface
|
Methods in com.sas.awt that return BorderInterface | |
---|---|
BorderInterface |
VisualInterface.getBorder()
Returns the border drawn around the component. |
BorderInterface |
TextFieldVisualComponent.getBorder()
|
BorderInterface |
TextAreaVisualComponent.getBorder()
|
BorderInterface |
ScrollbarVisualComponent.getBorder()
|
BorderInterface |
ScrollPaneVisualComponent.getBorder()
|
BorderInterface |
PanelVisualComponent.getBorder()
|
BorderInterface |
ListBoxVisualComponent.getBorder()
|
BorderInterface |
LabelVisualComponent.getBorder()
|
BorderInterface |
FrameVisualComponent.getBorder()
|
BorderInterface |
DialogVisualComponent.getBorder()
|
BorderInterface |
ContainerVisualComponent.getBorder()
|
BorderInterface |
ComponentVisualComponent.getBorder()
|
BorderInterface |
ChoiceVisualComponent.getBorder()
|
BorderInterface |
CheckBoxVisualComponent.getBorder()
|
BorderInterface |
CanvasVisualComponent.getBorder()
|
BorderInterface |
ButtonVisualComponent.getBorder()
|
BorderInterface |
AppletVisualComponent.getBorder()
|
static BorderInterface |
VisualInterfaceSupport.getBorder(com.sas.ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
Methods in com.sas.awt with parameters of type BorderInterface | |
---|---|
void |
VisualInterface.setBorder(BorderInterface border)
Sets the border drawn around the component. |
void |
TextFieldVisualComponent.setBorder(BorderInterface border)
|
void |
TextAreaVisualComponent.setBorder(BorderInterface border)
|
void |
ScrollbarVisualComponent.setBorder(BorderInterface border)
|
void |
ScrollPaneVisualComponent.setBorder(BorderInterface border)
|
void |
PanelVisualComponent.setBorder(BorderInterface border)
|
void |
ListBoxVisualComponent.setBorder(BorderInterface border)
|
void |
LabelVisualComponent.setBorder(BorderInterface border)
|
void |
FrameVisualComponent.setBorder(BorderInterface border)
|
void |
DialogVisualComponent.setBorder(BorderInterface border)
|
void |
ContainerVisualComponent.setBorder(BorderInterface border)
|
void |
ComponentVisualComponent.setBorder(BorderInterface border)
|
void |
ChoiceVisualComponent.setBorder(BorderInterface border)
|
void |
CheckBoxVisualComponent.setBorder(BorderInterface border)
|
void |
CanvasVisualComponent.setBorder(BorderInterface border)
|
void |
ButtonVisualComponent.setBorder(BorderInterface border)
|
void |
AppletVisualComponent.setBorder(BorderInterface border)
|
static void |
VisualInterfaceSupport.setBorder(com.sas.ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
BorderInterface border)
|
Uses of BorderInterface in com.sas.visuals |
---|
Classes in com.sas.visuals that implement BorderInterface | |
---|---|
class |
BaseBorder
BaseBorder is a subclass of Border capable of drawing several different styles of borders. |
class |
Border
Border is an abstract class to draw borders around components. |
class |
CompositeBorder
CompositeBorder is a subclass of Border that can combine two BorderInterface objects into one border. |
class |
TabBorder
TabBorder is a subclass of Border that draws a specific type of border for tabs. |
class |
TextBorder
TextBorder is a subclass of Border that draws Text on top of another Border. |
class |
ToolbarBorder
ToolbarBorder provides Border support for Windows 95 Window Border styles for Toolbars |
class |
Windows95Border
Windows95Border provides Border support for Windows 95 Window Border styles |
Fields in com.sas.visuals declared as BorderInterface | |
---|---|
protected BorderInterface |
Part._border
|
protected BorderInterface |
TabBar.border
|
protected BorderInterface |
CompositeBorder.extBorder
|
protected BorderInterface |
CompositeBorder.intBorder
|
Methods in com.sas.visuals that return BorderInterface | |
---|---|
BorderInterface |
Part.getBorder()
|
BorderInterface |
CompositeBorder.getExteriorBorder()
Get the exterior Border of the CompositeBorder |
BorderInterface |
CompositeBorder.getInteriorBorder()
Get the interior Border of the CompositeBorder |
BorderInterface |
TabBarInterface.getRowBorder()
Get the Border used to draw the rows. |
BorderInterface |
TabBar.getRowBorder()
Get the Border used to draw the rows. |
BorderInterface |
TabbedView.getViewBorder()
Get the Border object drawn around the view containers. |
Methods in com.sas.visuals with parameters of type BorderInterface | |
---|---|
void |
Part.setBorder(BorderInterface border)
|
void |
CompositeBorder.setExteriorBorder(BorderInterface exterior)
Set the Exterior Border to the specified Border. |
void |
CompositeBorder.setInteriorBorder(BorderInterface interior)
Set the Interior Border to the specified Border. |
void |
TabBarInterface.setRowBorder(BorderInterface border)
Set the row border of the TabBarInterface |
void |
TabBar.setRowBorder(BorderInterface border)
Set the row border of the TabBarInterface |
void |
TabbedView.setViewBorder(BorderInterface newBorder)
Set the Border object used for the view area and the rows of the TabBar. |
Constructors in com.sas.visuals with parameters of type BorderInterface | |
---|---|
CompositeBorder(BorderInterface exterior,
BorderInterface interior,
int gap)
Constructor to create a CompositeBorder out of the specified exterior and interior border and with the specified gap between them. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |