Package fr.ifremer.isisfish.ui.input
Class InputContext
java.lang.Object
jaxx.runtime.context.DefaultJAXXContext
fr.ifremer.isisfish.ui.input.InputContext
- All Implemented Interfaces:
jaxx.runtime.JAXXContext
public class InputContext
extends jaxx.runtime.context.DefaultJAXXContext
Ce contexte regroupe les élements qui servent à une hierachie d'interfaces Input.
-
Field Summary
Fields inherited from class jaxx.runtime.context.DefaultJAXXContext
data, PARENT_CONTEXT_ENTRY, parentContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.nuiton.topia.TopiaContext
getDb()
return TopiaContext currently used in input interface.static RegionStorage
return RegionStorage currently used in input interface.static void
setDb
(org.nuiton.topia.TopiaContext db) static void
setStorage
(RegionStorage storage) Methods inherited from class jaxx.runtime.context.DefaultJAXXContext
clear, getContextValue, getContextValue, getEntry, getKey, getKeys, getParentContext, remove0, removeContextValue, removeContextValue, setContextValue, setContextValue, setParentContext
-
Constructor Details
-
InputContext
public InputContext(jaxx.runtime.JAXXContext parent)
-
-
Method Details
-
getStorage
return RegionStorage currently used in input interface.- Returns:
-
getDb
public static org.nuiton.topia.TopiaContext getDb()return TopiaContext currently used in input interface. need to load matrix with IsisMatrixSemanticMapper- Returns:
-
setDb
public static void setDb(org.nuiton.topia.TopiaContext db) -
setStorage
-