org.autoplot.pngwalk.QualityControlRecord


PROP_STATUS


addPropertyChangeListener

addPropertyChangeListener( java.beans.PropertyChangeListener l ) → void

Parameters

l - a PropertyChangeListener

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


getCommentsHTML

getCommentsHTML( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc]


getImageURI

getImageURI( ) → URI

Returns:

java.net.URI

[search for examples] [view on GitHub] [view on old javadoc]


getLastComment

getLastComment( ) → String

return the last comment.

Returns:

the last comment, or "" if no comments have been added.

[search for examples] [view on GitHub] [view on old javadoc]


getNewCommentText

getNewCommentText( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc]


getRecord

getRecord( java.net.URI imageURI ) → QualityControlRecord

Retrieve the quality control record for the named pngwalk image. It is assumed that the previously saved record, if there is one, exists in the same folder as the image. If a saved record is not found, a new one will be created.

Parameters

imageURI - an URI

Returns:

an org.autoplot.pngwalk.QualityControlRecord

[search for examples] [view on GitHub] [view on old javadoc]

getRecord( java.net.URI imageURI, java.net.URI qcFolder ) → QualityControlRecord

getStatus

getStatus( ) → Status

Returns:

org.autoplot.pngwalk.QualityControlRecord.Status

[search for examples] [view on GitHub] [view on old javadoc]


removePropertyChangeListener

removePropertyChangeListener( java.beans.PropertyChangeListener l ) → void

Parameters

l - a PropertyChangeListener

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


save

save( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


setNewCommentText

setNewCommentText( String reviewer, String commentText ) → void

Set the "new" commentText on this record. This commentText will be appended to the existing list of comments when the record is written.

Parameters

reviewer - a String
commentText - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


setStatus

setStatus( org.autoplot.pngwalk.QualityControlRecord.Status newStatus ) → void

Parameters

newStatus - a QualityControlRecord.Status

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]