Beispiel #1
0
 /** Update the lock icon to correspond to our latest state. */
 protected void updateLockIconToLatest(Tab t) {
   if (t != null && t.inForeground()) {
     updateLockIconImage(t.getSecurityState());
   }
 }