|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.eawt.ApplicationEventWrapper
public class ApplicationEventWrapper
this class is a wrap class of class com.apple.eawt.ApplicationEvent
With this class we can access to the method of the Apple class.
Constructor Summary | |
---|---|
ApplicationEventWrapper()
Construct a new ApplicationEventWrapper |
Method Summary | |
---|---|
void |
applicationEventObject(java.lang.Object anApplicationEventObject)
set the ApplicationEvent object |
java.lang.String |
getFilename()
com.apple.eawt.ApplicationEvent#getFilename() Provides the filename associated with a particular AppleEvent. |
boolean |
isHandled()
com.apple.eawt.ApplicationEvent#isHandled() Determines whether an ApplicationListener has acted on a particular event. |
void |
setHandled(boolean state)
com.apple.eawt.ApplicationEvent#setHandled(boolean) Sets the state of the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationEventWrapper()
Method Detail |
---|
public void applicationEventObject(java.lang.Object anApplicationEventObject)
anApplicationEventObject
- must be instance of ApplicationEventpublic java.lang.String getFilename()
public boolean isHandled()
public void setHandled(boolean state)
state
- true if the event has been handled, otherwise false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |