Class SWTSkinObjectCombo

java.lang.Object
com.biglybt.ui.swt.skin.SWTSkinObjectBasic
com.biglybt.ui.swt.skin.SWTSkinObjectCombo
All Implemented Interfaces:
ObfuscateImage, PluginUISWTSkinObject, SWTSkinObject, EventListener, org.eclipse.swt.events.PaintListener, org.eclipse.swt.internal.SWTEventListener

public class SWTSkinObjectCombo extends SWTSkinObjectBasic
Native combobox
  • Field Details

    • widget

      private org.eclipse.swt.widgets.Combo widget
    • text

      private String text
  • Constructor Details

  • Method Details

    • switchSuffix

      public String switchSuffix(String suffix, int level, boolean walkUp, boolean walkDown)
      Specified by:
      switchSuffix in interface SWTSkinObject
      Overrides:
      switchSuffix in class SWTSkinObjectBasic
    • setText

      public void setText(String val)
    • getText

      public String getText()
    • setList

      public void setList(String[] list)
    • getComboControl

      public org.eclipse.swt.widgets.Combo getComboControl()
    • updateFont

      private void updateFont(String suffix)