Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Oracle Forms PJCs/Java Beans

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

A non rectangular button's PJC

A non rectangular button's PJC

Purpose Here is a Pluggable Java Component that allows to have non rectangular buttons. Because it uses the Gradient features, it needs, at least the Sun java plugin 1.4 It won't run against JInitiator You can have shapes described by polygon coordinate...

Lire la suite
Publicité

An "auto completion" Java Bean

An "auto completion" Java Bean

Purpose Here is a Java Bean that allows to manage an "auto completion" Swing JComboBox. The Java code CBAutoCompletion.java ComboBoxCompletion.java The implementation class of the Bean Item oracle.forms.fd.ComboBoxCompletion The methods you can set Init...

Lire la suite

A Java Bean to get the client machine information

A Java Bean to get the client machine information

Purpose Here is a Java Bean that allows to get some client machine information. The Java code ClientInfos.java The implementation class of the Bean Item oracle.forms.fd.ClientInfos The methods you can get Get all client information Get_Custom_Property('BLOCK.ITEM',1,'...

Lire la suite

KeyEvent Java Bean

KeyEvent Java Bean

Purpose Here is a Java Bean that allows sending back to the Forms application each key pressed in any Text Item. The Java code keypressed.java The implementation class of the Bean Item oracle.forms.fd.KeyPressed The methods you can call Initialize the...

Lire la suite
Publicité

A Java swing calendar

A Java swing calendar

Purpose Here is a Java bean that allows to choose a date from a Java swing calendar. The Java calendar itself is from Kai Toedter - Released under GNU Lesser General Public License - www.toedter.com It needs the Sun Java plugin to run (won't run with...

Lire la suite

Images : keep the initial quality - phase III

Images : keep the initial quality - phase III

Purpose Here is a Java Bean that allows reading, displaying with scaling and writing images. It allows scaling images to fit the target item size, and includes a FileChooser with image preview dialog. In its third version, it does not need any JDBC connexion...

Lire la suite

A Bean to encapsultate the JDAPI utility

A Bean to encapsultate the JDAPI utility

This Java Bean allows to process massive updates to the Forms source files (.FMB) through an XML input file. Purpose The goal is to hide the complexity of the Java/JDAPI stuff for those people that do not have time/skill to implement this Java API. All...

Lire la suite

A JavaBean to handle CLOB/NCLOB database columns in the Forms application

A JavaBean to handle CLOB/NCLOB database columns in the Forms application

Purpose Here is a Java Bean to handle CLOB/NCLOB database columns in a Forms application. It needs a database package to read the LOB data from the database, split into chunks in order to send them to Forms and finally to the JavaBean, and also to send...

Lire la suite
Publicité

A JavaBean to read the Window Forms menu

A JavaBean to read the Window Forms menu

Purpose Here is a Java Bean to read the Window Forms menu option. You have access to every window opened in the Forms application to minimize or restore them. The Java code WindowMenu.java The implementation class of the Bean Item oracle.forms.fd.WindowMenu...

Lire la suite

The return of the Keep the Initial Image Quality

The return of the Keep the Initial Image Quality

Purpose Here is a Java Bean that allows reading, displaying with scaling and writing images. ( See the last evolution of this solution here ) This Bean allows scaling images to fit the target item size, and includes a FileChooser with image preview dialog....

Lire la suite