public class TabVisibleComponent extends Object implements VisibleComponent
The provided control will be disposed when this component is disposed.
Constructor and Description |
---|
TabVisibleComponent(TabProvider.Folder folder,
int index,
GroupTab groupTab,
org.eclipse.swt.widgets.Control control) |
Modifier and Type | Method and Description |
---|---|
void |
create() |
void |
dispose() |
org.eclipse.core.databinding.observable.set.IObservableSet |
getDescriptors() |
SummaryProvider |
getSummaryProvider() |
void |
hide() |
void |
show() |
void |
start() |
void |
stop() |
public TabVisibleComponent(TabProvider.Folder folder, int index, GroupTab groupTab, org.eclipse.swt.widgets.Control control)
public void show()
show
in interface VisibleComponent
public void hide()
hide
in interface VisibleComponent
public void create()
create
in interface VisibleComponent
public void dispose()
dispose
in interface VisibleComponent
public org.eclipse.core.databinding.observable.set.IObservableSet getDescriptors()
getDescriptors
in interface VisibleComponent
public void start()
start
in interface VisibleComponent
public void stop()
stop
in interface VisibleComponent
public SummaryProvider getSummaryProvider()
getSummaryProvider
in interface VisibleComponent
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.