~gephi.team/gephi/0.6

« back to all changes in this revision

Viewing changes to src/gephi/properties/PropertiesModel.java

  • Committer: Mathieu
  • Date: 2009-02-27 11:02:46 UTC
  • Revision ID: mathieu@mathieu-laptop-20090227110246-ktpc9sf6d9pjmmh4
Cleaning and adding licence.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
*/
21
21
package gephi.properties;
22
22
 
23
 
import gephi.controller.eventlistener.SpaceEvent;
24
 
import gephi.controller.eventlistener.SpaceListener;
25
 
import gephi.data.Space;
26
 
import gephi.layout.AbstractAlgorithm;
27
23
import gephi.model.customproperty.CustomProperty;
28
24
import gephi.ui.component.PropertiesPanel.PropertiesPanel;
29
25
 
40
36
import java.util.ArrayList;
41
37
import java.util.List;
42
38
 
43
 
import javax.swing.event.ChangeEvent;
44
 
import javax.swing.event.ChangeListener;
45
 
 
46
39
/**
47
40
 * Default model for properties system. Properties are class fields which need to be editable by reflexion.
48
41
 * The model is based on an object possessing public fields annotated with {@link EditableProperty}. From