be.lassi.ui.sheet
Class SheetPresentationModel
java.lang.Object
be.lassi.ui.sheet.SheetPresentationModel
- All Implemented Interfaces:
- ShowContextListener
public class SheetPresentationModel
- extends java.lang.Object
- implements ShowContextListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMN_WIDTH
protected static final int COLUMN_WIDTH
- See Also:
- Constant Field Values
SheetPresentationModel
public SheetPresentationModel(ShowContext context)
bindChangeTimingField
public void bindChangeTimingField(TimingField field)
bindDefaultTimingField
public void bindDefaultTimingField(TimingField field)
getActions
public SheetActions getActions()
getCellFocus
public CellFocus getCellFocus()
getCellFocusListener
public CellFocusListener getCellFocusListener()
getDetailHeaderMouseListener
public java.awt.event.MouseListener getDetailHeaderMouseListener()
getDirtyModel
public com.jgoodies.binding.value.ValueModel getDirtyModel()
getHeaderSelectionListener
public javax.swing.event.ListSelectionListener getHeaderSelectionListener()
getMidiEnabled
public com.jgoodies.binding.value.ValueModel getMidiEnabled()
getMouseWheelListener
public SheetPresentationModel.TableMouseWheelListener getMouseWheelListener()
getScrollPaneMouseListener
public java.awt.event.MouseListener getScrollPaneMouseListener()
getStatusText
public com.jgoodies.binding.value.ValueHolder getStatusText()
getTableModelDetails
public SheetTableModelDetails getTableModelDetails()
getTableModelHeaders
public SheetTableModelHeaders getTableModelHeaders()
hooverOverDetailAt
public void hooverOverDetailAt(int row,
int column)
postShowChange
public void postShowChange()
- Description copied from interface:
ShowContextListener
- Performs the activities that have to be carried out on
the new show after a show change.
- Specified by:
postShowChange
in interface ShowContextListener
preShowChange
public void preShowChange()
- Description copied from interface:
ShowContextListener
- Performs the activities that have to be carried out on the
old show before a show change.
- Specified by:
preShowChange
in interface ShowContextListener