Examples of SWTSkinObjectListener


Examples of com.aelitis.azureus.ui.swt.skin.SWTSkinObjectListener

  private int viewMode = SBC_ActivityView.MODE_SMALLTABLE;

  // @see com.aelitis.azureus.ui.swt.views.skin.SkinView#skinObjectInitialShow(com.aelitis.azureus.ui.swt.skin.SWTSkinObject, java.lang.Object)
  public Object skinObjectInitialShow(SWTSkinObject skinObject, Object params) {

    skinObject.addListener(new SWTSkinObjectListener() {
      public Object eventOccured(SWTSkinObject skinObject, int eventType,
          Object params) {
        if (eventType == SWTSkinObjectListener.EVENT_SHOW) {
          SelectedContentManager.changeCurrentlySelectedContent(tableID,
              getCurrentlySelectedContent(), view);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.