|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.meta.impl.NiteWindow
public class NiteWindow
Information about a NITE window: a user interface element that must be popped up.
| 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 |
|---|
public NiteWindow(java.lang.String name,
int type,
boolean sound)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface NWindowpublic boolean sound()
sound in interface NWindowpublic int getType()
getType in interface NWindow
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||