Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Riena Migrating to 2.0 from 1.2

Revision as of 15:21, 29 January 2010 by Unnamed Poltroon (Talk) (New page: == Introduction == Explains how to migrate to Riena 2.0 from 1.2. While every effort was made to avoid breakage, there are a few areas of incompatibility or new APIs that should be adop...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Explains how to migrate to Riena 2.0 from 1.2.

While every effort was made to avoid breakage, there are a few areas of incompatibility or new APIs that should be adopted by clients. This page describes those areas and provides migration instructions.

Incompatibilities

ITextRidget - Removed getAlignment() and setAlignment(int) methods

SWT does not support changing the alignment after creating a Text widget. In 1.2 all occurrences of these methods have intentionally thrown an UnsupportedOperationException. These methods have been removed in 2.0.

Adopting 2.0 mechanisms and API

TBD

Copyright © Eclipse Foundation, Inc. All Rights Reserved.