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.
-
fm
-
-
JDPCustomPopup()
- Creates a custom popup for use in the JDPTextGrid.
-
getBorder()
- Determine where the border has been selected to be displayed.
-
handleEvent(Event)
-
-
layout()
-
-
minimumSize()
-
-
paint(Graphics)
-
-
preferredSize()
-
-
setBorder(boolean)
- Set the border to be displayed.
-
update(Graphics)
-
fm
protected FontMetrics fm
JDPCustomPopup
public JDPCustomPopup()
- Creates a custom popup for use in the JDPTextGrid.
setBorder
public void setBorder(boolean border)
- Set the border to be displayed.
- Parameters:
- the - border setting.
getBorder
public boolean getBorder()
- Determine where the border has been selected to be displayed.
- Returns:
- the border setting.
layout
public void layout()
- Overrides:
- layout in class Container
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
update
public void update(Graphics g)
- Overrides:
- update in class Component
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class Component
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Container