Uses of Class
rs.sol.soloist.server.guiconfiguration.layout.DockLayoutData

Packages that use DockLayoutData
rs.sol.soloist.server.guiconfiguration.layout Provides classes for invisible GUI widgets that basically perform some kind of behavior on the client, like logics, filtering, relaying, etc. 
 

Uses of DockLayoutData in rs.sol.soloist.server.guiconfiguration.layout
 

Methods in rs.sol.soloist.server.guiconfiguration.layout that return DockLayoutData
static DockLayoutData DockLayoutData.create(DockLayoutDirection direction, double size)
          Returns new DockLayoutData object that specifies direction and size of the widget that will have this object assigned to.