|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by classes that wish to be able to use the AddKeyValueFrame class. Specifies a number of methods that must be implemented in order for the AddKeyValueFrame class to work. Other classes are planned that will also require a class to implement this interface.
Method Summary | |
void |
addFrameClosing(JFrame frame)
Called when a frame that was created to add data is being closed. |
void |
addFrameClosing(JFrame frame,
boolean cancelled)
Called when a frame that was created to add data is being closed. |
boolean |
isHighlighting()
Checks to see if required field highlighting has been requested. |
boolean |
isToolTips()
Checks to see if the user has indicated a desire to see tooltips. |
Method Detail |
public boolean isHighlighting()
true
if the highlighting has been requested,
false
otherwise.public void addFrameClosing(JFrame frame)
frame
- The JFrame that is being closed.public void addFrameClosing(JFrame frame, boolean cancelled)
frame
- The JFrame that is being closed.cancelled
- If set to true
, indicates the frame
was closed by cancelling out of it. this could be via a cancel button or
by using the window decorations.public boolean isToolTips()
true
if tool tips have been requested,
false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |