Serialized Form
-
Package com.github.basking2.sdsai
-
Exception com.github.basking2.sdsai.DuplicateDataException
class DuplicateDataException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.github.basking2.sdsai.exception
-
Exception com.github.basking2.sdsai.exception.SimpleException
class SimpleException extends Exception implements Serializable
-
-
Package com.github.basking2.sdsai.gui
-
Class com.github.basking2.sdsai.gui.JLineScrollingTextPane
class JLineScrollingTextPane extends JScrollPane implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currVal
int currVal
Which index in the scrollback array is the next empty slot. -
doc
StyledDocument doc
-
lastVal
int lastVal
This is the end of the list of values. When the list if full, nextVal will equal lastVal. When empty this will equal -1. -
scrollback
int[] scrollback
The scroll back size length of lines. -
textPane
JTextPane textPane
-
threshold
int threshold
How many pixels from the bottom the scroll bar must be for auto-scrolling to happen. -
viewport
JViewport viewport
-
-
Class com.github.basking2.sdsai.gui.JScrollingLog
class JScrollingLog extends JLineScrollingTextPane implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
handler
Handler handler
-
-
Class com.github.basking2.sdsai.gui.JScrollingTextPane
class JScrollingTextPane extends JScrollPane implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
doc
StyledDocument doc
-
scrollback
int scrollback
The scroll back size length at which the buffer is halved. -
textPane
JTextPane textPane
-
threshold
int threshold
How many pixels from the bottom the scroll bar must be for auto-scrolling to happen. -
viewport
JViewport viewport
-
-
Class com.github.basking2.sdsai.gui.TrivialImageCanvas
class TrivialImageCanvas extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
h
int h
-
image
Image image
-
w
int w
-
x
int x
-
y
int y
-
-
Class com.github.basking2.sdsai.gui.UniqueChildMutableTreeNode
class UniqueChildMutableTreeNode extends DefaultMutableTreeNode implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
RedBlackTree<UniqueChildMutableTreeNode> index
-
key
Key<UniqueChildMutableTreeNode> key
-
-