wt.util
Interface Dumpable
- All Known Subinterfaces:
- ActionItemConfiguration, AttributeConfiguration, Configuration, ContainerConfiguration, LocalizedConfiguration, UIConfiguration
- All Known Implementing Classes:
- AbstractActionItemConfiguration, AbstractAttributeConfiguration, AbstractConfiguration, AbstractContainerConfiguration, AbstractIdentifier, AbstractLocalizedConfiguration, AbstractUIConfiguration, ActionConfiguration, ActionListConfiguration, TabConfiguration
- public interface Dumpable
The Dumpable interface defines a method that will be implemented for
a class that will determine how to dump the contents, or state, of the
object.
Supported API: true
Extendable: true
Method Summary |
void |
dump(DebugWriter writer)
Dumps the contents of this object to the passed writer. |
dump
public void dump(DebugWriter writer)
- Dumps the contents of this object to the passed writer.
Supported API: true
- Parameters:
writer
- the target that will handle the ouitput being dumped