net.sourceforge.nite.meta.impl
Class NiteWindow

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteWindow
All Implemented Interfaces:
NWindow

public class NiteWindow
extends java.lang.Object
implements NWindow

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

Author:
jonathan

Field Summary
 
Fields inherited from interface net.sourceforge.nite.meta.NWindow
AUDIO, STYLE, VIDEO
 
Constructor Summary
NiteWindow(java.lang.String name, int type, boolean sound)
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiteWindow

public NiteWindow(java.lang.String name,
                  int type,
                  boolean sound)
Method Detail

getName

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

Specified by:
getName in interface NWindow

sound

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

Specified by:
sound in interface NWindow

getType

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

Specified by:
getType in interface NWindow