public class

RowEditorPanel

extends JPanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.annotation.ui.roweditor.RowEditorPanel

Class Overview

THis panel is explcitly desinged for editing Observations in the ObservationTable.

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
Fields
protected Action nextFocusAction The actions for changing the focus behavior of a JTextArea
protected Action prevFocusAction
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
RowEditorPanel(ToolBelt toolBelt)
Constructor for the RowEditorPanel object
Public Methods
Observation getObservation()
void setEnabled(boolean shouldEnable)
Set this component to an enabled/disabled state.
void setObservation(Observation observation)
void updateObservationReference(ObservationsChangedEvent updateEvent)
EventBus method
void updateObservationSelection(ObservationsSelectedEvent selectionEvent)
EventBus method
[Expand]
Inherited Methods
From class javax.swing.JPanel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible

Fields

protected Action nextFocusAction

The actions for changing the focus behavior of a JTextArea

protected Action prevFocusAction

Public Constructors

public RowEditorPanel (ToolBelt toolBelt)

Constructor for the RowEditorPanel object

Public Methods

public Observation getObservation ()

public void setEnabled (boolean shouldEnable)

Set this component to an enabled/disabled state.

Parameters
shouldEnable The new enabled value

public void setObservation (Observation observation)

public void updateObservationReference (ObservationsChangedEvent updateEvent)

EventBus method

public void updateObservationSelection (ObservationsSelectedEvent selectionEvent)

EventBus method