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 texts in different border styles

Usage

DefaultCLabel

Lookup for a CLabel

CLabel cLabel = new DefaultCLabel();

Get CLabel text

cLabel.getText(); 

Short notation

new DefaultCLabel().getText();
Clone this wiki locally