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() |
isParallel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isParallel
public 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 Event
getUrl
in class AbstractEvent
public boolean hasUrl()
hasUrl
in interface Event
hasUrl
in class AbstractEvent
public java.lang.String toString()
toString
in class java.lang.Object
public final HColor getBackColorGeneral()
public final HColor getBackColorElement()