protected static void |
MetadataSource.add(MetadataSource.PropertyConsumer pc,
Member m,
java.lang.String key,
boolean value) |
Adds a new, localized boolean property to a consumer.
|
protected static void |
MetadataSource.add(MetadataSource.PropertyConsumer pc,
Member m,
java.lang.String key,
java.awt.image.BufferedImage image) |
Adds a new, localized thumbnail image to a consumer.
|
protected static void |
MetadataSource.add(MetadataSource.PropertyConsumer pc,
Member m,
java.lang.String key,
java.lang.String value) |
Adds a new, localized property to a consumer.
|
protected static void |
MetadataSource.add(MetadataSource.PropertyConsumer pc,
Member m,
java.lang.String key,
javax.swing.Icon image) |
Adds a new, localized thumbnail image to a consumer.
|
void |
MetadataSource.fillInMetadata(Member m,
MetadataSource.PropertyConsumer pc) |
|
void |
MetadataSource.ThreadedMetadataSource.fillInMetadata(Member m,
MetadataSource.PropertyConsumer pc) |
|
protected void |
MetadataSource.fillInMetadataImpl(Member m,
MetadataSource.PropertyConsumer pc) |
Called to publish metadata to a consumer.
|
protected void |
MetadataSource.ThreadedMetadataSource.fillInMetadataImpl(Member m,
MetadataSource.PropertyConsumer pc) |
|
protected abstract void |
MetadataSource.ThreadedMetadataSource.fillInThreadedMetadataImpl(Member m,
MetadataSource.PropertyConsumer pc) |
This method is called from a background thread to allow the source to
fill in additional metadata that may be expensive to generate.
|
protected boolean |
MetadataSource.ThreadedMetadataSource.pause(MetadataSource.PropertyConsumer pc) |
Briefly pauses the current thread, then returns false if the
property consumer is no longer valid or the thread was interrupted.
|