Uses of Class
com.biglybt.ui.swt.TextViewerWindow
-
Packages that use TextViewerWindow Package Description com.biglybt.ui.swt.views.configsections com.biglybt.ui.swt.views.skin com.biglybt.ui.swt.views.utils -
-
Uses of TextViewerWindow in com.biglybt.ui.swt.views.configsections
Methods in com.biglybt.ui.swt.views.configsections with parameters of type TextViewerWindow Modifier and Type Method Description private static void
ConfigSectionConnectionProxySWT. appendText(TextViewerWindow viewer, java.lang.String line)
-
Uses of TextViewerWindow in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as TextViewerWindow Modifier and Type Field Description private static TextViewerWindow
TorrentListViewsUtils. stream_viewer
-
Uses of TextViewerWindow in com.biglybt.ui.swt.views.utils
Fields in com.biglybt.ui.swt.views.utils with type parameters of type TextViewerWindow Modifier and Type Field Description private static java.util.List<TextViewerWindow>
ManagerUtils. lf_windows
Methods in com.biglybt.ui.swt.views.utils with parameters of type TextViewerWindow Modifier and Type Method Description private static int
ManagerUtils. buildFileMap(TextViewerWindow viewer, java.io.File dir, java.util.Map<java.lang.Long,java.util.Set<java.io.File>> map, long[] log_details, boolean[] quit)
private static void
ManagerUtils. log(TextViewerWindow viewer, int indent, java.lang.String str)
private static void
ManagerUtils. logLine(TextViewerWindow viewer, int indent, java.lang.String str)
-