Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
T
t(long, long, int)
- Static method in class cider.common.processes.
SourceDocument
startTime + stepSize * i
tabbedPane
- Variable in class cider.shared.
ClientSharedComponents
Tabs for source editors and table to keep track of them
tabflash(String)
- Method in class cider.client.gui.
ChatTabs
Makes a tab flash
tabflashstop(String)
- Method in class cider.client.gui.
ChatTabs
Makes a tab stop flashing
terminateBotRemotely()
- Method in class cider.common.network.client.
Client
Allows the bot to be killed remotely by clients.
test()
- Static method in class cider.common.processes.
TypingEventList
Auto-test routine: Tests the insert, overwrite and backspace methods.
testCreation()
- Method in class cider.common.network.client.
Client
Test importing files and creating them on the Bot, use the CIDER directory as source.
testfile()
- Static method in class cider.common.processes.
LocalCodeFile
Deprecated.
text
- Variable in class cider.common.processes.
TypingEvent
time
- Variable in class cider.common.processes.
TimeBorder
time
- Variable in class cider.common.processes.
TypingEvent
TimeBorder
- Class in
cider.common.processes
A time border contains a priority queue of some of the typing events in the region leading up to the border's time.
TimeBorder(DocumentProperties, long)
- Constructor for class cider.common.processes.
TimeBorder
TimeBorder(DocumentProperties, long, boolean)
- Constructor for class cider.common.processes.
TimeBorder
TimeBorder(DocumentProperties, long, PriorityQueue<TypingEvent>)
- Constructor for class cider.common.processes.
TimeBorder
TimeBorderList
- Class in
cider.common.processes
The TimeBorderList stores an array of time borders which can be sorted with the sort method.
TimeBorderList(DocumentProperties)
- Constructor for class cider.common.processes.
TimeBorderList
TimeBorderList.TimeBorderComparer
- Class in
cider.common.processes
TimeBorderList.TimeBorderComparer()
- Constructor for class cider.common.processes.
TimeBorderList.TimeBorderComparer
TimedExit()
- Static method in class cider.client.gui.
MainWindow
Exits the program after 15000ms.
TimeRegion
- Class in
cider.common.processes
TimeRegions have two TimeBorders, the start and end.
TimeRegion(TimeBorder, TimeBorder)
- Constructor for class cider.common.processes.
TimeRegion
TimeRegionBrowser
- Class in
cider.client.gui
Class containing the history viewer tool
TimeRegionBrowser(TimeBorderList, int, int)
- Constructor for class cider.client.gui.
TimeRegionBrowser
timeToYPixel(long)
- Method in class cider.client.gui.
TimeRegionBrowser
timeTravel(Long)
- Method in class cider.common.processes.
SourceDocument
Convenience method which returns a String that represents the document at the time specified, possibly to be displayed to the user or saved to a file.
toggleCaretVisibility()
- Method in class cider.documentViewerComponents.
EditorTypingArea
toString()
- Method in class cider.common.processes.
Profile
toString()
- Method in class cider.common.processes.
SourceDocument
toString()
- Method in class cider.common.processes.
TimeBorderList
toString()
- Method in class cider.common.processes.
TimeRegion
toString()
- Method in class cider.common.processes.
TypingEvent
toString()
- Method in class cider.common.processes.
TypingEventList
TypingEvent
- Class in
cider.common.processes
TypingEvents are what make up the history of SourceDocuments.
TypingEvent(long, TypingEventMode, int, int, String, String, String)
- Constructor for class cider.common.processes.
TypingEvent
TypingEvent(String)
- Constructor for class cider.common.processes.
TypingEvent
This typing event is specified by a string that was created by the pack method
TypingEvent(TypingEvent, long, int, String)
- Constructor for class cider.common.processes.
TypingEvent
This typing event will be the same except for the time and text.
TypingEvent(TypingEvent, long, int, TypingEventMode)
- Constructor for class cider.common.processes.
TypingEvent
This typing event will be the same except for the time, position and mode.
TypingEventList
- Class in
cider.common.processes
Think of this as being like a string of characters, except they're actually typing events.
TypingEventList()
- Constructor for class cider.common.processes.
TypingEventList
TypingEventMode
- Enum in
cider.common.processes
typingEvents
- Variable in class cider.common.processes.
LocalisedTypingEvents
typingEvents
- Variable in class cider.common.processes.
TimeBorder
TypingRegion
- Class in
cider.documentViewerComponents
Stores a list of typing events and two integers start and end.
TypingRegion(int, int, List<TypingEvent>)
- Constructor for class cider.documentViewerComponents.
TypingRegion
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y