Skip to content
mlabuda edited this page Feb 17, 2014 · 8 revisions

API / Abstract

  • CLabel / AbstractCLabel

Implementation(s)

  • DefaultCLabel

Description

CLabel is custom Eclipse label which supports alligned images and text.

Usage

DefaultCLabel

Look up a CLabel

CLabel cLabel = new DefaultCLabel();

Get CLabel text

String text = cLabel.getText(); 

Short notation

String text = new DefaultCLabel().getText();
Clone this wiki locally