net.refractions.udig.project.ui.summary
Class SummaryControl

java.lang.Object
  extended by net.refractions.udig.project.ui.summary.SummaryControl

public class SummaryControl
extends java.lang.Object

A control that shows a TableTree summary of the provided SummaryData

Since:
1.1.0
Author:
Jesse

Constructor Summary
SummaryControl(java.util.Collection<SummaryData> data)
           
 
Method Summary
 void applyEdit()
          Applies edits if an editor is active
 void cancelEdit()
          Cancel edits if an editor is active
 Control createControl(Composite parent)
           
 void refresh(java.lang.Object element)
          Refresh an element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryControl

public SummaryControl(java.util.Collection<SummaryData> data)
Method Detail

createControl

public Control createControl(Composite parent)

refresh

public void refresh(java.lang.Object element)
Refresh an element

Parameters:
element -

applyEdit

public void applyEdit()
Applies edits if an editor is active


cancelEdit

public void cancelEdit()
Cancel edits if an editor is active