|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pow2.webgui.WidgetStrategy
com.pow2.webgui.WidgetDrawer
com.pow2.webgui.tabbedselector.TabbedDrawer
com.pow2.webgui.tabbedselector.BOTabbedDrawer
public class BOTabbedDrawer
BOTabbedPanel class.
Field Summary |
---|
Fields inherited from class com.pow2.webgui.WidgetStrategy |
---|
widget |
Constructor Summary | |
---|---|
BOTabbedDrawer(Widget widget)
Constructor. |
Method Summary | |
---|---|
protected StringBuffer |
getBorder(boolean isLeft)
Gets the description of the left or right border of the tabbedPanel. |
protected StringBuffer |
getBottom()
Gets the description of the bottom part of the TabbedPanel component. |
protected StringBuffer |
getUpper()
Gets the description of the upper part of the TabbedPanel component. |
protected StringBuffer |
getUpperRight()
Gets the description of the upper-right component of the tabbedPanel. |
Methods inherited from class com.pow2.webgui.tabbedselector.TabbedDrawer |
---|
draw |
Methods inherited from class com.pow2.webgui.WidgetStrategy |
---|
getWidget, setWidget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BOTabbedDrawer(Widget widget)
widget
- the widget to drawMethod Detail |
---|
protected StringBuffer getUpper()
getUpper
in class TabbedDrawer
protected StringBuffer getUpperRight()
getUpperRight
in class TabbedDrawer
protected StringBuffer getBorder(boolean isLeft)
getBorder
in class TabbedDrawer
isLeft
- true for the left border; false for the right border.
protected StringBuffer getBottom()
getBottom
in class TabbedDrawer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |