|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.JDisplayFrame.DFFormSheetContainer
private static class JDisplayFrame.DFFormSheetContainer
Field Summary | |
---|---|
private JDisplayFrame |
m_jdfOwner
|
Constructor Summary | |
---|---|
JDisplayFrame.DFFormSheetContainer(JDisplayFrame jdfOwner)
|
Method Summary | |
---|---|
void |
closeFormSheet(FormSheet fs)
Delegated to owner's method. |
void |
onFormSheetButtonAdded(FormSheet fs,
FormSheet.FormButton fb)
Delegated to owner's method. |
void |
onFormSheetButtonbarPositionChanged(FormSheet fs,
int position)
Notification event informing about a change of the Buttonbar's position |
void |
onFormSheetButtonRemoved(FormSheet fs,
FormSheet.FormButton fb)
Delegated to owner's method. |
void |
onFormSheetButtonsCleared(FormSheet fs)
Delegated to owner's method. |
void |
onFormSheetCaptionChanged(FormSheet fs,
java.lang.String sNewCaption)
Delegated to owner's method. |
void |
onFormSheetComponentChanged(FormSheet fs,
javax.swing.JComponent jcmpNew)
Delegated to owner's method. |
void |
setOwner(JDisplayFrame jdfOwner)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private transient JDisplayFrame m_jdfOwner
Constructor Detail |
---|
public JDisplayFrame.DFFormSheetContainer(JDisplayFrame jdfOwner)
Method Detail |
---|
public void setOwner(JDisplayFrame jdfOwner)
public void onFormSheetButtonsCleared(FormSheet fs)
onFormSheetButtonsCleared
in interface FormSheetContainer
fs
- the FormSheet whose button bar was cleared.public void onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
onFormSheetButtonAdded
in interface FormSheetContainer
fs
- the FormSheet whose button bar changed.fb
- the button that was added to the FormSheet.public void onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
onFormSheetButtonRemoved
in interface FormSheetContainer
fs
- the FormSheet whose button bar changed.fb
- the button that was removed from the FormSheet.public void closeFormSheet(FormSheet fs)
closeFormSheet
in interface FormSheetContainer
fs
- the FormSheet to be closed.public void onFormSheetComponentChanged(FormSheet fs, javax.swing.JComponent jcmpNew)
onFormSheetComponentChanged
in interface FormSheetContainer
fs
- the FormSheet whose component changed.jcmpNew
- the new component of the FormSheet.public void onFormSheetCaptionChanged(FormSheet fs, java.lang.String sNewCaption)
onFormSheetCaptionChanged
in interface FormSheetContainer
fs
- the FormSheet whose caption changed.sNewCaption
- the new caption of the FormSheet.public void onFormSheetButtonbarPositionChanged(FormSheet fs, int position)
FormSheetContainer
onFormSheetButtonbarPositionChanged
in interface FormSheetContainer
fs
- the Formsheet whose Buttonbar position changedposition
- the new buttonbar position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |