public class Reference extends AbstractEvent implements EventWithNote
| 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 |
|---|---|
void |
addNote(Note note) |
boolean |
dealWith(Participant someone) |
HColor |
getBackColorElement() |
HColor |
getBackColorGeneral() |
StyleSignatureBasic |
getDefaultStyleDefinition() |
java.util.List<Note> |
getNoteOnMessages() |
java.util.List<Participant> |
getParticipant() |
Display |
getStrings() |
Url |
getUrl() |
Style[] |
getUsedStyles() |
boolean |
hasUrl() |
java.lang.String |
toString() |
isParallel, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisParallel, setYpublic 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()
public final void addNote(Note note)
addNote in interface EventWithNotepublic final java.util.List<Note> getNoteOnMessages()