Class AllTransfersBar
java.lang.Object
com.biglybt.ui.swt.minibar.MiniBar
com.biglybt.ui.swt.minibar.AllTransfersBar
- All Implemented Interfaces:
MenuBuildUtils.MenuBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class MiniBar
MiniBar.ProgressBarText -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DoubleBufferedLabelprivate GlobalManagerprivate org.eclipse.swt.widgets.Labelprivate static MiniBarManagerprivate DoubleBufferedLabelprivate DoubleBufferedLabel -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAllTransfersBar(GlobalManager gmanager, org.eclipse.swt.widgets.Shell main) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbuildMenu(org.eclipse.swt.widgets.Menu menu, org.eclipse.swt.events.MenuEvent menuEvent) static voidprotected voidstatic AllTransfersBargetBarIfOpen(GlobalManager g_manager) protected org.eclipse.swt.graphics.Pointstatic MiniBarManagerString[]getPluginMenuIdentifiers(Object[] context) static voidopen(org.eclipse.swt.widgets.Shell main) protected voidrefresh0()voidsetIconImage(org.eclipse.swt.graphics.Image image) protected voidstoreLastLocation(org.eclipse.swt.graphics.Point location) Methods inherited from class MiniBar
buildMenu, close, construct, createDataLabel, createDataLabel, createFixedLabel, createFixedTextLabel, createGap, createPercentProgressBar, createProgressBar, createSpeedLabel, dispose, forceSaveLocation, getPluginMenuContextObjects, getShell, getStucked, hasContext, hasSameContext, refresh, setSnapLocation, setStucked, setVisible, updateSpeedLabel
-
Field Details
-
manager
-
g_manager
-
down_speed
-
up_speed
-
next_eta
-
icon_label
private org.eclipse.swt.widgets.Label icon_label
-
-
Constructor Details
-
AllTransfersBar
-
-
Method Details
-
getManager
-
getBarIfOpen
-
open
public static void open(org.eclipse.swt.widgets.Shell main) -
closeAllTransfersBar
public static void closeAllTransfersBar() -
getContextObject
- Specified by:
getContextObjectin classMiniBar
-
beginConstruction
public void beginConstruction()- Specified by:
beginConstructionin classMiniBar
-
setIconImage
public void setIconImage(org.eclipse.swt.graphics.Image image) -
doubleClick
protected void doubleClick()- Overrides:
doubleClickin classMiniBar
-
buildMenu
public void buildMenu(org.eclipse.swt.widgets.Menu menu, org.eclipse.swt.events.MenuEvent menuEvent) -
refresh0
-
getPluginMenuIdentifiers
- Overrides:
getPluginMenuIdentifiersin classMiniBar
-
storeLastLocation
protected void storeLastLocation(org.eclipse.swt.graphics.Point location) - Overrides:
storeLastLocationin classMiniBar
-
getInitialLocation
protected org.eclipse.swt.graphics.Point getInitialLocation()- Overrides:
getInitialLocationin classMiniBar
-