|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
Instances of the JWorkbookEventObject
class are used in the methods of
the JWorkbookEventListener
interface for providing event details.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
JWorkbookEventObject(JWorkbook source,
GenericWorkbook workbook)
|
Method Summary | |
JWorkbook |
getJWorkbook()
Returns the event source object. |
GenericWorkbook |
getWorkbook()
Returns an instance of the GenericWorkbook class, witch the event
is connected with. |
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 |
Constructor Detail |
public JWorkbookEventObject(JWorkbook source, GenericWorkbook workbook)
Method Detail |
public GenericWorkbook getWorkbook()
GenericWorkbook
class, witch the event
is connected with.
GenericWorkbook
class, witch the event
is connected with.public JWorkbook getJWorkbook()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |