Uses of Class
com.japisoft.framework.dockable.InnerWindowProperties

Packages that use InnerWindowProperties
com.japisoft.framework.dockable   
 

Uses of InnerWindowProperties in com.japisoft.framework.dockable
 

Methods in com.japisoft.framework.dockable with parameters of type InnerWindowProperties
 void JDock.addInnerWindow(InnerWindowProperties properties, java.lang.Object constraint)
          Insert a frame inside the JDock container.
 

Constructors in com.japisoft.framework.dockable with parameters of type InnerWindowProperties
BasicInnerWindow(InnerWindowProperties properties)