Skip navigation links
A C D E F G H I L M N P R S T U V W X 

A

addDays(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of days to the given calendar.
addDays(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of days to the given date.
addHours(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of hours to the given calendar.
addHours(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of hours to the given date.
addLine(String) - Method in class prompt.csv.data.CSVLog
 
addMillis(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of millis to the given calendar.
addMillis(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of millis to the given date.
addMinutes(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of minutes to the given calendar.
addMinutes(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of minutes to the given date.
addMonths(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of months to the given calendar.
addMonths(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of months to the given date.
addSeconds(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of seconds to the given calendar.
addSeconds(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of seconds to the given date.
addYears(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
Add the given amount of years to the given calendar.
addYears(Date, int) - Static method in class prompt.csv.utils.DateUtil
Add the given amount of years to the given date.
available() - Method in class prompt.csv.utils.UnicodeBOMInputStream

C

CalendarUtil - Class in prompt.csv.utils
Useful Calendar utilities.
cancel() - Method in class prompt.csv.utils.context.DummyProgress
 
CaseIdentifier - Class in dk.dtu.caseid
 
CaseIdentifier() - Constructor for class dk.dtu.caseid.CaseIdentifier
 
CaseIdentifier - Class in iciPlugin
 
CaseIdentifier() - Constructor for class iciPlugin.CaseIdentifier
 
CaseIdentifier - Class in prompt.csv.plugin
 
CaseIdentifier() - Constructor for class prompt.csv.plugin.CaseIdentifier
 
close() - Method in class prompt.csv.utils.UnicodeBOMInputStream
ClusterRunner - Class in dk.dtu.caseid
 
ClusterRunner() - Constructor for class dk.dtu.caseid.ClusterRunner
 
compareTo(SortedEvent) - Method in class prompt.csv.data.SortedEvent
 
contains(int, int) - Method in class prompt.csv.plugin.RoundJTextField
 
CSVImport - Class in prompt.csv.plugin
 
CSVImport() - Constructor for class prompt.csv.plugin.CSVImport
 
CSVLog - Class in prompt.csv.data
 
CSVLog(String) - Constructor for class prompt.csv.data.CSVLog
 
CSVLogTable - Class in prompt.csv.gui
 
CSVLogTable(TableModel) - Constructor for class prompt.csv.gui.CSVLogTable
 
CSVLogTableModel - Class in prompt.csv.gui
 
CSVLogTableModel() - Constructor for class prompt.csv.gui.CSVLogTableModel
 
CSVVisualizer - Class in prompt.csv.plugin
 
CSVVisualizer() - Constructor for class prompt.csv.plugin.CSVVisualizer
 

D

DateUtil - Class in prompt.csv.utils
Useful Date utilities.
decorateElement(XAttributable, String, String, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a string value
decorateElement(XAttributable, String, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a string value
decorateElement(XAttributable, String, Double, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a double value
decorateElement(XAttributable, String, Double) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a double value
decorateElement(XAttributable, String, Date, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a date value
decorateElement(XAttributable, String, Date) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a date value
decorateElement(XAttributable, String, Boolean, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a boolean value
decorateElement(XAttributable, String, Boolean) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a boolean value
decorateElement(XAttributable, String, Long, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a long value
decorateElement(XAttributable, String, Long) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with a boolean value
decorateElement(XAttributable, String, Integer, String) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with an integer value
decorateElement(XAttributable, String, Integer) - Static method in class prompt.csv.utils.XLogHelper
This method can be used to decorate an XAttributable element (such as XLog, XTrace, and XEvent) with an integer value
determineDateFormat(String) - Static method in class prompt.csv.utils.DateUtil
Determine SimpleDateFormat pattern matching with the given date string.
dk.dtu.caseid - package dk.dtu.caseid
 
DummyGlobalContext - Class in prompt.csv.utils.context
 
DummyGlobalContext() - Constructor for class prompt.csv.utils.context.DummyGlobalContext
 
DummyPluginContext - Class in prompt.csv.utils.context
 
DummyPluginContext(GlobalContext, String) - Constructor for class prompt.csv.utils.context.DummyPluginContext
 
DummyPluginContext(AbstractPluginContext, String) - Constructor for class prompt.csv.utils.context.DummyPluginContext
 
DummyProgress - Class in prompt.csv.utils.context
 
DummyProgress() - Constructor for class prompt.csv.utils.context.DummyProgress
 

E

elapsedDays(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed days between the two given calendars.
elapsedDays(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed days between the two given dates.
elapsedHours(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed hours between the two given calendars.
elapsedHours(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed hours between the two given dates.
elapsedMillis(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed milliseconds between the two given calendars.
elapsedMillis(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed milliseconds between the two given dates.
elapsedMinutes(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed minutes between the two given calendars.
elapsedMinutes(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed minutes between the two given dates.
elapsedMonths(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed months between the two given calendars.
elapsedMonths(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed months between the two given dates.
elapsedSeconds(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed seconds between the two given calendars.
elapsedSeconds(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed seconds between the two given dates.
elapsedTime(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Calculate the total of elapsed time from years up to seconds between the two given calendars.
elapsedTime(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Calculate the total of elapsed time from years up to seconds between the two given dates.
elapsedYears(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Retrieve the amount of elapsed years between the two given calendars.
elapsedYears(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Retrieve the amount of elapsed years between the two given dates.
export(UIPluginContext, JProgressBar) - Method in class prompt.csv.data.CSVLog
 

F

FIELD_ROLE - Enum in prompt.csv.data
 
FIELD_TYPE - Enum in prompt.csv.data
 
fieldsNo() - Method in class prompt.csv.data.CSVLog
 
fromWeightToBWColor(Double) - Static method in class prompt.csv.utils.GUIUtils
Method to convert a value in the interval [0, 1] into a black and white color, where 0 is white and 1 is black
fromWeightToColor(Color, Double) - Static method in class prompt.csv.utils.GUIUtils
Method that convert a give color (as "color-base") into another one that is obtained considering the value as a "weight" (values in [0, 1]).

G

generateLogMetrics(String, int, int, int, PrintStream) - Method in class dk.dtu.caseid.CaseIdentifier
 
generateLogMetrics(String, int, int, int, PrintStream) - Method in class iciPlugin.CaseIdentifier
 
generateNewXLog(String) - Static method in class prompt.csv.utils.XLogHelper
This method generates a new XLog and returns it.
getBOM() - Method in class prompt.csv.utils.UnicodeBOMInputStream
Returns the BOM that was detected in the wrapped InputStream object.
getBytes() - Method in class prompt.csv.utils.UnicodeBOMInputStream.BOM
Returns the bytes corresponding to this BOM value.
getCandidateColumnsName(String) - Method in class dk.dtu.caseid.CaseIdentifier
 
getCandidateColumnsName(String) - Method in class iciPlugin.CaseIdentifier
 
getCaption() - Method in class prompt.csv.utils.context.DummyProgress
 
getEntries() - Method in class prompt.csv.data.CSVLog
 
getEvent() - Method in class prompt.csv.data.SortedEvent
 
getEventnameIndex() - Method in class prompt.csv.data.ICIrequiredFields
 
GetGroupingScore(CSVLog, int) - Static method in class iciPlugin.GroupingRate
 
getHeaders() - Method in class prompt.csv.data.CSVLog
 
getLine(int) - Method in class prompt.csv.data.CSVLog
 
getMainPluginContext() - Method in class prompt.csv.utils.context.DummyGlobalContext
 
getMaximum() - Method in class prompt.csv.utils.context.DummyProgress
 
getMinimum() - Method in class prompt.csv.utils.context.DummyProgress
 
getName(XAttributable) - Static method in class prompt.csv.utils.XLogHelper
This method returns the value of the attribute concept:name for the given attributable element
getPluginContextType() - Method in class prompt.csv.utils.context.DummyGlobalContext
 
getRoles() - Method in class prompt.csv.data.CSVLog
 
getSamplingMethod() - Method in class prompt.csv.data.ICIrequiredFields
 
getSamplingSize() - Method in class prompt.csv.data.ICIrequiredFields
 
getTimestamp() - Method in class prompt.csv.data.SortedEvent
 
getTimestampIndex() - Method in class prompt.csv.data.ICIrequiredFields
 
getTypes() - Method in class prompt.csv.data.CSVLog
 
getValidCalendar(int, int, int) - Static method in class prompt.csv.utils.CalendarUtil
Validate the actual date of the given date elements and returns a calendar instance based on the given date elements.
getValidCalendar(int, int, int, int, int, int) - Static method in class prompt.csv.utils.CalendarUtil
Validate the actual date of the given date elements and returns a calendar instance based on the given date elements.
getValue() - Method in class prompt.csv.utils.context.DummyProgress
 
gr - Class in iciPlugin
 
gr() - Constructor for class iciPlugin.gr
 
GroupingRate - Class in iciPlugin
 
GroupingRate() - Constructor for class iciPlugin.GroupingRate
 
GUIUtils - Class in prompt.csv.utils
A collection of user interface utilities
GUIUtils() - Constructor for class prompt.csv.utils.GUIUtils
 

H

harmonicMean(List<Double>) - Static method in class prompt.csv.utils.Utils
Returns the harmonic mean of the given list of values
hasHeaders() - Method in class prompt.csv.data.CSVLog
 

I

iciPlugin - package iciPlugin
 
ICIrequiredFields - Class in prompt.csv.data
 
ICIrequiredFields() - Constructor for class prompt.csv.data.ICIrequiredFields
 
importFromStream(PluginContext, InputStream, String, long) - Method in class prompt.csv.plugin.CSVImport
 
inc() - Method in class prompt.csv.utils.context.DummyProgress
 
InferCaseId(CSVLog, int, int, int) - Method in class iciPlugin.CaseIdentifier
 
inferCaseId(UIPluginContext, CSVLog) - Method in class prompt.csv.plugin.CaseIdentifier
 
InferCaseIdFromLog(CSVLog, int, int, ArrayList<Integer>, UIPluginContext) - Method in class iciPlugin.CaseIdentifier
 
insertEvent(XTrace, String, Date) - Static method in class prompt.csv.utils.XLogHelper
This method creates a new XEvent referring to the given activity name, occurred at the given time.
insertTrace(XLog, String) - Static method in class prompt.csv.utils.XLogHelper
This method creates a new XTrace with the given case id, adds it to the given log object, and returns the new trace
isCancelled() - Method in class prompt.csv.utils.context.DummyProgress
 
isCellEditable(int, int) - Method in class prompt.csv.gui.CSVLogTableModel
 
isFullLog() - Method in class prompt.csv.data.ICIrequiredFields
 
isIndeterminate() - Method in class prompt.csv.utils.context.DummyProgress
 
isSelection() - Method in class prompt.csv.plugin.PromptParameters
 
isValidDate(int, int, int) - Static method in class prompt.csv.utils.CalendarUtil
Checks whether the given day, month and year combination is a valid date or not.
isValidDate(int, int, int, int, int, int) - Static method in class prompt.csv.utils.CalendarUtil
Checks whether the given day, month, year, hour, minute and second combination is a valid date or not.
isValidDate(String) - Static method in class prompt.csv.utils.DateUtil
Checks whether the actual date of the given date string is valid.
isValidDate(String, String) - Static method in class prompt.csv.utils.DateUtil
Checks whether the actual date of the given date string is valid based on the given date format pattern.
isValidSeparator(String[], String) - Static method in class prompt.csv.utils.Utils
 
isValidTime(int, int, int) - Static method in class prompt.csv.utils.CalendarUtil
Checks whether the given hour, minute and second combination is a valid time or not.

L

l(PluginContext, String) - Static method in class prompt.csv.utils.Utils
 
l(String) - Static method in class prompt.csv.utils.Utils
 
LINES_FOR_AUTO_DETECT - Static variable in class prompt.csv.data.CSVLog
 

M

main(String[]) - Static method in class dk.dtu.caseid.ClusterRunner
 
main(String[]) - Static method in class iciPlugin.gr
 
mark(int) - Method in class prompt.csv.utils.UnicodeBOMInputStream
markSupported() - Method in class prompt.csv.utils.UnicodeBOMInputStream

N

NONE - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
NONE.

P

paintBorder(Graphics) - Method in class prompt.csv.plugin.RoundJTextField
 
paintComponent(Graphics) - Method in class prompt.csv.plugin.RoundJTextField
 
parse(String) - Static method in class prompt.csv.utils.DateUtil
Parse the given date string to date object and return a date instance based on the given date string.
parse(String, String) - Static method in class prompt.csv.utils.DateUtil
Validate the actual date of the given date string based on the given date format pattern and return a date instance based on the given date string.
prepare() - Method in class prompt.csv.data.CSVLog
 
prepareBorderedTitle(String) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted in order to be a frame title.
prepareDoubleField(Double, Double, Double) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JFormattedTextField for receiving a double
prepareIntegerField(int) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JFormattedTextField for receiving integer (up to 5 digits) as input
prepareLabel(String) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted
prepareLabel(String, int, Color) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted
prepareLabel(int) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted
prepareLabel(int, int, Color) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted
prepareTextArea(String) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new text area
prepareTextField(String) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new text field
prepareTitle(String) - Static method in class prompt.csv.utils.GUIUtils
This method creates a new JLabel correctly formatted in order to be a frame title
prompt.csv.data - package prompt.csv.data
 
prompt.csv.gui - package prompt.csv.gui
 
prompt.csv.plugin - package prompt.csv.plugin
 
prompt.csv.utils - package prompt.csv.utils
 
prompt.csv.utils.context - package prompt.csv.utils.context
 
PromptParameters - Class in prompt.csv.plugin
 
PromptParameters(ICIrequiredFields) - Constructor for class prompt.csv.plugin.PromptParameters
 

R

read(String) - Static method in class dk.dtu.caseid.CaseIdentifier
 
read(String) - Static method in class iciPlugin.CaseIdentifier
 
read(String) - Static method in class iciPlugin.gr
 
read() - Method in class prompt.csv.utils.UnicodeBOMInputStream
read(byte[]) - Method in class prompt.csv.utils.UnicodeBOMInputStream
read(byte[], int, int) - Method in class prompt.csv.utils.UnicodeBOMInputStream
REQUIRED_FIELDS - Static variable in class prompt.csv.data.CSVLog
 
reset() - Method in class prompt.csv.utils.UnicodeBOMInputStream
round(double, int) - Static method in class iciPlugin.CaseIdentifier
 
RoundJTextField - Class in prompt.csv.plugin
 
RoundJTextField(int) - Constructor for class prompt.csv.plugin.RoundJTextField
 

S

sameDay(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year, month and day.
sameDay(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year, month and day.
sameHour(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day and hour.
sameHour(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year, month, day and hour.
sameMinute(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day, hour and minute.
sameMinute(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year, month, day, hour and minute.
sameMonth(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year and month.
sameMonth(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year and month.
sameSecond(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year, month, day, hour, minute and second.
sameSecond(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year, month, day, hour, minute and second.
sameTime(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same time.
sameYear(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
Returns true if the two given calendars are dated on the same year.
sameYear(Date, Date) - Static method in class prompt.csv.utils.DateUtil
Returns true if the two given dates are dated on the same year.
setCaption(String) - Method in class prompt.csv.utils.context.DummyProgress
 
setEvent(List<String>) - Method in class prompt.csv.data.SortedEvent
 
setEventnameIndex(int) - Method in class prompt.csv.data.ICIrequiredFields
 
setFullLog(boolean) - Method in class prompt.csv.data.ICIrequiredFields
 
setIndeterminate(boolean) - Method in class prompt.csv.utils.context.DummyProgress
 
setMaximum(int) - Method in class prompt.csv.utils.context.DummyProgress
 
setMinimum(int) - Method in class prompt.csv.utils.context.DummyProgress
 
setRole(int, FIELD_ROLE) - Method in class prompt.csv.data.CSVLog
 
setSamplingMethod(int) - Method in class prompt.csv.data.ICIrequiredFields
 
setSamplingSize(int) - Method in class prompt.csv.data.ICIrequiredFields
 
setSelection(boolean) - Method in class prompt.csv.plugin.PromptParameters
 
setTimestamp(Calendar) - Method in class prompt.csv.data.SortedEvent
 
setTimestampIndex(int) - Method in class prompt.csv.data.ICIrequiredFields
 
setType(int, FIELD_TYPE) - Method in class prompt.csv.data.CSVLog
 
setValue(int) - Method in class prompt.csv.utils.context.DummyProgress
 
skip(long) - Method in class prompt.csv.utils.UnicodeBOMInputStream
skipBOM() - Method in class prompt.csv.utils.UnicodeBOMInputStream
Skips the BOM that was found in the wrapped InputStream object.
sortCSV(CSVLog, int) - Static method in class iciPlugin.gr
 
sortCSV(CSVLog, int) - Method in class prompt.csv.plugin.CaseIdentifier
 
SortedEvent - Class in prompt.csv.data
 
SortedEvent(List<String>, String) - Constructor for class prompt.csv.data.SortedEvent
 

T

toCalendar(Date) - Static method in class prompt.csv.data.SortedEvent
 
toCalendar(Date) - Static method in class prompt.csv.utils.DateUtil
Convert the given date to a Calendar object.
toCalendar(Date, TimeZone) - Static method in class prompt.csv.utils.DateUtil
Convert the given date to a Calendar object with the given timezone.
toString() - Method in enum prompt.csv.data.FIELD_ROLE
 
toString() - Method in enum prompt.csv.data.FIELD_TYPE
 
toString() - Method in class prompt.csv.utils.UnicodeBOMInputStream.BOM
Returns a String representation of this BOM value.
toXLog(JProgressBar) - Method in class prompt.csv.data.CSVLog
 

U

UnicodeBOMInputStream - Class in prompt.csv.utils
The UnicodeBOMInputStream class wraps any InputStream and detects the presence of any Unicode BOM (Byte Order Mark) at its beginning, as defined by RFC 3629 - UTF-8, a transformation format of ISO 10646
UnicodeBOMInputStream(InputStream) - Constructor for class prompt.csv.utils.UnicodeBOMInputStream
Constructs a new UnicodeBOMInputStream that wraps the specified InputStream.
UnicodeBOMInputStream.BOM - Class in prompt.csv.utils
Type safe enumeration class that describes the different types of Unicode BOMs.
UTF_16_BE - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
UTF-16, big-endian (FE FF).
UTF_16_LE - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
UTF-16, little-endian (FF FE).
UTF_32_BE - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
UTF-32, big-endian (00 00 FE FF).
UTF_32_LE - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
UTF-32, little-endian (FF FE 00 00).
UTF_8 - Static variable in class prompt.csv.utils.UnicodeBOMInputStream.BOM
UTF-8 BOM (EF BB BF).
Utils - Class in prompt.csv.utils
 
Utils() - Constructor for class prompt.csv.utils.Utils
 

V

valueOf(String) - Static method in enum prompt.csv.data.FIELD_ROLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum prompt.csv.data.FIELD_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum prompt.csv.data.FIELD_ROLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum prompt.csv.data.FIELD_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
visualize(UIPluginContext, CSVLog) - Method in class prompt.csv.plugin.CSVVisualizer
 
visualize(UIPluginContext, CSVLog, int) - Method in class prompt.csv.plugin.PromptParameters
 

W

wrapInRoundedPanel(JComponent) - Static method in class prompt.csv.utils.GUIUtils
This method to wrap a given component into a rounded panel.

X

XLogHelper - Class in prompt.csv.utils
This class is a helper that can be used to handle XLog objects.
XLogHelper() - Constructor for class prompt.csv.utils.XLogHelper
 
A C D E F G H I L M N P R S T U V W X 
Skip navigation links