net.sourceforge.sillyview
Interface WindowView

All Superinterfaces:
WidgetView
All Known Implementing Classes:
JFrameView, JInternalFrameView

public interface WindowView
extends WidgetView

Constants for use with views that are kinds of windows.


Field Summary
static java.lang.String HEIGHT
          Token for setting the window's height.
static java.lang.String WIDTH
          Token for setting the window's width.
static java.lang.String WINDOW_VISIBLE
          Token for setting the window visible/invisible.
 
Fields inherited from interface net.sourceforge.sillyview.WidgetView
FALSE, TITLE, TRUE
 
Method Summary
 
Methods inherited from interface net.sourceforge.sillyview.WidgetView
addTokens, getModel, getValue, setModel, setToken
 

Field Detail

WINDOW_VISIBLE

static final java.lang.String WINDOW_VISIBLE
Token for setting the window visible/invisible.

See Also:
Constant Field Values

WIDTH

static final java.lang.String WIDTH
Token for setting the window's width.

See Also:
Constant Field Values

HEIGHT

static final java.lang.String HEIGHT
Token for setting the window's height.

See Also:
Constant Field Values