BeginningOfLineAction |
|
BigEndianDataConverter |
Helper class to convert a byte array to Java primitives and primitives to a
byte array in Big endian.
|
BoundedInputStream |
InputStream wrapper that limits itself to a portion of the wrapped stream.
|
BrowserLoader |
BrowserLoader opens a web browser and displays the given url.
|
CascadedDropTarget |
Combines two drop targets and sends events to them in priority order.
|
ColorUtils |
|
ConsoleErrorDisplay |
|
Conv |
Helper methods for converting between
number data types without negative
promotion.
|
CountLatch |
Latch that has a count that can be incremented and decremented.
|
DateUtils |
|
DefaultErrorLogger |
|
DeleteToEndOfWordAction |
An action to delete from the cursor position to the end of the current word.
|
DeleteToStartOfWordAction |
An action to delete from the cursor position to the beginning of the current word, backwards.
|
DynamicSortedTreeSet<E> |
A set where the ordering of elements may change over time, based on an alternative comparator
This is an implementation of Set where elements may be sorted by an alternative
comparator (usually by "cost"), rather than by the natural ordering.
|
EndOfLineAction |
|
GhidraBigEndianDataConverter |
|
GhidraJarBuilder |
|
GhidraLittleEndianDataConverter |
|
HashingOutputStream |
A filtering OutputStream that calculates the hash of the bytes being
written.
|
HashUtilities |
|
HelpLocation |
Class to identify where help can be located for some object.
|
HTMLUtilities |
A helper class providing static methods for formatting text with common HTML tags.
|
JavaSourceFile |
|
JavaSourceLine |
|
LaunchErrorDialog |
|
LittleEndianDataConverter |
Helper class to convert a byte array to a Java primitive in Little endian
order, and to convert a primitive to a byte array.
|
Lock |
Ghidra synchronization lock.
|
ManualEntry |
|
ManualViewerCommandEditor |
|
ManualViewerCommandWrappedOption |
|
MathUtilities |
|
MD5Utilities |
|
MonitoredInputStream |
An InputStream which utilizes a TaskMonitor to indicate input progress and
allows the operation to be cancelled via the TaskMonitor.
|
MonitoredOutputStream |
An OutputStream which utilizes a TaskMonitor to indicate output progress and
allows the operation to be cancelled via the TaskMonitor.
|
Msg |
Class with static methods to report errors as either a short message or a
more detailed message (e.g., stacktrace).
|
MultiComparableArrayIterator<T extends java.lang.Comparable<T>> |
MultiComparableArrayIterator takes multiple arrays of comparable
objects and iterates through them simultaneously.
|
NamingUtilities |
Utility class with static methods for validating names and converting
strings to numbers, etc.
|
NullOutputStream |
A OutputStream that discards all bytes written to it.
|
NumberUtil |
|
NumericUtilities |
|
ObjectStorageStreamAdapter |
Implementation for ObjectStorage to save and restore Strings and
Java primitives using an ObjectOutputStream and ObjectInputStream,
respectively.
|
PrivateSaveable |
A class that signals this saveable is not meant to broadcast its changes.
|
PropertyFile |
Class that represents a file of property names and values.
|
ReservedKeyBindings |
|
ReversedListIterator<E> |
Wraps a ListIterator so that the operations are reversed.
|
SaveableColor |
|
SaveablePoint |
|
SelectBeginningOfLineAction |
|
SelectEndOfLineAction |
|
StringFormat |
Class with static methods formatting values in hex.
|
StringUtilities |
Class with static methods that deal with string manipulation.
|
Swing |
A utility class to handle running code on the AWT Event Dispatch Thread
|
SystemUtilities |
General purpose class to provide convenience methods for doing "System" type
stuff, e.g., find resources, date/time, etc.
|
TaskUtilities |
|
TestSuiteUtilities |
A set of static utilities to facilitate JUnit testing.
|
TestUniversalIdGenerator |
|
UndefinedFunction |
|
UniversalID |
|
UniversalIdGenerator |
|
UserSearchUtils |
This class converts user inputted strings and creates Pattern s from them
that can be used to create Matcher objects.
|
VersionExceptionHandler |
|
WordLocation |
|
XmlProgramUtilities |
|