public class GroupEntry extends AbstractPropertyChange
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ACTIVE_COUNT |
static String |
PROP_COUNT |
static String |
PROP_LABEL |
| Constructor and Description |
|---|
GroupEntry(String attribute,
String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
String |
getAttribute() |
int |
getCount() |
org.eclipse.core.databinding.observable.set.IObservableSet |
getEntries() |
String |
getLabel() |
void |
setActiveCount(int activeCount) |
void |
setCount(int count) |
void |
setLabel(String label) |
void |
setState(Map<String,Variant> attrState) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROP_COUNT
public static final String PROP_ACTIVE_COUNT
public static final String PROP_LABEL
public void setCount(int count)
public int getCount()
public void setActiveCount(int activeCount)
public int getActiveCount()
public String getLabel()
public void setLabel(String label)
public String getAttribute()
public org.eclipse.core.databinding.observable.set.IObservableSet getEntries()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.