Uses of Class
org.boehn.kmlframework.kml.Update

Packages that use Update
org.boehn.kmlframework.kml   
 

Uses of Update in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return Update
 Update NetworkLinkControl.getUpdate()
           
 

Methods in org.boehn.kmlframework.kml with parameters of type Update
 void NetworkLinkControl.setUpdate(Update update)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type Update
NetworkLinkControl(java.lang.Double minRefreshPeriod, java.lang.Double maxSessionLength, java.lang.String cookie, java.lang.String message, java.lang.String linkName, java.lang.String linkDescription, java.lang.String linkSnippet, java.lang.Integer linkSnippetMaxLines, java.lang.String expires, Update update, AbstractView abstractView)