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

Packages that use FrameType
com.alee.extended.dock   
 

Uses of FrameType in com.alee.extended.dock
 

Fields in com.alee.extended.dock declared as FrameType
protected  FrameType WebDockableFrame.frameType
           
 

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
protected  javax.swing.Icon WebDockableFrame.getDockIcon(FrameType frameType)
           
 void WebDockableFrame.setFrameType(FrameType frameType)