public class Reference extends AbstractEvent implements Event
| Constructor and Description |
|---|
Reference(java.util.List<Participant> participants,
Url url,
Display strings,
HColor backColorGeneral,
HColor backColorElement,
StyleBuilder styleBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dealWith(Participant someone) |
HColor |
getBackColorElement() |
HColor |
getBackColorGeneral() |
StyleSignatureBasic |
getDefaultStyleDefinition() |
java.util.List<Participant> |
getParticipant() |
Display |
getStrings() |
Url |
getUrl() |
Style[] |
getUsedStyles() |
boolean |
hasUrl() |
java.lang.String |
toString() |
isParallelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisParallelpublic Reference(java.util.List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder)
public StyleSignatureBasic getDefaultStyleDefinition()
public Style[] getUsedStyles()
public java.util.List<Participant> getParticipant()
public Display getStrings()
public boolean dealWith(Participant someone)
public final Url getUrl()
getUrl in interface EventgetUrl in class AbstractEventpublic boolean hasUrl()
hasUrl in interface EventhasUrl in class AbstractEventpublic java.lang.String toString()
toString in class java.lang.Objectpublic final HColor getBackColorGeneral()
public final HColor getBackColorElement()