|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.widget.general.ListWidget
public class ListWidget
This class represents a general list widget which is rendered as a rectangle with a header on top and list item widgets underneath.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget |
---|
Widget.Dependency |
Constructor Summary | |
---|---|
ListWidget(Scene scene)
Deprecated. Creates a list widget. |
Method Summary | |
---|---|
Widget |
getHeader()
Deprecated. Returns a header widget. |
ImageWidget |
getImageWidget()
Deprecated. Returns an image widget in the header. |
LabelWidget |
getLabelWidget()
Deprecated. Returns a label widget in the header. |
void |
notifyStateChanged(ObjectState previousState,
ObjectState state)
Deprecated. Implements the widget-state specific look of the widget. |
void |
setImage(Image image)
Deprecated. Sets an image used in the list header. |
void |
setLabel(String label)
Deprecated. Sets a label used in the list header. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListWidget(Scene scene)
scene
- the sceneMethod Detail |
---|
public void notifyStateChanged(ObjectState previousState, ObjectState state)
notifyStateChanged
in class Widget
previousState
- the previous statestate
- the new statepublic final void setImage(Image image)
image
- the imagepublic final void setLabel(String label)
label
- the labelpublic final Widget getHeader()
public final ImageWidget getImageWidget()
public final LabelWidget getLabelWidget()
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |