net.sourceforge.sillyview
Interface WindowView

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

public interface WindowView
extends WidgetView

Constants for use with views that are kinds of windows.


Field Summary
static String HEIGHT
          Token for setting the window's height.
static String WIDTH
          Token for setting the window's width.
static 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 String WINDOW_VISIBLE
Token for setting the window visible/invisible.

See Also:
Constant Field Values

WIDTH

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

See Also:
Constant Field Values

HEIGHT

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

See Also:
Constant Field Values