Class BasicPluginViewImpl

java.lang.Object
com.biglybt.ui.swt.pifimpl.BasicPluginViewImpl
All Implemented Interfaces:
UIPropertyChangeListener, UISWTViewEventListener, UISWTViewCoreEventListener

public class BasicPluginViewImpl extends Object implements UISWTViewCoreEventListener, UIPropertyChangeListener
  • Field Details

    • model

    • display

      org.eclipse.swt.widgets.Display display
    • panel

      org.eclipse.swt.widgets.Composite panel
    • progress

      org.eclipse.swt.widgets.ProgressBar progress
    • status

    • task

    • log

      org.eclipse.swt.custom.StyledText log
    • inclusionFilter

      Pattern inclusionFilter
    • exclusionFilter

      Pattern exclusionFilter
    • paused

      boolean paused
    • isCreated

      boolean isCreated
  • Constructor Details

    • BasicPluginViewImpl

      public BasicPluginViewImpl()
  • Method Details