|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--game.events.actions.BulletinAction
| Field Summary | |
protected java.lang.String |
title
The current title. |
| Constructor Summary | |
BulletinAction()
Constructor. |
|
| Method Summary | |
void |
closing()
Show the next bulletin, this method is called when the previous bulletin is closed. |
static void |
listBulletins()
List the bulletins so one can be displayed. |
void |
perform(Civilization civilization)
Perform the action. |
void |
setHeight(int value)
Set the height. |
void |
setMessage(java.lang.String value)
Set the message. |
void |
setRemove(java.lang.String value)
Remove from static list. |
void |
setTitle(java.lang.String value)
Set the display title. |
void |
setWidth(int value)
Set the width. |
void |
setX(int value)
Set the x position. |
void |
setY(int value)
Set the y position. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String title
| Constructor Detail |
public BulletinAction()
| Method Detail |
public static void listBulletins()
public void setTitle(java.lang.String value)
public void setX(int value)
public void setY(int value)
public void setWidth(int value)
public void setHeight(int value)
public void setMessage(java.lang.String value)
public void setRemove(java.lang.String value)
value - the title to remove.public void perform(Civilization civilization)
perform in interface Actionpublic void closing()
closing in interface Bulletin.Interface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||