Package com.biglybt.ui.swt.devices
Class TranscodeChooser
java.lang.Object
com.biglybt.ui.swt.devices.TranscodeChooser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Button
private org.eclipse.swt.graphics.Font
private org.eclipse.swt.graphics.Font
private org.eclipse.swt.widgets.Shell
protected DeviceTemplate
protected TranscodeProfile
protected TranscodeTarget
private org.eclipse.swt.widgets.Shell
private static final String
private SWTSkin
private static final String
private SWTSkinObjectContainer
private SWTSkinObjectText
private SWTSkinObjectText
private SWTSkinObjectContainer
private TranscodeProfile[]
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addImageBox
(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Listener clickListener, org.eclipse.swt.widgets.Listener listenerMouseInout, Object obj, String iconURL, String name) abstract void
closed()
private org.eclipse.swt.widgets.Button
createDeviceButton
(org.eclipse.swt.widgets.Composite parent, Object deviceObj, String name, String shortDescription, String imageID, org.eclipse.swt.widgets.Button lastButton) private void
createDeviceList
(SWTSkinObjectContainer soDeviceList) private void
int
protected void
private void
protected void
resetProfileInfoBox
(boolean layout) void
-
Field Details
-
skinFile
- See Also:
-
shellSkinObjectID
- See Also:
-
shell
private org.eclipse.swt.widgets.Shell shell -
skin
-
fontDevice
private org.eclipse.swt.graphics.Font fontDevice -
selectedTranscodeTarget
-
selectedProfile
-
selectedDeviceTemplate
-
soList
-
mainShell
private org.eclipse.swt.widgets.Shell mainShell -
soBottomContainer
-
btnNoPrompt
private org.eclipse.swt.widgets.Button btnNoPrompt -
transcodeRequirement
private int transcodeRequirement -
listImageIDsToRelease
-
soInfoTitle
-
soInfoText
-
fontDeviceDesc
private org.eclipse.swt.graphics.Font fontDeviceDesc -
transcodeProfiles
-
-
Constructor Details
-
TranscodeChooser
public TranscodeChooser() -
TranscodeChooser
-
TranscodeChooser
-
-
Method Details
-
show
-
initBottom
protected void initBottom()- Parameters:
soBottomContainer2
-- Since:
- 4.1.0.5
-
createProfileList
- Parameters:
soList
-- Since:
- 4.1.0.5
-
addImageBox
public static void addImageBox(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Listener clickListener, org.eclipse.swt.widgets.Listener listenerMouseInout, Object obj, String iconURL, String name) - Since:
- 4.1.0.5
-
resetProfileInfoBox
protected void resetProfileInfoBox(boolean layout) - Parameters:
layout
-- Since:
- 4.1.0.5
-
createDeviceList
-
createDeviceButton
-
noDevices
private void noDevices()- Since:
- 4.1.0.5
-
closed
public abstract void closed() -
getTranscodeRequirement
public int getTranscodeRequirement()
-