org.netbeans.api.visual 2.23.1

org.netbeans.api.visual.widget.general
Class ListItemWidget

java.lang.Object
  extended by org.netbeans.api.visual.widget.Widget
      extended by org.netbeans.api.visual.widget.LabelWidget
          extended by org.netbeans.api.visual.widget.general.ListItemWidget
All Implemented Interfaces:
Accessible

Deprecated.

public class ListItemWidget
extends LabelWidget

This class represents a general list item widget. Right now it presented as a label.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.LabelWidget
LabelWidget.Alignment, LabelWidget.Orientation, LabelWidget.VerticalAlignment
 
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget
Widget.Dependency
 
Constructor Summary
ListItemWidget(Scene scene)
          Deprecated. Creates a list item widget.
 
Method Summary
 void notifyStateChanged(ObjectState previousState, ObjectState state)
          Deprecated. Implements the widget-state specific look of the widget.
 
Methods inherited from class org.netbeans.api.visual.widget.LabelWidget
calculateClientArea, getAlignment, getLabel, getOrientation, getVerticalAlignment, isPaintAsDisabled, isUseGlyphVector, paintWidget, setAlignment, setLabel, setOrientation, setPaintAsDisabled, setUseGlyphVector, setVerticalAlignment
 
Methods inherited from class org.netbeans.api.visual.widget.Widget
addChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, paint, paintBackground, paintBorder, paintChildren, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListItemWidget

public ListItemWidget(Scene scene)
Deprecated. 
Creates a list item widget.

Parameters:
scene - the scene
Method Detail

notifyStateChanged

public void notifyStateChanged(ObjectState previousState,
                               ObjectState state)
Deprecated. 
Implements the widget-state specific look of the widget.

Overrides:
notifyStateChanged in class Widget
Parameters:
previousState - the previous state
state - the new state

org.netbeans.api.visual 2.23.1

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