Package oracle.forms.fd

Interface Summary
FileDrop.Listener Implement this inner interface to listen for when files are dropped.
FileDrop.TransferableObject.Fetcher Instead of passing your data directly to the FileDrop.TransferableObject constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).
 

Class Summary
About About box
AboutBox  
AWTFileDialog A class to display an Open/Save File dialog
BevelArrowIcon  
BlankIcon  
DB_JDBC A class that handle client <--> database communication via the JDBC driver
DispatchingPJC DispatchingPJC
This PJC will call the dispatch function on the DispatchingBean
when a PJC property is set, however it can be used in any possible case..
DisplayImage A class to display an image in a Frame
DrawLAF A javabean to draw on the Forms current canevas
needs, at least, the JRE 1.6
DrawLAF.PopMenu  
DrawLAF.Typ_PJC  
DynTable A javabean that displays a JTable inside or outside the Forms frame
DynTable.DelegateHeaderRenderer  
FileDrop This class makes it easy to drag and drop files from the operating system to a Java program.
FileDrop.Event This is the event that is passed to the filesDropped(...) method in your FileDropListener when files are dropped onto a registered drop target.
FileDrop.TransferableObject At last an easy way to encapsulate your custom objects for dragging and dropping in your Java programs!
Filters class that handle the JFileChooser
Filters.ExampleFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
Filters.LabelAccessory  
FunButton A non rectangular Push Button
GetImageFileName A javabean to display an Open-dialog bow with image preview
GlassPanel  
ImageKit  
ImageReflexion  
ImageSpinner A component to show images in a JSpinner
ImageViewer A javabean to display a scrolling image slideshow
LAF_LOV A javabean to displays a LOV as a Swing JTable
LAF_Map A Java Bean to handle a HTML map
LAF_XP_Button A XP like Swing JButton's PJC
the standard Forms button is overloaded by a Swing JButton to allow the XP L&F style
need the JRE 1.4 to use Gradient feature
LAF_XP_CBox A XP like Check box
LAF_XP_ComboBox A XP like Editable combo
LAF_XP_PopList A XP like PopList
LAF_XP_RadioButton A XP like Radio button
LAF_XP_TextArea A XP like multi-line Text Item uses the Dispatching Bean from Tom Cleymans to send back messages to Form (see DrawLAF.java and DispatchingPJC.java)
LAF_XP_TextField A XP like single-line Text Item
uses the Dispatching Bean from Tom Cleymans to send back messages to Form (see DrawLAF.java and DispatchingPJC.java).
LAF_XP_TextField.PulsatingBorder  
LAF_XP_TList A XP like TList
LAFButton  
LAFPanel A JPanel to draw shapes with the Robot feature
LAFServer  
LAFSocketServer A Bean to transform the Forms module into a socket server
map_zone  
MemoryTool  
Messages Class that stores event message information
NewButton A class to handle dynamic created LAF buttons
NewImage A class to handle dynamic created Images
NewJSlider A class to handle dynamic created Swing JSlider
NewPasswordField A class to handle dynamic created Swing TextFields
NewTextArea A class to handle dynamic created awt Forms TextArea
NewTextArea2 A class to handle dynamic created Swing TextArea
NewTextField A class to handle dynamic created awt Forms TextFields
NewTextField2 A class to handle dynamic created Swing TextFields
ScreenshotPanel A class to take a client-area screenshot for Instant Messaging system
ScrollPanel A HTML Scrolling Panel
SortableTableModel  
SortButtonRenderer  
Sound A javabean that stores and plays sound files like : .WAV .AU .MID .AIFF
TableDialog  
TableSorter  
XPButton A XP like Command button