public abstract class BaseFolderImplementation extends Object implements SummaryListener, TabProvider.Folder
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected StateStyler |
styler |
protected SummaryInformation |
summaryInformation |
Constructor and Description |
---|
BaseFolderImplementation(int index,
String label,
org.eclipse.jface.action.MenuManager mgr) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMenu() |
void |
dispose() |
protected void |
hide() |
protected void |
removeMenu() |
void |
setSummaryProvider(SummaryProvider summaryProvider) |
void |
setVisible(boolean visible) |
protected void |
show() |
void |
summaryChanged(SummaryInformation summaryInformation) |
protected void |
updateItem(org.eclipse.swt.widgets.Item item,
StyleBlinker.CurrentStyle currentStyle) |
protected void |
useItem(org.eclipse.swt.widgets.Item item) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContainer
protected SummaryInformation summaryInformation
protected StateStyler styler
protected final int index
public BaseFolderImplementation(int index, String label, org.eclipse.jface.action.MenuManager mgr)
protected void addMenu()
protected void removeMenu()
public void setSummaryProvider(SummaryProvider summaryProvider)
setSummaryProvider
in interface TabProvider.Folder
public void summaryChanged(SummaryInformation summaryInformation)
summaryChanged
in interface SummaryListener
public void dispose()
dispose
in interface TabProvider.Folder
protected void useItem(org.eclipse.swt.widgets.Item item)
protected void updateItem(org.eclipse.swt.widgets.Item item, StyleBlinker.CurrentStyle currentStyle)
public void setVisible(boolean visible)
setVisible
in interface TabProvider.Folder
protected void hide()
protected void show()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.