| de.ug2t.unifiedGui.interfaces.IUnBorder
All known Subclasses: de.ug2t.channel.ho.server.generic.HoSrvGenericBorder, de.ug2t.channel.markup.generic.MuGenericBorder, de.ug2t.channel.ho.client.swing.HoSwingBorder,
IUnBorder | public interface IUnBorder extends IUnContainer,IUnLayouted,IUnComponent,IUnPanel(Code) | | author: Dirk author: date: 26.11.2003 project: WiSer-Framework author: author: This is the common interface to create a border around other widgets or author: widget-groups. author:
|
Inner Class :public static class Factory | |
pcmf_setBoColor | public void pcmf_setBoColor(String xColor)(Code) | |
Sets the color of the border-line
Parameters: xColor - color as predefined color-string like red, green, yellow, ... |
pcmf_setBoStyle | public void pcmf_setBoStyle(int xStyle)(Code) | |
Sets the style of the border-line
Parameters: xStyle - is either IUnComponent.INSETS_BORDER, IUnComponent.OUTSETS_BORDER,IUnComponent.LINE_BORDER |
pcmf_setBorderLine | public void pcmf_setBorderLine(int xBorder)(Code) | |
Sets the width of the border-line
Parameters: xBorder - width in pixel |
|
|