Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Renaming Interfaces

Dear colleagues,

I would like to rename several interfaces to align Riena more closely
with SWT/JFace naming conventions. Below is list of proposed changes.
Please let me know if you have any objections.


ITextFieldRidget -> ITextRidget  
INumericValueTextFieldRidget -> INumericTextRidget
IDecimalValueTextFieldRidget -> IDecimalTextRidget
IDateTextFieldRidget -> IDateTextRidget

ITreeRidget.collapseTree() -> ITreeRidget.collapseAll()
ITreeRidget.expandTree() -> ITreeRidget.expandAll()

IComboBoxRidget -> IComboRidget
IComboBoxEntryFactory -> IComboEntryFactory

IWindowRidget -> IShellRidget

IActionRidget -> IButtonRidget


Looking forward for your feedback.

Kind regards,
Elias.



Back to the top