|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.salespointframework.desktop.multiwindow.JTabDisplay.JTDFormSheetContainer
private static class JTabDisplay.JTDFormSheetContainer
| Field Summary | |
|---|---|
private JTabDisplay |
m_jtdOwner
|
| Constructor Summary | |
|---|---|
JTabDisplay.JTDFormSheetContainer(JTabDisplay jtdOwner)
|
|
| 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(JTabDisplay jtdOwner)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private transient JTabDisplay m_jtdOwner
| Constructor Detail |
|---|
public JTabDisplay.JTDFormSheetContainer(JTabDisplay jtdOwner)
| Method Detail |
|---|
public void setOwner(JTabDisplay jtdOwner)
public void onFormSheetButtonsCleared(FormSheet fs)
onFormSheetButtonsCleared in interface FormSheetContainerfs - the FormSheet whose button bar was cleared.
public void onFormSheetButtonAdded(FormSheet fs,
FormSheet.FormButton fb)
onFormSheetButtonAdded in interface FormSheetContainerfs - 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 FormSheetContainerfs - the FormSheet whose button bar changed.fb - the button that was removed from the FormSheet.public void closeFormSheet(FormSheet fs)
closeFormSheet in interface FormSheetContainerfs - the FormSheet to be closed.
public void onFormSheetComponentChanged(FormSheet fs,
javax.swing.JComponent jcmpNew)
onFormSheetComponentChanged in interface FormSheetContainerfs - the FormSheet whose component changed.jcmpNew - the new component of the FormSheet.
public void onFormSheetCaptionChanged(FormSheet fs,
java.lang.String sNewCaption)
onFormSheetCaptionChanged in interface FormSheetContainerfs - the FormSheet whose caption changed.sNewCaption - the new caption of the FormSheet.
public void onFormSheetButtonbarPositionChanged(FormSheet fs,
int position)
FormSheetContainer
onFormSheetButtonbarPositionChanged in interface FormSheetContainerfs - 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 | |||||||||