public abstract class TrackingVisibleComponent extends java.lang.Object implements VisibleComponent
| Modifier and Type | Field and Description |
|---|---|
protected SummaryProvider |
summaryProvider |
| Constructor and Description |
|---|
TrackingVisibleComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
IObservableSet |
getDescriptors() |
SummaryProvider |
getSummaryProvider() |
void |
hide() |
protected void |
setSummaryProvider(SummaryProvider summaryProvider) |
void |
show() |
void |
start() |
void |
stop() |
protected void |
trackControl(Control control) |
protected void |
trackItem(DataItemDescriptor item) |
protected void |
untrackControl(Control control) |
protected void |
untrackItem(DataItemDescriptor item) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected SummaryProvider summaryProvider
protected void trackControl(Control control)
protected void untrackControl(Control control)
protected void setSummaryProvider(SummaryProvider summaryProvider)
public SummaryProvider getSummaryProvider()
getSummaryProvider in interface VisibleComponentpublic void start()
start in interface VisibleComponentpublic void stop()
stop in interface VisibleComponentpublic void show()
show in interface VisibleComponentpublic void hide()
hide in interface VisibleComponentpublic void dispose()
dispose in interface VisibleComponentprotected void trackItem(DataItemDescriptor item)
protected void untrackItem(DataItemDescriptor item)
public IObservableSet getDescriptors()
getDescriptors in interface VisibleComponent
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0