com.jtattoo.plaf
Class DecorationHelper

java.lang.Object
  extended by com.jtattoo.plaf.DecorationHelper

public class DecorationHelper
extends Object

Author:
Michael Hagen

Method Summary
static void decorateWindows(Boolean decorate)
           
static int getExtendedState(Frame frame)
           
static int getWindowDecorationStyle(JRootPane root)
           
static boolean isFrameStateSupported(Toolkit tk, int state)
           
static void setExtendedState(Frame frame, int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decorateWindows

public static void decorateWindows(Boolean decorate)

getWindowDecorationStyle

public static int getWindowDecorationStyle(JRootPane root)

getExtendedState

public static int getExtendedState(Frame frame)

setExtendedState

public static void setExtendedState(Frame frame,
                                    int state)

isFrameStateSupported

public static boolean isFrameStateSupported(Toolkit tk,
                                            int state)


Copyright © 2011. All Rights Reserved.