: 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 LwWizard

java.lang.Object
  |
  +--org.zaval.lw.LwWizard
        |
        +--org.zaval.lw.theme.p3d.LwWizard

public class LwWizard
extends LwWizard


Field Summary
static java.awt.Color gray1
           
static java.awt.Color gray2
           
static java.awt.Color gray3
           
static java.awt.Color gray4
           
static java.awt.Color gray5
           
static java.awt.Color gray6
           
static java.awt.Color gray7
           
static java.awt.Color gray8
           
 
Fields inherited from class org.zaval.lw.LwWizard
BRPAN, BUTTON, CHECKBOX, COMBO, GRID, GRIDCAP, LIST, MENU, MENUBAR, NOTE, PROGRESS, SBAR, SCROLL, SCROLLPAN, SLIDER, SPIN, SPLITTER, TFIELD, TREE, WIN
 
Constructor Summary
LwWizard()
           
 
Method Summary
 void customize(int id, LwComponent c)
          Customize the specified component with the specified type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gray1

public static final java.awt.Color gray1

gray2

public static final java.awt.Color gray2

gray3

public static final java.awt.Color gray3

gray4

public static final java.awt.Color gray4

gray5

public static final java.awt.Color gray5

gray6

public static final java.awt.Color gray6

gray7

public static final java.awt.Color gray7

gray8

public static final java.awt.Color gray8
Constructor Detail

LwWizard

public LwWizard()
Method Detail

customize

public void customize(int id,
                      LwComponent c)
Description copied from class: LwWizard
Customize the specified component with the specified type.
Overrides:
customize in class LwWizard
Following copied from class: org.zaval.lw.LwWizard
Parameters:
id - the specified component type. LwVCL passes one of the determined by the class constant as the argument value.
comp - the specified component to be customized.


: up