Class JDPCustomPopup

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JDPCustomPopup

public class JDPCustomPopup
extends Panel
Class JDPCustomPopup represents a custom popup for use in the JDPTextGrid.


Variable Index

 o fm

Constructor Index

 o JDPCustomPopup()
Creates a custom popup for use in the JDPTextGrid.

Method Index

 o getBorder()
Determine where the border has been selected to be displayed.
 o handleEvent(Event)
 o layout()
 o minimumSize()
 o paint(Graphics)
 o preferredSize()
 o setBorder(boolean)
Set the border to be displayed.
 o update(Graphics)

Variables

 o fm
 protected FontMetrics fm

Constructors

 o JDPCustomPopup
 public JDPCustomPopup()
Creates a custom popup for use in the JDPTextGrid.

Methods

 o setBorder
 public void setBorder(boolean border)
Set the border to be displayed.

Parameters:
the - border setting.
 o getBorder
 public boolean getBorder()
Determine where the border has been selected to be displayed.

Returns:
the border setting.
 o layout
 public void layout()
Overrides:
layout in class Container
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o update
 public void update(Graphics g)
Overrides:
update in class Component
 o handleEvent
 public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o preferredSize
 public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o minimumSize
 public Dimension minimumSize()
Overrides:
minimumSize in class Container