yu.ac.bg.etf.javaqx.qswing.properties
Interface JQWindowProperties

All Known Implementing Classes:
JQWindow

public interface JQWindowProperties

JQWindow Properties.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
static java.lang.String PROPERTY_ALWAYS_ON_TOP
          The always on top property (the value is "alwaysOnTop").
static java.lang.String PROPERTY_DEFAULT_CLOSE_OPERATION
          The default close operation property (the value is "defaultCloseOperation").
static java.lang.String PROPERTY_ICON_IMAGE
          The icon image property (the value is "iconImage").
static java.lang.String PROPERTY_OPACITY
          The opacity property (the value is "opacity").
static java.lang.String PROPERTY_SHAPE
          The shape property (the value is "shape").
static java.lang.String PROPERTY_TITLE
          The title property (the value is "title").
 

Field Detail

PROPERTY_TITLE

public static final java.lang.String PROPERTY_TITLE
The title property (the value is "title").

See Also:
Constant Field Values

PROPERTY_ICON_IMAGE

public static final java.lang.String PROPERTY_ICON_IMAGE
The icon image property (the value is "iconImage").

See Also:
Constant Field Values

PROPERTY_OPACITY

public static final java.lang.String PROPERTY_OPACITY
The opacity property (the value is "opacity").

See Also:
Constant Field Values

PROPERTY_SHAPE

public static final java.lang.String PROPERTY_SHAPE
The shape property (the value is "shape").

See Also:
Constant Field Values

PROPERTY_DEFAULT_CLOSE_OPERATION

public static final java.lang.String PROPERTY_DEFAULT_CLOSE_OPERATION
The default close operation property (the value is "defaultCloseOperation").

See Also:
Constant Field Values

PROPERTY_ALWAYS_ON_TOP

public static final java.lang.String PROPERTY_ALWAYS_ON_TOP
The always on top property (the value is "alwaysOnTop").

See Also:
Constant Field Values


Copyright © 2007 ETF and contributors. All Rights Reserved.