: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

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


Fields inherited from class org.zaval.lw.LwView
MOSAIC, ORIGINAL, STRETCH
 
Constructor Summary
LwTabBrView(boolean state)
           
 
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 org.zaval.lw.LwTabBrView
getBottom, getLeft, getRight, getTop, paint
 
Methods inherited from class org.zaval.lw.LwView
calcPreferredSize, getPreferredSize, getType, invalidate, isValid, ownerChanged, paint, recalc, setType, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LwTabBrView

public LwTabBrView(boolean state)
Method Detail

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.


: up