Modifier and Type | Class and Description |
---|---|
static interface |
AttributeChartView.AttributeContainer |
Constructor and Description |
---|
AttributeChartView(ExplorerModel explorerModel,
ExplorerUpdater explorerUpdater) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent() |
Attribute |
getCurrentAttribute() |
void |
modelSelectionUpdated(ModelSelectionChangedEvent event) |
void |
setCurrentAttribute(Attribute attribute) |
void |
updateData() |
void |
updateUI() |
public AttributeChartView(ExplorerModel explorerModel, ExplorerUpdater explorerUpdater)
public Attribute getCurrentAttribute()
public void setCurrentAttribute(Attribute attribute)
public java.awt.Component getComponent()
getComponent
in interface ChartView
public void modelSelectionUpdated(ModelSelectionChangedEvent event)
public void updateData()
updateData
in interface ChartView