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

    Constructors
    Constructor
    Description
    InputContext(jaxx.runtime.JAXXContext parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.nuiton.topia.TopiaContext
    return TopiaContext currently used in input interface.
    return RegionStorage currently used in input interface.
    static void
    setDb(org.nuiton.topia.TopiaContext db)
     
    static void
     

    Methods inherited from class jaxx.runtime.context.DefaultJAXXContext

    clear, getContextValue, getContextValue, getEntry, getKey, getKeys, getParentContext, remove0, removeContextValue, removeContextValue, setContextValue, setContextValue, setParentContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InputContext

      public InputContext(jaxx.runtime.JAXXContext parent)
  • Method Details

    • getStorage

      public static RegionStorage 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

      public static void setStorage(RegionStorage storage)