net.sourceforge.nite.meta
Interface NWindow

All Known Implementing Classes:
NiteWindow

public interface NWindow

Information about a NITE window: a user interface element that must be popped up.

Author:
jonathan

Field Summary
static int AUDIO
           
static int STYLE
           
static int VIDEO
           
 
Method Summary
 java.lang.String getName()
          Returns the identifier of the display
 int getType()
          Returns the type of window to be opened: VIDEO, AUDIO or STYLE
 boolean sound()
          Returns true if sound should be on for this display.
 

Field Detail

VIDEO

static final int VIDEO
See Also:
Constant Field Values

AUDIO

static final int AUDIO
See Also:
Constant Field Values

STYLE

static final int STYLE
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns the identifier of the display


sound

boolean sound()
Returns true if sound should be on for this display.


getType

int getType()
Returns the type of window to be opened: VIDEO, AUDIO or STYLE