Skip to content

arfbtwn/Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

A collection of (mostly) static utility classes and methods. Crafted
for function and fun.

- Reflection (Recursive and Iterative implementations)
- Conversion (byte => unsigned, Byte[] <=> byte[], byte[] => String)
- Logging (TextFileHandler)
- Byte array search (Knuth-Morris-Pratt)
- Abstract data types
  > Binary Coded Decimal
  > Byte Field Mapping
- Linq style generic Expression and Predicate support
- GUI toolkit
  > Property Binding (Basic, Generic and Fluent)
  > JTable Generic EditableTableModel (wraps List<T>)
  > JList panel wrapper (Add/Remove/Up/Down controls)
  > FieldPanelRenderer for JTables containing ByteFields
  > ImageCellRenderer for JLists containing Images
  > TableModel for viewing byte[]s
  > Look and Feel dialog
  > NotificationListAdapter for observable List<T>

About

A collection of my (mostly) static rantings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages