|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.huguesjohnson.tiamat.graphics.Selection
public class Selection
Selection - a representation of a selection on a game menu.
Constructor Summary | |
---|---|
Selection(java.lang.String caption,
Event event)
Create a new instance of Selection. |
Method Summary | |
---|---|
java.lang.String |
getCaption()
Returns the caption for this Selection. |
Event |
getEvent()
Returns the Event associated with this Selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Selection(java.lang.String caption, Event event)
caption
- The caption for this Selection.event
- The Event associated with this Selection.Method Detail |
---|
public java.lang.String getCaption()
public Event getEvent()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |