public class CameraWindow extends Object implements EventObserver
Created by kaibrugge on 13.05.14.
| Constructor and Description |
|---|
CameraWindow(String key)
The window takes a key to some entry in the Data item which it will display
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
Adds the keys we can display in the camera window to the dropdown list.
|
void |
showWindow()
Define the layout for the window
|
public CameraWindow(String key)
key - public void showWindow()
public void handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
handleEventChange in interface EventObserveritemKeyPair - the current data item we want to displayCopyright © 2019. All rights reserved.