|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventLogType | |
---|---|
pl.psnc.vlab.eventlog | |
pl.psnc.vlab.eventlog.gui | |
pl.psnc.vlab.eventlog.type | |
pl.psnc.vlab.eventlog.value |
Uses of EventLogType in pl.psnc.vlab.eventlog |
---|
Methods in pl.psnc.vlab.eventlog with parameters of type EventLogType | |
---|---|
void |
IEventLogUpdate.addMessage(java.lang.String message,
EventLogType eventLogType)
Add new message to the Event Log Message |
void |
IEventLogUpdate.addMessage(java.lang.String message,
java.lang.Object details,
EventLogType eventLogType)
Add new message to the Event Log Message |
Uses of EventLogType in pl.psnc.vlab.eventlog.gui |
---|
Methods in pl.psnc.vlab.eventlog.gui with parameters of type EventLogType | |
---|---|
void |
JEventLogPane.addMessage(java.lang.String message,
EventLogType eventLogType)
|
void |
JEventLogPane.addMessage(java.lang.String message,
java.lang.Object details,
EventLogType eventLogType)
|
Uses of EventLogType in pl.psnc.vlab.eventlog.type |
---|
Methods in pl.psnc.vlab.eventlog.type that return EventLogType | |
---|---|
static EventLogType |
EventLogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventLogType[] |
EventLogType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of EventLogType in pl.psnc.vlab.eventlog.value |
---|
Methods in pl.psnc.vlab.eventlog.value that return EventLogType | |
---|---|
EventLogType |
EventLogValue.getType()
Get type of this event message |
Constructors in pl.psnc.vlab.eventlog.value with parameters of type EventLogType | |
---|---|
EventLogValue(java.lang.String message,
java.util.Date occurenceDate,
EventLogType type)
Creates a new instance of EventLogValue with the its content defined |
|
EventLogValue(java.lang.String message,
java.util.Date occurenceDate,
EventLogType type,
java.lang.Object details)
Creates a new instance of EventLogValue with the its content defined |
|
EventLogValue(java.lang.String message,
EventLogType type)
Creates a new instance of EventLogValue with the its content defined |
|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |