public class ObservationEditor extendsimplements ObservationListener 
| Constructor and Description | 
|---|
| ObservationEditor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | commandingChanged(ObservationChangeEvent event)Method called when the commanding part of an Observation has changed | 
| javax.swing.Icon | getComponentIcon() | 
| protected java.lang.Class<? extends Observation> | getVariableType() | 
| void | init() | 
| boolean | makeEditorContent() | 
| void | metadataChanged(ObservationChangeEvent event)Method called when the metadata of an observation has changed | 
| void | observationChanged(ObservationChangeEvent event)Method called when an Observation changed but it is not known in which part (pointing, commanding or metadata) | 
| void | pointingChanged(ObservationChangeEvent event)Method called when the pointing of an Observation has changed | 
| void | save() | 
| void | saveAs() | 
| void | scheduleChanged()Method called when the schedule has changed globally but not a existing observation (for example if a Observation has been removed or added) | 
| void | setGlobalScroll(boolean enabled) | 
| void | setObservation(Observation obs) | 
public void init()
public void saveAs()
public void save()
          throws java.io.IOException
java.io.IOExceptionpublic void setObservation(Observation obs)
public boolean makeEditorContent()
public javax.swing.Icon getComponentIcon()
protected java.lang.Class<? extends Observation> getVariableType()
public final void setGlobalScroll(boolean enabled)
public void observationChanged(ObservationChangeEvent event)
ObservationListenerobservationChanged in interface ObservationListenerpublic void scheduleChanged()
ObservationListenerscheduleChanged in interface ObservationListenerpublic void metadataChanged(ObservationChangeEvent event)
ObservationListenermetadataChanged in interface ObservationListenerpublic void pointingChanged(ObservationChangeEvent event)
ObservationListenerpointingChanged in interface ObservationListenerpublic void commandingChanged(ObservationChangeEvent event)
ObservationListenercommandingChanged in interface ObservationListener