org.zaval.lw.theme.p3d
Class LwTabBrView
java.lang.Object
|
+--org.zaval.lw.LwView
|
+--org.zaval.lw.LwTabBrView
|
+--org.zaval.lw.theme.p3d.LwTabBrView
- All Implemented Interfaces:
- Validationable
- public class LwTabBrView
- extends LwTabBrView
|
Method Summary |
protected void |
paint(java.awt.Graphics g,
int w,
int h,
boolean isEnabled,
int orient)
Paints the tab view using the given width and height, enabled state and tabs orientation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LwTabBrView
public LwTabBrView(boolean state)
paint
protected void paint(java.awt.Graphics g,
int w,
int h,
boolean isEnabled,
int orient)
- Description copied from class:
LwTabBrView
- Paints the tab view using the given width and height, enabled state and tabs orientation.
- Overrides:
paint in class LwTabBrView
- Following copied from class:
org.zaval.lw.LwTabBrView
- Parameters:
g - the specified context to be used for painting.w - the width of the tab view.h - the height of the tab view.isEnabled - the tab state.orient - the notebook tabs orientation.
|