Class PropertyContext

java.lang.Object
com.amalgamasimulation.desktop.ui.editor.PropertyContext

public class PropertyContext extends Object
  • Constructor Details

    • PropertyContext

      public PropertyContext()
  • Method Details

    • registerService

      public <V> void registerService(Class<V> cl, V service)
    • getService

      public <V> V getService(Class<V> cl)