-
Notifications
You must be signed in to change notification settings - Fork 43
CLabel
mlabuda edited this page Feb 17, 2014
·
8 revisions
- CLabel / AbstractCLabel
- DefaultCLabel
CLabel is custom Eclipse label which supports alligned images and text.
Look up a CLabel
CLabel cLabel = new DefaultCLabel();
Get CLabel text
String text = cLabel.getText();
Short notation
String text = new DefaultCLabel().getText();