|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jreqtools.AbstractRequester
de.hillenbrand.jreqtools.OkCancelRequester
de.hillenbrand.swing.plaf.threeD.HBorderRequester
public class HBorderRequester
Field Summary | |
---|---|
protected int |
borderType
|
Fields inherited from class de.hillenbrand.jreqtools.OkCancelRequester |
---|
answer, cancel, comment, drawFirstSeparator, drawSecondSeparator, icon, ok |
Fields inherited from class de.hillenbrand.jreqtools.AbstractRequester |
---|
CANCEL, dialog, listener, message, OK, title |
Constructor Summary | |
---|---|
HBorderRequester(int bordertype)
|
Method Summary | |
---|---|
protected void |
cancel()
|
int |
getBorderType()
Returns the value of the borderType property. |
protected javax.swing.JPanel |
getUserPanel()
|
protected void |
ok()
|
protected void |
prepareForRequest()
This method is being called directly before the dialog will be shown. |
void |
setBorderType(int arg)
Assigns the value of the borderType property. |
Methods inherited from class de.hillenbrand.jreqtools.OkCancelRequester |
---|
createContentPane, getComment, getDefaultButton, getIcon, getOkTriggerComponent, getPreferredRequesterSize, getReturnValue, isDrawFirstSeparator, isDrawSecondSeparator, setCancelButtonText, setComment, setDrawFirstSeparator, setDrawSecondSeparator, setDrawSeparators, setIcon, setOkButtonText, simulateCancelPressed, simulateOkPressed, validateData |
Methods inherited from class de.hillenbrand.jreqtools.AbstractRequester |
---|
_checkLocation, _checkLocation, _checkSize, _checkSize, checkForClass, enableHelpKey4JavaHelp, getBounds, getLocation, getMessage, getSize, getTitle, request, request, request, setBorder, setBounds, setBounds, setLocation, setLocation, setMessage, setSize, setSize, setTitle, setVisible, showError, showException, showMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int borderType
Constructor Detail |
---|
public HBorderRequester(int bordertype)
Method Detail |
---|
protected void cancel()
cancel
in class OkCancelRequester
public int getBorderType()
protected javax.swing.JPanel getUserPanel()
getUserPanel
in class OkCancelRequester
protected void ok()
ok
in class OkCancelRequester
protected void prepareForRequest()
AbstractRequester
prepareForRequest
in class OkCancelRequester
public void setBorderType(int arg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |