Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Package
Next Package
VUtils – Release 1
Package org.violetlib.util
Deprecated: ShowHide

Package org.violetlib.util

  • Interface Summary 
    Interface Description
    CleaningService.Cleanable
    This interface provides the ability to explicitly run a registered cleaning action.
    ErrorReporter
    A simple interface for reporting errors.
    Extensible
    An interface that allows the runtime discovery of additional supported interfaces.
    MessageReporter
     
    SimpleReporter
    A simple interface for reporting errors and information.
    TextPresentationModel<E>
    An encapsulation of the knowledge of presenting and (optionally) editing a certain class of values using text.
  • Class Summary 
    Class Description
    CleaningService
    A wrapper around the JDK 8 and JDK 9+ Cleaners.
    Extensions
    Obtain an object extension that is required.
    FormattedMessageSupport
     
    JavaPlatform
    Obtain information about the Java plaatform.
    NullReporter
    A reporter that discards the messages.
    StringMessageReporter
    A message reporter that collects messages in a String.
    ValidationStatus
    A description of the validity of user input.
    ValueStatus<V>
    A description of parsed user input.
    VObjects