Package com.google.gwtexpui.clippy.client

Examples of com.google.gwtexpui.clippy.client.CopyableLabel.addStyleName()


      body.add(hdr);

      final CopyableLabel lbl;
      lbl = new CopyableLabel(info.getHostIdent() + " " + info.getHostKey());
      lbl.setPreviewText(SshPanel.elide(lbl.getText(), 80));
      lbl.addStyleName(Gerrit.RESOURCES.css().sshHostKeyPanelKnownHostEntry());
      body.add(lbl);
    }
    initWidget(body);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.