|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Event org.eclipse.swt.events.TypedEvent org.eclipse.swt.events.ShellEvent
Instances of this class are sent as a result of operations being performed on shells.
IMPORTANT: All public static
members of
this class are not part of the RWT public API. They are marked
public only so that they can be shared within the packages provided by RWT.
They should never be accessed from application code.
ShellListener
,
Serialized FormField Summary | |
boolean |
doit
A flag indicating whether the operation should be allowed. |
static int |
SHELL_ACTIVATED
|
static int |
SHELL_CLOSED
|
static int |
SHELL_DEACTIVATED
|
Fields inherited from class org.eclipse.swt.events.TypedEvent |
data, display, widget |
Constructor Summary | |
ShellEvent(Event event)
Constructs a new instance of this class based on the information in the given untyped event. |
|
ShellEvent(Object source,
int id)
Constructs a new instance of this class. |
Method Summary | |
static void |
addListener(Adaptable adaptable,
ShellListener listener)
|
protected boolean |
allowProcessing()
|
protected void |
dispatchToObserver(Object listener)
|
static Object[] |
getListeners(Adaptable adaptable)
|
protected Class |
getListenerType()
|
static boolean |
hasListener(Adaptable adaptable)
|
static void |
removeListener(Adaptable adaptable,
ShellListener listener)
|
Methods inherited from class org.eclipse.swt.events.TypedEvent |
executeNext, getSource, processEvent, processScheduledEvents, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SHELL_CLOSED
public static final int SHELL_ACTIVATED
public static final int SHELL_DEACTIVATED
public boolean doit
false
will cancel the operation.
Constructor Detail |
public ShellEvent(Event event)
event
- the untyped event containing the informationpublic ShellEvent(Object source, int id)
IMPORTANT: This method is not part of the RWT public API. It is marked public only so that it can be shared within the packages provided by RWT. It should never be accessed from application code.
Method Detail |
protected void dispatchToObserver(Object listener)
dispatchToObserver
in class TypedEvent
protected Class getListenerType()
getListenerType
in class TypedEvent
protected boolean allowProcessing()
allowProcessing
in class TypedEvent
public static boolean hasListener(Adaptable adaptable)
public static void addListener(Adaptable adaptable, ShellListener listener)
public static void removeListener(Adaptable adaptable, ShellListener listener)
public static Object[] getListeners(Adaptable adaptable)
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.