| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.positionable.AbstractComponentDelegate
echopoint.positionable.BorderableDelegate
public class BorderableDelegate
BorderableDelegate is a simple delegate object
 than can be used inside a component that implements
 Borderable.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface echopoint.positionable.Borderable | 
|---|
Borderable.NestedStyleInfo | 
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
BorderableDelegate()
For testing purposes with ObjectSizer - not really sensible otherwise !  | 
|
BorderableDelegate(Component delegatee)
Constructs a BorderableDelegate for the given component  | 
|
| Method Summary | |
|---|---|
 void | 
applyStyle(Style style)
This will apply the borderColor, borderWidth and borderStyle properties first followed by the left, top, right and bottom borer properties.  | 
 Color | 
getBorderColor()
 | 
 int | 
getBorderSize()
 | 
 int | 
getBorderStyle()
Returns the border style of the Borderable.  | 
 Color | 
getBottomBorderColor()
 | 
 int | 
getBottomBorderSize()
 | 
 int | 
getBottomBorderStyle()
 | 
 Color | 
getLeftBorderColor()
 | 
 int | 
getLeftBorderSize()
 | 
 int | 
getLeftBorderStyle()
 | 
 Color | 
getRightBorderColor()
 | 
 int | 
getRightBorderSize()
 | 
 int | 
getRightBorderStyle()
 | 
 Color | 
getTopBorderColor()
 | 
 int | 
getTopBorderSize()
 | 
 int | 
getTopBorderStyle()
 | 
 void | 
setBorderColor(Color borderColor)
Sets the Color of the Borderable's border. | 
 void | 
setBorderSize(int borderSize)
Sets the size of the Borderables's border. | 
 void | 
setBorderStyle(int borderStyle)
Sets the border style of the Borderable.  | 
 void | 
setBottomBorderColor(Color borderColor)
Sets the Color of the Borderable's bottom border. | 
 void | 
setBottomBorderSize(int borderSize)
Sets the size of the Borderables's bottom border. | 
 void | 
setBottomBorderStyle(int borderStyle)
Sets the border style of the Borderables's bottom border. | 
 void | 
setLeftBorderColor(Color borderColor)
Sets the Color of the Borderable's left border. | 
 void | 
setLeftBorderSize(int borderSize)
Sets the size of the Borderables's left border. | 
 void | 
setLeftBorderStyle(int borderStyle)
Sets the border style of the Borderables's left border. | 
 void | 
setRightBorderColor(Color borderColor)
Sets the Color of the Borderable's right border. | 
 void | 
setRightBorderSize(int borderSize)
Sets the size of the Borderables's right border. | 
 void | 
setRightBorderStyle(int borderStyle)
Sets the border style of the Borderables's right border. | 
 void | 
setTopBorderColor(Color borderColor)
Sets the Color of the Borderable's top border. | 
 void | 
setTopBorderSize(int borderSize)
Sets the size of the Borderables's top border. | 
 void | 
setTopBorderStyle(int borderStyle)
Sets the border style of the Borderables's top border. | 
| Methods inherited from class echopoint.positionable.AbstractComponentDelegate | 
|---|
firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getDelegatee | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BorderableDelegate()
public BorderableDelegate(Component delegatee)
delegatee - - the component to delegate for| Method Detail | 
|---|
public void applyStyle(Style style)
Borderable
applyStyle in interface BorderableBorderable.applyStyle(nextapp.echo.Style)public Color getBorderColor()
getBorderColor in interface BorderableColor of the Borderable's border.Borderable.getBorderColor()public int getBorderSize()
getBorderSize in interface BorderableBorderables's border.Borderable.getBorderSize()public int getBorderStyle()
Borderable
getBorderStyle in interface BorderableBorderable.getBorderStyle()public Color getBottomBorderColor()
getBottomBorderColor in interface BorderableColor of the Borderable's bottom border.Borderable.getBottomBorderColor()public int getBottomBorderSize()
getBottomBorderSize in interface BorderableBorderables's bottom border.Borderable.getBottomBorderSize()public int getBottomBorderStyle()
getBottomBorderStyle in interface BorderableBorderables's bottom border.Borderable.getBottomBorderStyle()public Color getLeftBorderColor()
getLeftBorderColor in interface BorderableColor of the Borderable's left border.Borderable.getLeftBorderColor()public int getLeftBorderSize()
getLeftBorderSize in interface BorderableBorderables's left border.Borderable.getLeftBorderSize()public int getLeftBorderStyle()
getLeftBorderStyle in interface BorderableBorderables's left border.Borderable.getLeftBorderStyle()public Color getRightBorderColor()
getRightBorderColor in interface BorderableColor of the Borderable's right border.Borderable.getRightBorderColor()public int getRightBorderSize()
getRightBorderSize in interface BorderableBorderables's right border.Borderable.getRightBorderSize()public int getRightBorderStyle()
getRightBorderStyle in interface BorderableBorderables's right border.Borderable.getRightBorderStyle()public Color getTopBorderColor()
getTopBorderColor in interface BorderableColor of the Borderable's top border.Borderable.getTopBorderColor()public int getTopBorderSize()
getTopBorderSize in interface BorderableBorderables's top border.Borderable.getTopBorderSize()public int getTopBorderStyle()
getTopBorderStyle in interface BorderableBorderables's top border.Borderable.getTopBorderStyle()public void setBorderColor(Color borderColor)
BorderableColor of the Borderable's border.  
 
 This will also set the left, top, right and bottom border color.
setBorderColor in interface BorderableBorderable.setBorderColor(nextapp.echo.Color)public void setBorderSize(int borderSize)
BorderableBorderables's border.
 
 This will also set the left, top, right and bottom border size.
setBorderSize in interface BorderableBorderable.setBorderSize(int)public void setBorderStyle(int borderStyle)
Borderable
setBorderStyle in interface BorderableBorderable.setBorderStyle(int)public void setBottomBorderColor(Color borderColor)
BorderableColor of the Borderable's bottom border.
setBottomBorderColor in interface BorderableBorderable.setBottomBorderColor(nextapp.echo.Color)public void setBottomBorderSize(int borderSize)
BorderableBorderables's bottom border.
setBottomBorderSize in interface BorderableBorderable.setBottomBorderSize(int)public void setBottomBorderStyle(int borderStyle)
BorderableBorderables's bottom border.
setBottomBorderStyle in interface BorderableBorderable.setBottomBorderStyle(int)public void setLeftBorderColor(Color borderColor)
BorderableColor of the Borderable's left border.
setLeftBorderColor in interface BorderableBorderable.setLeftBorderColor(nextapp.echo.Color)public void setLeftBorderSize(int borderSize)
BorderableBorderables's left border.
setLeftBorderSize in interface BorderableBorderable.setLeftBorderSize(int)public void setLeftBorderStyle(int borderStyle)
BorderableBorderables's left border.
setLeftBorderStyle in interface BorderableBorderable.setLeftBorderStyle(int)public void setRightBorderColor(Color borderColor)
BorderableColor of the Borderable's right border.
setRightBorderColor in interface BorderableBorderable.setRightBorderColor(nextapp.echo.Color)public void setRightBorderSize(int borderSize)
BorderableBorderables's right border.
setRightBorderSize in interface BorderableBorderable.setRightBorderSize(int)public void setRightBorderStyle(int borderStyle)
BorderableBorderables's right border.
setRightBorderStyle in interface BorderableBorderable.setRightBorderStyle(int)public void setTopBorderColor(Color borderColor)
BorderableColor of the Borderable's top border.
setTopBorderColor in interface BorderableBorderable.setTopBorderColor(nextapp.echo.Color)public void setTopBorderSize(int borderSize)
BorderableBorderables's top border.
setTopBorderSize in interface BorderableBorderable.setTopBorderSize(int)public void setTopBorderStyle(int borderStyle)
BorderableBorderables's top border.
setTopBorderStyle in interface BorderableBorderable.setTopBorderStyle(int)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||