| 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 |
|
| ColorUtils.ColorBlender |
Blender of colors
|
| 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.
|
| 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 project file names.
|
| 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.
|
| StringUtilities.LineWrapper |
About the worst way to wrap lines ever
|
| 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 Patterns from them
that can be used to create Matcher objects.
|
| VersionExceptionHandler |
|
| WebColors |
Class for web color support.
|
| WordLocation |
|
| XmlProgramUtilities |
|