Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Extending VTextField to implement Mask like javax.swing.text.MaskFormatter

795142Dec 22 2010 — edited Dec 23 2010
Hi all,

i want to extend the VTextField(basic Forms text item) to implement the functionality (like invalidcharacters, grouping characters in a string like 22-333-444 etc)of javax.swing.text.MaskFormatter.
Can anyone please help me achving this.
Since Java class cannot extend 2 classes.
solution for multiple inheritance is implementing interfaces but since the classes are already present in jar(oracle.forms.ui.VTextField and javax.swing.text.MaskFormatter)
how can i achive this.


Please help me.

Thanks and Regards,
Ciju George
This post has been answered by François Degrelle on Dec 23 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 20 2011
Added on Dec 22 2010
4 comments
607 views