Class SubscriptionManagerUI.SubsParentView

java.lang.Object
com.biglybt.ui.swt.subscriptions.SubscriptionManagerUI.SubsParentView
All Implemented Interfaces:
ViewTitleInfo, UISWTViewEventListener
Enclosing class:
SubscriptionManagerUI

protected static class SubscriptionManagerUI.SubsParentView extends Object implements ViewTitleInfo, UISWTViewEventListener
  • Field Details

    • swtView

      private UISWTView swtView
    • title

      private String title
    • parent_composite

      private org.eclipse.swt.widgets.Composite parent_composite
    • composite

      private org.eclipse.swt.widgets.Composite composite
  • Constructor Details

    • SubsParentView

      private SubsParentView(String _title)
  • Method Details

    • builderNotRequired

      public boolean builderNotRequired()
      Specified by:
      builderNotRequired in interface UISWTViewEventListener
    • getTitle

      public String getTitle()
    • getTitleInfoProperty

      public Object getTitleInfoProperty(int propertyID)
      Specified by:
      getTitleInfoProperty in interface ViewTitleInfo
      Parameters:
      propertyID - TITLE_*
      Returns:
      value, or null if you don't want to set it
    • initialize

      public void initialize(org.eclipse.swt.widgets.Composite _parent_composite)
    • getComposite

      public org.eclipse.swt.widgets.Composite getComposite()
    • delete

      private void delete()
    • eventOccurred

      public boolean eventOccurred(UISWTViewEvent event)
      Description copied from interface: UISWTViewEventListener
      Triggers when an even listed in UISWTViewEvent occurs
      Specified by:
      eventOccurred in interface UISWTViewEventListener
      Parameters:
      event - event that occurred
      Returns:
      meaning dependent upon event type