Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
mlabuda edited this page Feb 13, 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