com.jniwrapper.win32.jexcel
Class WorksheetEventObject
java.lang.Object
java.util.EventObject
com.jniwrapper.win32.jexcel.WorksheetEventObject
- All Implemented Interfaces:
- java.io.Serializable
- public class WorksheetEventObject
- extends java.util.EventObject
Instances of the WorksheetEventObject class are used in the methods of
the WorksheetEventListener and WorksheetEventHandler interfaces
for providing event details.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorksheetEventObject
public WorksheetEventObject(Worksheet source)
WorksheetEventObject
public WorksheetEventObject(Worksheet source,
Range range)
WorksheetEventObject
public WorksheetEventObject(Worksheet source,
Cell cell)
getRange
public Range getRange()
- Returns an instance of the
Range class, which the event
is connected with.
- Returns:
- an instance of the
Range class, which the event
is connected with.
getCell
public Cell getCell()
- Returns an instance of the
Cell class, which the event
is connected with.
- Returns:
- an instance of the
Cell class, which the event
is connected with.
getWorksheet
public Worksheet getWorksheet()
- Returns the event source object.
- Returns:
- the event source object.