au.com.prunge.jgenfile
Interface OperationHintsCommonKeys


public interface OperationHintsCommonKeys

A collection of classes useful for creating operation hints.

This interface and its nested classes need only be used by developers of new operation hints keys and values. Users of JGenFile need only concern themselves with the constant keys and values in the OperationHints class.

Developers of new operation hints will typically create an instance of KeyImpl as a key, and create a subclass of AbstractValue and use instances of this class as values for that key.

Version:
1.0
Author:
Peter Runge

Nested Class Summary
static class OperationHintsCommonKeys.AbstractValue
          A value implementation that fills in toString(), etc.
static class OperationHintsCommonKeys.KeyImpl
          An simple key class.
static class OperationHintsCommonKeys.ProgressObservingValue