A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
D
- Data - class in org.apache.jorphan.collections
- Use this class to store database-like data.
- debug(java.lang.String) - function in org.apache.log.Logger
- Log a debug priority event.
- debug(java.lang.String,java.lang.Throwable) - function in org.apache.log.Logger
- Log a debug priority event.
- DefaultTreeTableModel - class in org.apache.jorphan.gui
- delete() - function in java.io.File
- deleteOnExit() - function in java.io.File
- deliverEvent(java.awt.Event) - function in java.awt.Container
- deliverEvent(java.awt.Event) - function in java.awt.Container
- describeOptions(kotlin.Array) - function in org.apache.commons.cli.avalon.CLUtil
- Format options into StringBuilder and return.
- disable() - function in javax.swing.JComponent
- disable() - function in javax.swing.JComponent
- dispatchEvent(java.awt.AWTEvent) - function in java.awt.Component
- dispatchEvent(java.awt.AWTEvent) - function in java.awt.Component
- displayThreads(boolean) - function in org.apache.jorphan.util.JOrphanUtils
- Display currently running threads on system.out This may be expensive to run.
- dispose() - function in org.apache.jorphan.gui.MenuScroller
- Removes this MenuScroller from the associated menu and restores the default behavior of the menu.
- doLayout() - function in java.awt.Container
- doLayout() - function in java.awt.Container
- doLayout() - function in javax.swing.JTable
- dumpHeap() - function in org.apache.jorphan.util.HeapDumper
- Dumps live objects from the heap to the outputFile file in the same format as the hprof heap dump.
- dumpHeap(boolean) - function in org.apache.jorphan.util.HeapDumper
- Dumps objects from the heap to the outputFile file in the same format as the hprof heap dump.
- dumpHeap(java.io.File,boolean) - function in org.apache.jorphan.util.HeapDumper
- Dumps objects from the heap to the outputFile file in the same format as the hprof heap dump.
- dumpHeap(java.lang.String) - function in org.apache.jorphan.util.HeapDumper
- Dumps live objects from the heap to the outputFile file in the same format as the hprof heap dump.
- dumpHeap(java.lang.String,boolean) - function in org.apache.jorphan.util.HeapDumper
- Dumps the heap to the outputFile file in the same format as the hprof heap dump.
- DynamicStyle - class in org.apache.jorphan.gui
- By default, Swing does not provide a way to augment components when look and feel changes.