stella.jview
Class JOffTails.Server

java.lang.Object
  extended by util.PropertyContainer
      extended by util.PropertyResources
          extended by util.PropertyBundles
              extended by mysql.AbstractSql
                  extended by stella.sql.NightlyStatistic
                      extended by stella.sql.OffLimitAlarm
                          extended by stella.sql.OffLimitVisual
                              extended by stella.jview.JOffLimit
                                  extended by stella.jview.JOffTails.Server
All Implemented Interfaces:
ActionListener, Cloneable, EventListener, Displayable, ExitCleaning, Initializable, LocalizedSupplying, PropertySupplying, Refreshing, ResourceSupplying
Enclosing class:
JOffTails

public static class JOffTails.Server
extends JOffLimit

In this evocation, we act as a gesture server.


Nested Class Summary
 
Nested classes/interfaces inherited from class stella.jview.JOffLimit
JOffLimit.Client, JOffLimit.Monitor, JOffLimit.Server
 
Nested classes/interfaces inherited from class stella.sql.OffLimitVisual
OffLimitVisual.Flavor, OffLimitVisual.Signal
 
Nested classes/interfaces inherited from class stella.sql.NightlyStatistic
NightlyStatistic.Duty, NightlyStatistic.Env, NightlyStatistic.Night
 
Nested classes/interfaces inherited from class util.PropertyResources
PropertyResources.URLResource
 
Field Summary
private  String as
           
 
Fields inherited from class stella.jview.JOffLimit
KEY_ACCOUNTS, KEY_DATEFIELD, KEY_DONETABLE, KEY_DURATIONFIELD, KEY_ENABLEBUTTON, KEY_ENVCANVAS, KEY_ENVRULE, KEY_HISTCANVAS, KEY_HISTRULE, KEY_HOSTS, KEY_LIGHTSWITCH, KEY_MERITFIELD, KEY_PRINTFORMAT, KEY_SUCCESSFIELD, KEY_TELCANVAS, KEY_TELMOSAIC, KEY_TELRULE, KEY_TILESHRINK, KEY_UNIQUENAME
 
Fields inherited from class stella.sql.OffLimitVisual
KEY_REDAVENV, KEY_REDAVTEL, KEY_REDMINMAXENV, KEY_REDMINMAXTEL, KEY_REDSIGMAENV, KEY_YELLOWAVENV, KEY_YELLOWAVTEL, KEY_YELLOWMINMAXENV, KEY_YELLOWMINMAXTEL, KEY_YELLOWSIGMAENV
 
Fields inherited from class stella.sql.OffLimitAlarm
KEY_DONELIST, KEY_DONENAMES, KEY_DONEWHERE, KEY_ENVLIST, KEY_ENVNAMES, KEY_JOINTLIST, KEY_JOINTNAMES, KEY_JOINTWHERE, KEY_OBSLIST, KEY_OBSNAMES, KEY_OBSWHERE, KEY_SCILIST, KEY_SCINAMES, KEY_SCIWHERE, KEY_TELESCOPE, NULL, TELESCOPESEPARATOR
 
Fields inherited from class stella.sql.NightlyStatistic
DEFPASSWORD, DEFUSERNAME, KEY_RISETWILIGHT, KEY_SETTWILIGHT
 
Fields inherited from class mysql.AbstractSql
KEY_TABLE
 
Fields inherited from class util.PropertyBundles
KEY_LOCALECOUNTRY, KEY_LOCALELANGUAGE, KEY_RESOURCEBUNDLES
 
Fields inherited from class util.PropertyResources
KEY_NOINITONCREATE, localurl, locate, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_URL, urlset
 
Fields inherited from class util.PropertyContainer
KEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATOR
 
Fields inherited from interface util.ResourceSupplying
KEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME
 
Fields inherited from interface util.PropertySupplying
CONFIG, KEY_CLASS
 
Constructor Summary
JOffTails.Server(Map<String,String> prop)
          For aplication switcher.
 
Method Summary
 Component getRepresentation()
          We create the gesture robot after we get visible.
static void main(String[] arg)
          We create a master frame, where we enter the offlimit panel.
 
Methods inherited from class stella.jview.JOffLimit
actionPerformed, exit, getIcon, getRefreshInterval, init, isFixedRate, refresh
 
Methods inherited from class stella.sql.OffLimitVisual
gather, getEnvironmentSignals, getTelescopeSignals
 
Methods inherited from class stella.sql.OffLimitAlarm
addDone, addEnvironment, addJoint, addObs, clearStats, convertToStatistic, extractUnique, getAverageEnvOffs, getAverageTelOffs, getEnvStatistic, getEnvTimes, getMinMaxEnvOffs, getMinMaxTelOffs, getSigmaEnvOffs, getSigmaTelOffs, getSpanEnvOffs, getSpanTelOffs, getTelescopeKeys, getTelescopes, getTelescopeStatistic, getTelescopeTimes, telescopeDoubleMapping, telescopeVectorMapping, vectorMapping
 
Methods inherited from class stella.sql.NightlyStatistic
duskToDawn, duskToDawn, getDone, getDone, getDone, getEnvironment, getEnvironment, getEnvironment, getExposureTimeSum, getJoint, getJoint, getJoint, getNightCount, getObs, getObs, getObs, getRoofOpenCount, getScienceTimeSum
 
Methods inherited from class mysql.AbstractSql
getPassword, getTable, getUserName, isEntry
 
Methods inherited from class util.PropertyBundles
clone, getLocalized, getLocalized, getLocalizedString, getLocalizedString, loadResource
 
Methods inherited from class util.PropertyResources
createFrom, createFrom, createFrom, getApplet, getAsResources, getLocalClassLoader, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, keyCreate, keyCreate, reload, setApplet
 
Methods inherited from class util.PropertyContainer
augment, augment, augment, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, isNew, parseObject, reload, removeProperty, rescanned, setObject, setProperties, setProperty, stringProperties, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface util.ResourceSupplying
getResource, getResourceAsStream, getResources
 
Methods inherited from interface util.PropertySupplying
defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringProperties
 

Field Detail

as

private String as
Constructor Detail

JOffTails.Server

public JOffTails.Server(Map<String,String> prop)
For aplication switcher.

Method Detail

getRepresentation

public Component getRepresentation()
We create the gesture robot after we get visible.

Specified by:
getRepresentation in interface Displayable
Overrides:
getRepresentation in class JOffLimit

main

public static void main(String[] arg)
We create a master frame, where we enter the offlimit panel.