org.netbeans.api.visual 2.21.1

Uses of Class
org.netbeans.api.visual.laf.LookFeel

Packages that use LookFeel
org.netbeans.api.visual.laf This package contains LookFeel class with style definition for colors and borders. 
org.netbeans.api.visual.widget This package contains Widget class. 
 

Uses of LookFeel in org.netbeans.api.visual.laf
 

Methods in org.netbeans.api.visual.laf that return LookFeel
static LookFeel LookFeel.createDefaultLookFeel()
          Creates a default look and feel.
 

Uses of LookFeel in org.netbeans.api.visual.widget
 

Methods in org.netbeans.api.visual.widget that return LookFeel
 LookFeel Scene.getLookFeel()
          Returns a look'n'feel of the scene.
 

Methods in org.netbeans.api.visual.widget with parameters of type LookFeel
 void Scene.setLookFeel(LookFeel lookFeel)
          Sets a look'n'feel of the scene.
 


org.netbeans.api.visual 2.21.1

Built on December 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.