Java java.awt.event ItemEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.event ItemEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.event ItemEvent.

The text is from its open source code.

Field

intITEM_FIRST
The first number in the range of ids used for item events.
intITEM_LAST
The last number in the range of ids used for item events.
intITEM_STATE_CHANGED
This event id indicates that an item's state changed.
intSELECTED
This state-change value indicates that an item was selected.
intDESELECTED
This state-change-value indicates that a selected item was deselected.

Constructor

Method

intgetID()
Returns the event type.
ObjectgetItem()
Returns the item affected by the event.
ItemSelectablegetItemSelectable()
Returns the originator of the event.
ObjectgetSource()
The object on which the Event initially occurred.
intgetStateChange()
Returns the type of state change (selected or deselected).
StringparamString()
Returns a parameter string identifying this item event.
StringtoString()
Returns a String representation of this object.