SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.util.SJDate

Packages that use SJDate
org.sourcejammer.project.view   
 

Uses of SJDate in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that return SJDate
 SJDate ViewLabel.getCreatedDate()
           
 SJDate NodeInfo.getCreatedDate()
          Returns the date the Node was added to the archive.
 SJDate NodeInfo.getCheckedOutDate()
           
 SJDate ViewNode.getCreatedDate()
          Returns the date the Node was added to the archive.
 SJDate Label.getCreatedDate()
           
 

Methods in org.sourcejammer.project.view with parameters of type SJDate
 void ViewLabel.setCreatedDate(SJDate d)
           
 void NodeInfo.setCreatedDate(SJDate d)
           
 void NodeInfo.setCheckedOutDate(SJDate d)
           
 void ViewNode.setCreatedDate(SJDate d)
           
 void Label.setCreatedDate(SJDate d)
           
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan