Uses of Class
com.alee.extended.dock.FrameType

Packages that use FrameType
com.alee.extended.dock   
 

Uses of FrameType in com.alee.extended.dock
 

Methods in com.alee.extended.dock that return FrameType
 FrameType WebDockableFrame.getFrameType()
           
static FrameType FrameType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FrameType[] FrameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.dock with parameters of type FrameType
 void WebDockableFrame.setFrameType(FrameType frameType)