|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.clickable.action.ToStringHelper
public class ToStringHelper
Constructor Summary | |
---|---|
ToStringHelper()
|
Method Summary | |
---|---|
static java.lang.String |
toHtmlString(Ability ability,
ContextEventListener context)
Return the HTML code representing an action list. |
static java.lang.String |
toHtmlString(Ability ability,
MAction[] actions,
ContextEventListener context)
Return the HTML code representing an action list. |
static void |
toHtmlString(java.lang.StringBuilder buffer,
Ability ability,
MAction[] actions,
ContextEventListener context)
Return the HTML code representing an action list. |
static java.lang.String |
toString(Ability ability)
Return the toString() of the given ability. |
static void |
toString(java.lang.StringBuilder buffer,
Ability ability,
MAction[] actions)
Return the HTML code representing an action list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToStringHelper()
Method Detail |
---|
public static java.lang.String toHtmlString(Ability ability, ContextEventListener context)
ability
- the ability owning these actions.context
- the context needed by event activated
public static void toHtmlString(java.lang.StringBuilder buffer, Ability ability, MAction[] actions, ContextEventListener context)
buffer
- the string buffer used to build the HTML code of this ability.ability
- the ability owning these actions.actions
- the actions to display.context
- the context needed by event activatedpublic static java.lang.String toHtmlString(Ability ability, MAction[] actions, ContextEventListener context)
ability
- the ability owning these actions.actions
- the actions to display.context
- the context needed by event activated
public static java.lang.String toString(Ability ability)
ability
- the ability owning these actions.
public static void toString(java.lang.StringBuilder buffer, Ability ability, MAction[] actions)
buffer
- the string buffer used to build the HTML code of this ability.ability
- the ability owning these actions.actions
- the actions to display.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |