Uses of Class
org.netbeans.api.visual.laf.LookFeel
Packages that use LookFeel
Package
Description
This package contains
LookFeel
class with style definition for colors and borders.
This package contains
Widget
class.-
Uses of LookFeel in org.netbeans.api.visual.laf
Methods in org.netbeans.api.visual.laf that return LookFeelModifier and TypeMethodDescriptionstatic 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 LookFeelModifier and TypeMethodDescriptionfinal LookFeel
Scene.getLookFeel()
Returns a look'n'feel of the scene.Methods in org.netbeans.api.visual.widget with parameters of type LookFeelModifier and TypeMethodDescriptionfinal void
Scene.setLookFeel
(LookFeel lookFeel) Sets a look'n'feel of the scene.