public class AttributeView
extends java.lang.Object
implements javax.swing.event.ChangeListener, javax.swing.event.TableModelListener
Constructor and Description |
---|
AttributeView(NodeView nodeView) |
Modifier and Type | Method and Description |
---|---|
void |
ancestorMoved(javax.swing.event.AncestorEvent event) |
boolean |
areAttributesVisible() |
NodeAttributeTableModel |
getAttributes() |
AttributeTableModel |
getCurrentAttributeTableModel() |
MapView |
getMapView() |
NodeView |
getNodeView() |
java.lang.String |
getViewType() |
void |
startEditing() |
void |
stateChanged(javax.swing.event.ChangeEvent event) |
void |
stopEditing() |
void |
syncronizeAttributeView() |
void |
tableChanged(javax.swing.event.TableModelEvent e) |
void |
update() |
void |
viewRemoved() |
public AttributeView(NodeView nodeView)
public NodeAttributeTableModel getAttributes()
public void syncronizeAttributeView()
public void update()
public boolean areAttributesVisible()
public AttributeTableModel getCurrentAttributeTableModel()
public void stateChanged(javax.swing.event.ChangeEvent event)
stateChanged
in interface javax.swing.event.ChangeListener
public NodeView getNodeView()
public MapView getMapView()
public void viewRemoved()
public void ancestorMoved(javax.swing.event.AncestorEvent event)
public void tableChanged(javax.swing.event.TableModelEvent e)
tableChanged
in interface javax.swing.event.TableModelListener
public java.lang.String getViewType()
public void startEditing()
public void stopEditing()