org.salespointframework.desktop.multiwindow
Class JTabDisplay.JTDFormSheetContainer

java.lang.Object
  extended by org.salespointframework.desktop.multiwindow.JTabDisplay.JTDFormSheetContainer
All Implemented Interfaces:
FormSheetContainer
Enclosing class:
JTabDisplay

private static class JTabDisplay.JTDFormSheetContainer
extends java.lang.Object
implements FormSheetContainer


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

m_jtdOwner

private transient JTabDisplay m_jtdOwner
Constructor Detail

JTabDisplay.JTDFormSheetContainer

public JTabDisplay.JTDFormSheetContainer(JTabDisplay jtdOwner)
Method Detail

setOwner

public void setOwner(JTabDisplay jtdOwner)

onFormSheetButtonsCleared

public void onFormSheetButtonsCleared(FormSheet fs)
Delegated to owner's method.

Specified by:
onFormSheetButtonsCleared in interface FormSheetContainer
Parameters:
fs - the FormSheet whose button bar was cleared.

onFormSheetButtonAdded

public void onFormSheetButtonAdded(FormSheet fs,
                                   FormSheet.FormButton fb)
Delegated to owner's method.

Specified by:
onFormSheetButtonAdded in interface FormSheetContainer
Parameters:
fs - the FormSheet whose button bar changed.
fb - the button that was added to the FormSheet.

onFormSheetButtonRemoved

public void onFormSheetButtonRemoved(FormSheet fs,
                                     FormSheet.FormButton fb)
Delegated to owner's method.

Specified by:
onFormSheetButtonRemoved in interface FormSheetContainer
Parameters:
fs - the FormSheet whose button bar changed.
fb - the button that was removed from the FormSheet.

closeFormSheet

public void closeFormSheet(FormSheet fs)
Delegated to owner's method.

Specified by:
closeFormSheet in interface FormSheetContainer
Parameters:
fs - the FormSheet to be closed.

onFormSheetComponentChanged

public void onFormSheetComponentChanged(FormSheet fs,
                                        javax.swing.JComponent jcmpNew)
Delegated to owner's method.

Specified by:
onFormSheetComponentChanged in interface FormSheetContainer
Parameters:
fs - the FormSheet whose component changed.
jcmpNew - the new component of the FormSheet.

onFormSheetCaptionChanged

public void onFormSheetCaptionChanged(FormSheet fs,
                                      java.lang.String sNewCaption)
Delegated to owner's method.

Specified by:
onFormSheetCaptionChanged in interface FormSheetContainer
Parameters:
fs - the FormSheet whose caption changed.
sNewCaption - the new caption of the FormSheet.

onFormSheetButtonbarPositionChanged

public void onFormSheetButtonbarPositionChanged(FormSheet fs,
                                                int position)
Description copied from interface: FormSheetContainer
Notification event informing about a change of the Buttonbar's position

Specified by:
onFormSheetButtonbarPositionChanged in interface FormSheetContainer
Parameters:
fs - the Formsheet whose Buttonbar position changed
position - the new buttonbar position