Class PropertyManager


  • public class PropertyManager
    extends java.lang.Object
    Author:
    Christopher Butler
    • Field Detail

      • DOCKABLE_PROPERTIES_KEY

        public static final java.lang.String DOCKABLE_PROPERTIES_KEY
      • DOCKINGPORT_PROPERTIES_KEY

        public static final java.lang.String DOCKINGPORT_PROPERTIES_KEY
    • Constructor Detail

      • PropertyManager

        public PropertyManager()
    • Method Detail

      • setDockablePropertyType

        public static void setDockablePropertyType​(java.lang.Class dockable,
                                                   java.lang.Class propType)
      • removePropertySet

        public static void removePropertySet​(Dockable dockable)
      • getProperty

        public static java.lang.Object getProperty​(java.lang.Object key,
                                                   ScopedMap map)
      • getClientProperty

        public static java.lang.Object getClientProperty​(Dockable dockable,
                                                         java.lang.Object key)
      • putClientProperty

        public static void putClientProperty​(Dockable dockable,
                                             java.lang.Object key,
                                             java.lang.Object value)