Uses of Class
com.biglybt.pifimpl.local.ui.config.ParameterTabFolderImpl
-
Packages that use ParameterTabFolderImpl Package Description com.biglybt.pifimpl.local.ui.config com.biglybt.ui.swt.views -
-
Uses of ParameterTabFolderImpl in com.biglybt.pifimpl.local.ui.config
Fields in com.biglybt.pifimpl.local.ui.config declared as ParameterTabFolderImpl Modifier and Type Field Description private ParameterTabFolderImpl
ParameterGroupImpl. tab_folder
Methods in com.biglybt.pifimpl.local.ui.config that return ParameterTabFolderImpl Modifier and Type Method Description ParameterTabFolderImpl
ParameterGroupImpl. getTabFolder()
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type ParameterTabFolderImpl Modifier and Type Method Description void
ParameterGroupImpl. setTabFolder(ParameterTabFolderImpl tf)
-
Uses of ParameterTabFolderImpl in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type ParameterTabFolderImpl Modifier and Type Method Description private static org.eclipse.swt.widgets.Composite
ConfigView. handleTabFolder(int userMode, org.eclipse.swt.widgets.Composite current_composite, java.util.Map<ParameterGroupImpl,org.eclipse.swt.widgets.Composite> group_map, java.util.Map<ParameterTabFolderImpl,org.eclipse.swt.custom.CTabFolder> tab_folder_map, java.util.Map<ParameterGroupImpl,org.eclipse.swt.widgets.Composite> tab_map, ParameterGroupImpl pg, ParameterTabFolderImpl tab_folder)
-