| Interface | Description |
|---|---|
| LoggableTree |
This interface applies at the tree level and only serves to determine the
object that are compatible with the tree logger in the repicea-foresttools
library.
|
| TreeLoggerChangeListener |
The TreeLoggerChangeListener interface should be implemented by instances that listen
to a TreeLoggerWrapper instance.
|
| Class | Description |
|---|---|
| LogCategory |
This abstract class ensures that any TreeLogCategory-derived object has
at least (1) a name, (2) a list of end use products and (3) a method that
returns the yield of the piece.
|
| LogCategoryPanel<T extends LogCategory> |
The TreeLogCategoryPanel class is the main class for any panel that allows the configuration
of a specific TreeLogCategory.
|
| TreeLogger<Parameter extends TreeLoggerParameters<? extends LogCategory>,Tree extends LoggableTree> |
The TreeLogger abstract class is the class from which a the tree loggers must inherit.
|
| TreeLoggerAWTProperty |
The TreeLoggerAWTProperty class contains the event that are thrown by the
TreeLoggerParameterDialog class.
|
| TreeLoggerCompatibilityCheck |
The TreeLoggerCompatibilityCheck class provides some parameters than can be included in the compatibility check
of the tree loggers.
|
| TreeLoggerDescription |
The TreeLoggerDescription class has an address for a TreeLogger instance.
|
| TreeLoggerEvent |
The TreeLoggerEvent class is a basic event that is sent every time the TreeLogger instance
is changed in the TreeLoggerWrapper class.
|
| TreeLoggerManager | |
| TreeLoggerParameters<LC extends LogCategory> |
The TreeLoggerParameters contains the basic features for defining the
parameters of a treelogger.
|
| TreeLoggerParameters.TreeLoggerParametersFileFilter | |
| TreeLoggerParametersDialog<P extends LogCategory> |
The TreeLoggerParametersDialog is the abstract dialog that enables the specification of the different log grades or log categories.
|
| TreeLoggerParametersDialog.CustomJList | |
| TreeLoggerWrapper | Deprecated |
| WoodPiece |
A basic wood piece from a logger.
|
| Enum | Description |
|---|---|
| LogCategoryPanel.MessageID |
This enum variable contains the common labels for a TreeLogCategoryPanel.
|
| TreeLoggerParametersDialog.MessageID |
This enum variable contains the different messages displayed by the TreeLoggerParametersDialog classes.
|
| WoodPiece.Property |