|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter
public class SWTSkinObjectAdapter
Converts SWTSkinObjectListener
events to method calls
Field Summary |
---|
Fields inherited from interface com.aelitis.azureus.ui.swt.skin.SWTSkinObjectListener |
---|
EVENT_CREATE_REQUEST, EVENT_CREATED, EVENT_DATASOURCE_CHANGED, EVENT_DESTROY, EVENT_HIDE, EVENT_LANGUAGE_CHANGE, EVENT_SELECT, EVENT_SHOW, NAMES |
Constructor Summary | |
---|---|
SWTSkinObjectAdapter()
|
Method Summary | |
---|---|
Object |
dataSourceChanged(SWTSkinObject skinObject,
Object params)
|
Object |
eventOccured(SWTSkinObject skinObject,
int eventType,
Object params)
Called when an event occurs |
Object |
skinObjectCreated(SWTSkinObject skinObject,
Object params)
Skin Object was created. |
Object |
skinObjectDestroyed(SWTSkinObject skinObject,
Object params)
Skin Object was destroyed |
Object |
skinObjectHidden(SWTSkinObject skinObject,
Object params)
Skin Object was hidden |
Object |
skinObjectSelected(SWTSkinObject skinObject,
Object params)
Skin Object was selected (activated) |
Object |
skinObjectShown(SWTSkinObject skinObject,
Object params)
Skin Object was shown |
Object |
updateLanguage(SWTSkinObject skinObject,
Object params)
skinObject needs to update any text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SWTSkinObjectAdapter()
Method Detail |
---|
public Object skinObjectShown(SWTSkinObject skinObject, Object params)
public Object skinObjectHidden(SWTSkinObject skinObject, Object params)
public Object skinObjectSelected(SWTSkinObject skinObject, Object params)
public Object skinObjectDestroyed(SWTSkinObject skinObject, Object params)
public Object skinObjectCreated(SWTSkinObject skinObject, Object params)
public Object updateLanguage(SWTSkinObject skinObject, Object params)
public Object dataSourceChanged(SWTSkinObject skinObject, Object params)
public Object eventOccured(SWTSkinObject skinObject, int eventType, Object params)
SWTSkinObjectListener
eventOccured
in interface SWTSkinObjectListener
skinObject
- skin object the event occurred oneventType
- EVENT_* constantparams
- Any parameters the event needs to send you
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |