civquest.swing.fieldview
Interface FieldViewManager

All Known Implementing Classes:
CompositeFieldView, QuadMap

public interface FieldViewManager

A FieldViewManager is a object which controls some other - child - FieldViews. Sense of this interface: Sometimes, a FieldView has to cause a repaint-action of itself (for example a UnitView if a unit is active and blinking gets toggled). So every parent (= object controlling a FieldView) has to implement this interface.


Method Summary
 void repaintChildFieldView(FieldView fieldView)
          Causes repainting of the given child-fieldView of this FieldViewManager.
 

Method Detail

repaintChildFieldView

public void repaintChildFieldView(FieldView fieldView)
Causes repainting of the given child-fieldView of this FieldViewManager.

Parameters:
fieldView - this fieldView will be repainted; has to be child of this FieldViewManager-object