net.sf.jmoney.entrytable |
|
Java Source File Name | Type | Comment |
BalanceColumn.java | Class | |
BaseEntryRowControl.java | Class | |
Block.java | Class | |
BlockLayout.java | Class | |
ButtonCellControl.java | Class | |
CellBlock.java | Class | Represents a block that represents a single child control in
both the header and the row controls. |
CellFocusListener.java | Class | |
CompressedStackLayout.java | Class | This Layout is similar to StackLayout in that it stacks all the controls one on top of the other
and the control specified in topControl is visible and all other controls are not visible.
Users must set the topControl value to flip between the visible items and then call
layout() on the composite which has the StackLayout.
Where this layout differs is that the preferred size of the control is the
preferred size of the top control, ignoring all other controls. |
DebitAndCreditColumns.java | Class | Represents a table column that is either the debit or the credit column. |
EntriesTable.java | Class | Class that displays a list of entries in a table. |
EntryData.java | Class | Class representing a top level entry in the list.
Note that it is entries and not transactions that are listed. |
EntryRowControl.java | Class | |
FocusCellTracker.java | Class | |
Header.java | Class | |
HorizontalBlock.java | Class | |
IBalanceChangeListener.java | Interface | |
ICellControl.java | Interface | This interface is used to control the cell controls in
an entries table. |
IContentProvider.java | Interface | |
IEntriesContent.java | Interface | Provides content to the entries table control. |
IndividualBlock.java | Class | Represents a column of data that can be displayed in the entries table,
edited by the user, sorted, or used in a filter.
All columns are managed by an object of this class. |
IRowProvider.java | Interface | |
OtherEntriesBlock.java | Class | This class represents a block that is used to display the fields from the
other entries in the transaction. |
OtherEntriesButton.java | Class | This class represents a button that appears in each row and, when pressed,
drops down a shell showing details of the other entries. |
OtherEntriesControl.java | Class | |
OtherEntriesPropertyBlock.java | Class | This class represents columns containing data from the other
entries. |
OtherEntriesShell.java | Class | This class implements the shell that drops down to show the split entries. |
PropertyBlock.java | Class | Represents a property that can be displayed in the entries table,
edited by the user, or used in the filter. |
ReusableRowProvider.java | Class | |
RowControl.java | Class | |
RowSelectionTracker.java | Class | |
SingleOtherEntryPropertyBlock.java | Class | Represents a property that can be displayed in the entries table,
edited by the user, or used in the filter. |
SplitEntryRowControl.java | Class | |
StackBlock.java | Class | This class represents a block where alternative layouts are shown,
depending on the type of the transaction.
This class contains an abstract method, getTopBlock. |
StackControl.java | Class | This is used in rows only, not for headers. |
VerticalBlock.java | Class | |
VirtualRowTable.java | Class | |