Class UISWTViewEventImpl
java.lang.Object
com.biglybt.ui.swt.pifimpl.UISWTViewEventImpl
- All Implemented Interfaces:
UISWTViewEvent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Object(package private) int(package private) UISWTViewFields inherited from interface UISWTViewEvent
DEBUG_TYPES, TYPE_CLOSE, TYPE_CREATE, TYPE_DATASOURCE_CHANGED, TYPE_DESTROY, TYPE_FOCUSGAINED, TYPE_FOCUSLOST, TYPE_HIDDEN, TYPE_INITIALIZE, TYPE_LANGUAGEUPDATE, TYPE_OBFUSCATE, TYPE_PRE_CREATE, TYPE_REFRESH, TYPE_SHOWN -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
UISWTViewEventImpl
-
-
Method Details
-
getType
public int getType()Description copied from interface:UISWTViewEventGet the type.- Specified by:
getTypein interfaceUISWTViewEvent- Returns:
- The TYPE_* constant for this event
-
getData
Description copied from interface:UISWTViewEventGet the data- Specified by:
getDatain interfaceUISWTViewEvent- Returns:
- Any data for this event
-
getView
Description copied from interface:UISWTViewEventGet the View- Specified by:
getViewin interfaceUISWTViewEvent- Returns:
- Information and control over the view
-