SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y

G

garblePassWD(String) - Static method in class users.User
Garble a password using the global password garbler, if any.
garblePassWD(String) - Method in interface users.PassWDGarbler
Garble the given password and return the result.
Gate - interface sale.Gate.
A node in the graph representing the deterministic finite automaton implementing a process.
GateChangeTransition - class sale.GateChangeTransition.
Convenience implementation of a Transition that simply changes to another gate.
GateChangeTransition(Gate) - Constructor for class sale.GateChangeTransition
Create a new GateChangeTransition.
get(DataBasketCondition) - Method in interface data.DataBasket
Get the first entry found that matches the given condition.
get(DataBasketCondition) - Method in class data.ooimpl.DataBasketImpl
Get the first entry in the DataBasket that matches the condition.
get(DataBasketCondition) - Method in class data.ooimpl.DataBasketImpl.SubDataBasket
Get the first entry in this subbasket that matches the condition, if any.
get(String, DataBasket, boolean) - Method in interface data.Catalog
Get a CatalogItem by its key.
get(String, DataBasket, boolean) - Method in interface data.Stock
Iterate all items with a given key.
get(String, DataBasket, boolean) - Method in class data.filters.CatalogFilter
Get the indicated item from the source Catalog if it is contained in the filtered Catalog.
get(String, DataBasket, boolean) - Method in class data.filters.CountingStockFilter
Return all items with the given key that are contained in the filtered Stock.
get(String, DataBasket, boolean) - Method in class data.filters.StoringStockFilter
Get all StockItems for a given key that are contained in the filtered Stock.
get(String, DataBasket, boolean) - Method in class data.ooimpl.CatalogImpl
Get the indicated item from the Catalog.
get(String, DataBasket, boolean) - Method in class data.ooimpl.CountingStockImpl
Iterate all items with a given key.
get(String, DataBasket, boolean) - Method in class data.ooimpl.StoringStockImpl
Iterate all items with a given key.
getAccelerator() - Method in class sale.MenuSheetItem
Get the accelerator of this MenuSheetItem.
getAction() - Method in class data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
Get the action code.
getActionLock() - Method in class sale.MenuSheetItem
Return the monitor used to synchronized access to the m_aAction.
getActionName() - Method in class data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
Get the name of the action.
getAffectedEntry() - Method in class data.events.DataBasketEvent
Get the affected DataBasketEntry.
getAffectedItem() - Method in class data.events.CatalogChangeEvent
Get the item that is affected by the change.
getAffectedItems() - Method in class data.events.StockChangeEvent
Get the items that are affected by the event.
getAffectedKey() - Method in class data.events.StockChangeEvent
Get the name of the items that are affected by the event.
getAssociatedItem(DataBasket) - Method in interface data.StockItem
Get the CatalogItem that is associated to this StockItem.
getAssociatedItem(DataBasket) - Method in class data.filters.AbstractStockFilter
Get the source Stock's associated item.
getAssociatedItem(DataBasket) - Method in class data.ooimpl.StockItemImpl
Get the CatalogItem that is associated with this StockItem.
getBasket() - Method in class sale.SalesPoint
Get the DataBasket currently attached to this SalesPoint.
getBasket() - Method in class sale.SaleProcess
Get the currently attached DataBasket.
getBasket() - Method in class data.events.CatalogChangeEvent
Get the DataBasket that was used to perform the operation.
getBasket() - Method in class data.events.StockChangeEvent
Get the DataBasket used for the operation.
getBid() - Method in class data.QuoteValue
Get the current bid of this QuoteValue.
getButton(int) - Method in class sale.FormSheet
Get a button from the FormSheet's button bar.
getButtonsLock() - Method in class sale.FormSheet
Get the monitor used to synchronize access to the FormSheet's button bar.
getCalendar() - Method in class sale.CalendarTime
Get the adapted Calendar.
getCapability(String) - Method in class users.User
Retrieve one of this user's capabilities.
getCapability(String) - Method in class users.events.CapabilityDataEvent
Return a capability if it is affected by this event.
getCapabilityCheckBox(String) - Method in class users.User
Return a checkbox that can be used to visualize and change the value of a certain capability of this user.
getCaption() - Method in class sale.FormSheet
Get the FormSheet's caption.
getCaption() - Method in class sale.FormSheet.FormButton
Get the caption of the button.
getCaption() - Method in class sale.MenuSheetObject
Get the MenuSheetObject's caption.
getCatalog() - Method in interface data.CatalogItem
Get the Catalog that currently contains this CatalogItem.
getCatalog() - Method in class data.filters.CatalogFilter
Get the source Catalog's Catalog.
getCatalog() - Method in class data.ooimpl.CatalogItemImpl
Get the Catalog of this CatalogItem.
getCatalog(DataBasket) - Method in interface data.Stock
Get the Catalog associated to this Stock.
getCatalog(DataBasket) - Method in class data.filters.AbstractStockFilter
Get the source Stock's Catalog.
getCatalog(DataBasket) - Method in class data.ooimpl.StockImpl
Get the Catalog associated to this Stock.
getCatalog(String) - Method in class sale.Shop
Get a Catalog from the global list of Catalogs.
getCatalog(String) - Method in class sale.Shop.ProcessHandle
 
getCatalog(String) - Method in class sale.SalesPoint
Return a Catalog for a given name.
getCatalog(String) - Method in interface sale.ProcessContext
Get a Catalog by its name.
getCellEditor(int) - Method in class util.swing.AbstractTableEntryDescriptor
Returns null to indicate that the default cell editor is to be used based on the cell value's class.
getCellEditor(int) - Method in interface util.swing.TableEntryDescriptor
Return the cell editor to be used for cells in the given column.
getCellRenderer(int) - Method in class data.swing.DefaultCurrencyItemTED
 
getCellRenderer(int) - Method in class data.swing.DefaultMoneyBagItemTED
 
getCellRenderer(int) - Method in class util.swing.AbstractTableEntryDescriptor
Returns null to indicate that the default cell renderer is to be used based on the cell value's class.
getCellRenderer(int) - Method in interface util.swing.TableEntryDescriptor
Return the cell renderer to be used for cells in the given column.
getCheckGate(SingleTableFormSheet) - Method in class data.stdforms.singletableformsheet.DefaultRemoveCatalogItemStrategy
Get the Gate that checks whether the removal is allowed.
getCheckMoveGate(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCStrategy
Get the first gate of a sub-process that will move items from one Catalog into another.
getCheckMoveGate(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Get the first gate of a sub-process that will move items from one Stock into another.
getCheckMoveGate(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Get the first gate of a sub-process that will move items from one Stock into another.
getCheckMoveToDestGate(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, DataBasket, CountingStock, DataBasketEntry, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, DataBasket, StoringStock, DataBasketEntry, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToDestGate(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Get the first gate of the sub-process that will move items from the source to the destination.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, CountingStock, DataBasket, DataBasketEntry, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, DataBasket, CountingStock, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, DataBasket, StoringStock, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, StoringStock, DataBasket, DataBasketEntry, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getCheckMoveToSourceGate(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Get the first gate of the sub-process that will move items from the destination to the source.
getChildrenLock() - Method in class data.ooimpl.DataBasketImpl
Return the monitor used to synchronize access to the list of children.
getCIDescription() - Method in class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry
Get the CatalogItem's description.
getColumnClass(int) - Method in class data.swing.DefaultCatalogItemDBETableEntryDescriptor
 
getColumnClass(int) - Method in class data.swing.DefaultCatalogItemTED
 
getColumnClass(int) - Method in class data.swing.DefaultCountingStockDBETableEntryDescriptor
 
getColumnClass(int) - Method in class data.swing.DefaultStockItemTED
 
getColumnClass(int) - Method in class data.swing.DefaultStoringStockDBETableEntryDescriptor
 
getColumnClass(int) - Method in class data.swing.DefaultCountingStockItemTED
 
getColumnClass(int) - Method in class data.swing.DefaultCurrencyItemTED
 
getColumnClass(int) - Method in class data.swing.DefaultMoneyBagItemTED
 
getColumnClass(int) - Method in class util.swing.AbstractTableModel
Get the class of the given column in this TableModel.
getColumnClass(int) - Method in interface util.swing.TableEntryDescriptor
Return the class of objects that make up the values of cells of the given column.
getColumnClass(int) - Method in class util.swing.TableMap
Klassenzugeh?rigkeit der Spalten.
getColumnClass(int) - Method in class log.swing.DefaultLogEntryTED
The column class of the first column is Date.class, that of the second column is String.class.
getColumnCount() - Method in class data.swing.DefaultCatalogItemDBETableEntryDescriptor
 
getColumnCount() - Method in class data.swing.DefaultCatalogItemTED
 
getColumnCount() - Method in class data.swing.DefaultCountingStockDBETableEntryDescriptor
 
getColumnCount() - Method in class data.swing.DefaultStockItemTED
 
getColumnCount() - Method in class data.swing.DefaultStoringStockDBETableEntryDescriptor
 
getColumnCount() - Method in class data.swing.DefaultCountingStockItemTED
 
getColumnCount() - Method in class util.swing.AbstractTableModel
Get the number of columns in this TableModel.
getColumnCount() - Method in interface util.swing.TableEntryDescriptor
Return the number of columns each record will consist of.
getColumnCount() - Method in class util.swing.TableMap
Die Anzahl der Spalten.
getColumnCount() - Method in class log.swing.DefaultLogEntryTED
There are two columns.
getColumnModel() - Method in class users.stdforms.UserTableFormSheet
Get the TableColumnModel of the JUserTable which is displayed.
getColumnName(int) - Method in class data.swing.DefaultCatalogItemDBETableEntryDescriptor
 
getColumnName(int) - Method in class data.swing.DefaultCatalogItemTED
 
getColumnName(int) - Method in class data.swing.DefaultCountingStockDBETableEntryDescriptor
 
getColumnName(int) - Method in class data.swing.DefaultStockItemTED
 
getColumnName(int) - Method in class data.swing.DefaultStoringStockDBETableEntryDescriptor
 
getColumnName(int) - Method in class data.swing.DefaultCountingStockItemTED
 
getColumnName(int) - Method in class util.swing.AbstractTableModel
Get the name of the given column in this TableModel.
getColumnName(int) - Method in interface util.swing.TableEntryDescriptor
Return the text to be printed in the header of the given column.
getColumnName(int) - Method in class util.swing.TableMap
Namen der Spalten.
getColumnName(int) - Method in class log.swing.DefaultLogEntryTED
The column name of the first column is "Date", that of the second column is "Description".
getColumnOrder(int) - Method in class util.swing.AbstractTableEntryDescriptor
Returns null because AbstractTableEntryDescriptor does not allow sorting by column by default.
getColumnOrder(int) - Method in interface util.swing.TableEntryDescriptor
Return a comparator to be used when ordering records by the specified column.
getCommitGate() - Method in class sale.SaleProcess
Return the gate to jump to when performing a commit.
getComponent() - Method in class sale.FormSheet
Get the component of this FormSheet.
getComponentLock() - Method in class sale.FormSheet
Get the monitor to be used when accessing this FormSheet's component.
getConfirmationCaption(SingleTableFormSheet, CatalogItem) - Method in class data.stdforms.singletableformsheet.DefaultRemoveCatalogItemStrategy
Get the caption for the default confirmation MsgForm.
getConfirmationText(SingleTableFormSheet, CatalogItem) - Method in class data.stdforms.singletableformsheet.DefaultRemoveCatalogItemStrategy
Get the text for the default confirmation MsgForm.
getContext() - Method in class sale.SaleProcess
Return the process context attached to this process.
getCount() - Method in class data.swing.CountingStockTableModel.Record
Get the number of items in this record.
getCount() - Method in class data.ooimpl.CountingStockItemDBEntry.CSDBELogEntry
Get the number of affected items.
getCreateCIGate(SingleTableFormSheet) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Get the first Gate in the sub-process.
getCurrentGate() - Method in class sale.SaleProcess
Return the gate at which the process currently stands or which it just left.
getCurrentMenuSheet() - Method in class sale.multiwindow.MultiWindow
Get the current global MenuSheet.
getCurrentProcess() - Method in class sale.SalesPoint
Get the process currently running on this SalesPoint, if any.
getCurrentSalesPoint() - Method in class sale.Shop
Return the current SalesPoint of the Shop.
getCurrentUser(Object) - Method in class users.UserManager
Retrieve the user currently associated with some Object.
getCurrentUser(SaleProcess) - Method in class sale.Shop.ProcessHandle
 
getCurrentUser(SaleProcess) - Method in class sale.SalesPoint
Get the current user for the given process.
getCurrentUser(SaleProcess) - Method in interface sale.ProcessContext
Get the user currently associated with the given process.
getData() - Method in class data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
Get the log entry describing the actual action.
getDateValue() - Method in class sale.Date
Convert the date to a Date object.
getDBIMonitor() - Method in class data.ooimpl.DataBasketImpl
Return the monitor used to synchronize access to the internal data structures of the DataBasket.
getDefaultFormSheet() - Method in class sale.SalesPoint
Get the default FormSheet for this SalesPoint.
getDefaultIcon() - Method in class sale.FormSheet.FormButton
Get the default icon of this Button.
getDefaultIcon() - Method in class sale.MenuSheet
Get the default icon of this MenuSheet.
getDefaultIcon() - Method in class sale.MenuSheetItem
Get the default icon of this MenuSheetItem.
getDefaultInterval() - Method in class sale.Date
Get the default time interval.
getDefaultInterval() - Method in class sale.Step
Get the default time interval.
getDefaultInterval() - Method in interface sale.Time
Get the default interval to be used by timers.
getDefaultInterval() - Method in class sale.CalendarTime
Get the default time interval.
getDefaultMenuSheet() - Method in class sale.SalesPoint
Get the default MenuSheet for this SalesPoint.
getDefaultStatusFormSheet() - Method in class sale.SalesPoint
Get the default status FormSheet for this SalesPoint.
getDefaultStatusMenuSheet() - Method in class sale.SalesPoint
Get the default status MenuSheet for this SalesPoint.
getDelay() - Method in class sale.AutoTimer
Get the current delay between timer ticks in milliseconds.
getDescriptor() - Method in class data.swing.CountingStockTableModel.Record
Get the CatalogItem describing the items represented by this record.
getDestination() - Method in class data.DataBasketConditionImpl
 
getDestination() - Method in interface data.DataBasketEntry
Get the destination of the operation described by the DataBasketEntry.
getDestination() - Method in interface data.DataBasketCondition
Return the destination for operations that match the condition.
getDestination() - Method in class data.ooimpl.DataBasketEntryImpl
Get the entry's destination.
getDestination() - Method in class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry
Get the destination Catalog's name.
getDestination() - Method in class data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
Get the destination Stock's name.
getDisabledIcon() - Method in class sale.FormSheet.FormButton
Get the disabled item of this Button.
getDisabledIcon() - Method in class sale.MenuSheet
Get the disabled item of this MenuSheet.
getDisabledIcon() - Method in class sale.MenuSheetItem
Get the disabled item of this MenuSheetItem.
getDisabledSelectedIcon() - Method in class sale.FormSheet.FormButton
Get the disabled selected item of this Button.
getDisabledSelectedIcon() - Method in class sale.MenuSheet
Get the disabled selected item of this MenuSheet.
getDisabledSelectedIcon() - Method in class sale.MenuSheetItem
Get the disabled selected item of this MenuSheetItem.
getDisplay() - Method in class sale.FormSheet
Get the currently attached FormSheetContainer.
getDisplay() - Method in class sale.SalesPoint
Return the display of this SalesPoint.
getDisplayCaption() - Method in class sale.multiwindow.MultiWindowHandle
 
getDisplayLock() - Method in class sale.FormSheet
Get the monitor used to synchronize access to the display.
getDisplayName() - Method in class users.AbstractCapability
Get the display name of this capability using the default locale.
getDisplayName() - Method in interface users.Capability
Get the display name for this capability according to the default locale.
getDisplayName(Locale) - Method in class users.AbstractCapability
Get the display name of this capability according to a locale.
getDisplayName(Locale) - Method in interface users.Capability
Get the display name for this capability according to a locale.
getEditCIGate(CatalogItem, SingleTableFormSheet, Transition) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Get a Gate at which a newly created CatalogItem can be edited by the user.
getEditingItemsContainer() - Method in class data.ooimpl.CatalogImpl
Get the map of items that are currently being edited.
getEditingItemsContainer() - Method in class data.ooimpl.StockImpl
Get the map of items that are currently being edited.
getEditProcess(SingleTableFormSheet, SaleProcess, SalesPoint) - Method in class data.stdforms.singletableformsheet.EditButtonStrategy
Get the first transition of the process that will perform the editing.
getEditProcess(SingleTableFormSheet, SaleProcess, SalesPoint) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
 
getEditProcess(SingleTableFormSheet, SaleProcess, SalesPoint) - Method in class data.stdforms.singletableformsheet.DefaultRemoveCatalogItemStrategy
 
getElementAt(int) - Method in class users.swing.UserListModel
Get a user by index.
getEntryDescriptor() - Method in class util.swing.AbstractTableModel
Get the TableEntryDescriptor that is used to split records into columns.
getEntryValue(DataBasketEntry) - Method in interface data.BasketEntryValue
Get a DataBasketEntry's value.
getErrorGate(int) - Method in class sale.SaleProcess
Return the gate to jump to when an error occurs.
getErrorMsg(int) - Method in class sale.SaleProcess
Return a readable version of the error message.
getFormSheet() - Method in class sale.FormSheet.FormButton
Get the FormSheet this button is attached to.
getFormSheet() - Method in class sale.events.FormSheetEvent
Get the affected FormSheet.
getFormSheet() - Method in class sale.multiwindow.MultiWindowHandle
Get the current FormSheet.
getFrameTitlePrefix() - Method in class sale.JDisplayFrame
 
getGate() - Method in class data.stdforms.TwoTableFormSheet
Get the gate at which the FormSheet is being displayed.
getGate() - Method in class data.stdforms.SingleTableFormSheet
Get the Gate this FormSheet is currently being displayed at.
getGate() - Method in class users.stdforms.UserTableFormSheet
Get the Gate this FormSheet is currently being displayed at.
getGlobalLog() - Static method in class log.Log
Returns the current global log file.
getGlobalPassWDGarbler() - Static method in class users.User
Get the global password garbler.
getGlobalUM() - Static method in class users.UserManager
Get the global UserManager.
getHandleCount() - Method in class sale.multiwindow.MultiWindow
Get the number of registered MultiWindowHandles.
getID() - Method in class sale.FormSheet.FormButton
Get the unique ID of this button.
getInitialGate() - Method in class sale.SaleProcess
Return the initial gate for this process.
getInterval() - Method in class sale.StepTimer
Get the current interval.
getInterval() - Method in interface sale.Timer
Get the current interval for calls to goAhead().
getItemsContainer() - Method in class data.ooimpl.CatalogImpl
Get the map of items that are completely contained in this Catalog.
getItemsContainer() - Method in class data.ooimpl.StockImpl
Get the map of items that are actually contained in the Stock.
getItemsLock() - Method in class data.ooimpl.CatalogImpl
Get the monitor synchronizing access to the several items maps.
getItemsLock() - Method in class data.ooimpl.StockImpl
Get the monitor synchronizing access to the Stock's contents.
getKey() - Method in class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry
Get the CatalogItem's key.
getKey() - Method in class data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
Get the affected item's key.
getLeftSelectedRecord() - Method in class data.stdforms.TwoTableFormSheet
Get the record currently selected in the left table.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class users.swing.JUserList.UserListCellRenderer
Configure this list cell renderer to display the given user's data and return this.
getListenerCount() - Method in class util.ListenerHelper
Return the total number of listeners for this listenerlist
getListenerCount(Class) - Method in class util.ListenerHelper
Return the total number of listeners of the supplied type for this listenerlist.
getListenerList() - Method in class util.ListenerHelper
This passes back the event listener list as an array of ListenerType - listener pairs.
getLogData() - Method in class sale.SaleProcess
Return information that describes the process for logging purposes.
getLogData() - Method in class data.ooimpl.DataBasketEntryImpl
Return a LogEntry that describes this DataBasketEntry.
getLogData() - Method in class data.ooimpl.CatalogItemDataBasketEntry
Return a LogEntry describing this DataBasketEntry.
getLogData() - Method in class data.ooimpl.StockItemDBEntry
Get a LogEntry describing this DataBasketEntry.
getLogData() - Method in class data.ooimpl.CountingStockItemDBEntry
Create and return a LogEntry describing this DataBasketEntry.
getLogData() - Method in interface log.Loggable
Called when the object is being logged.
getLogDate() - Method in class log.LogEntry
Returns the date this entry was logged.
getLogGate() - Method in class sale.SaleProcess
Return the gate that the process must jump to if it wishes to be logged before finishing.
getLogMode() - Method in interface data.DataBasket
Return the current log mode of the DataBasket.
getLogMode() - Method in class data.ooimpl.DataBasketImpl
Return the current log mode of the DataBasket.
getMainCatalog() - Method in class data.filters.CatalogFilter
Get the source catalog.
getMainKey() - Method in class data.DataBasketConditionImpl
 
getMainKey() - Method in interface data.DataBasketEntry
Get the DataBasketEntry's main key.
getMainKey() - Method in interface data.DataBasketCondition
Return the main key that DataBasketEntries must have to match the condition.
getMainKey() - Method in class data.ooimpl.DataBasketEntryImpl
Get the entry's main key.
getMainStock() - Method in class data.filters.AbstractStockFilter
Get the source stock.
getMenuBar() - Method in class sale.MenuSheet
Return the JMenuBar peer.
getMenuPeer() - Method in class sale.MenuSheetObject
Return the JMenu peer for this MenuSheetObject.
getMenuPeer() - Method in class sale.MenuSheet
For MenuSheets there is no difference between JMenuItem and JMenu peer, they are both JMenus.
getMenuPeer() - Method in class sale.MenuSheetSeparator
 
getMenuPeer() - Method in class sale.MenuSheetItem
Return the JMenu peer for this MenuSheetItem.
getMenuSheet() - Method in class sale.multiwindow.MultiWindowHandle
Get the current MenuSheet.
getMid() - Method in class data.QuoteValue
Get the mid of this value.
getMnemonic() - Method in class sale.FormSheet.FormButton
Get the Mnemonic of this Button.
getMnemonic() - Method in class sale.MenuSheet
Get the Mnemonic of this MenuSheet.
getMnemonic() - Method in class sale.MenuSheetItem
Get the Mnemonic of this MenuSheetItem.
getModel() - Method in class util.swing.TableMap
Gibt das Model zur?ck.
getMoveToDestProcess(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, DataBasket, CountingStock, DataBasketEntry, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, DataBasket, StoringStock, DataBasketEntry, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToDestProcess(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Get the sub-process that will move items from the source to the destination.
getMoveToSourceProcess(SaleProcess, SalesPoint, Catalog, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, Catalog, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CCSStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, Catalog, DataBasket, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CDBStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, Catalog, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSSStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, CountingStock, CountingStock, DataBasket, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSCSStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, CountingStock, DataBasket, DataBasketEntry, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.CSDBStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, DataBasket, Catalog, CatalogItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, DataBasket, CountingStock, CatalogItem, int, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBCSStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, DataBasket, StoringStock, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.DBSSStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, StoringStock, DataBasket, DataBasketEntry, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSDBStrategy
Get the sub-process that will move items from the destination to the source.
getMoveToSourceProcess(SaleProcess, SalesPoint, StoringStock, StoringStock, DataBasket, StockItem, TwoTableFormSheet) - Method in class data.stdforms.twotableformsheet.SSSSStrategy
Get the sub-process that will move items from the destination to the source.
getMultiWindowMenuSheet() - Method in class sale.multiwindow.MultiWindow
Return the MultiWindow management MenuSheet for this MultiWindow.
getName() - Method in class sale.SalesPoint
Return the name of this SalesPoint.
getName() - Method in class sale.SaleProcess
Return the name of this process.
getName() - Method in interface data.Nameable
Get the name of this Nameable object.
getName() - Method in class data.AbstractNameable
Get the name of the object.
getName() - Method in class data.filters.CatalogFilter
Get the source Catalog's name.
getName() - Method in class data.filters.AbstractStockFilter
Get the source Stock's name.
getName() - Method in class users.User
Retrieve the name of this user.
getName() - Method in class users.AbstractCapability
Get the capability's name.
getName() - Method in interface users.Capability
Get the name of this capability.
getNCMonitor() - Method in interface data.NameContext
Return an object that can be used as a monitor to synchronize name changes.
getNCMonitor() - Method in class data.ooimpl.CatalogImpl
Return the monitor used to synchronize access to the Catalog's internal data.
getNCMonitor() - Method in class data.ooimpl.StockImpl
Stocks will not allow name changes of StockItem, as a principle.
getNewHandle() - Method in class sale.multiwindow.MultiWindow
Returns a new Display and opens a new frame for it.
getNewKey(SingleTableFormSheet, SaleProcess) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Get the key of the new item.
getNextTransition(SaleProcess, User) - Method in interface sale.Gate
Determine the next Transition.
getNextTransition(SaleProcess, User) - Method in class sale.UIGate
 
getOffer() - Method in class data.QuoteValue
Get the current offer of this QuoteValue.
getOwner() - Method in interface data.DataBasketEntry
Return the DataBasket containing this DataBasketEntry.
getOwner() - Method in class data.ooimpl.DataBasketEntryImpl
Return the DataBasket containing this DataBasketEntry.
getParent() - Method in class sale.MenuSheetObject
Get the parent MenuSheet of this MenuSheetObject.
getPeer() - Method in class sale.FormSheet.FormButton
Get the JButton peer of this button.
getPeer() - Method in class sale.MenuSheetObject
Return the JMenuItem peer for this MenuSheetObject.
getPeer() - Method in class sale.MenuSheet
The JMenuItem peer of a MenuSheet is, of course, a JMenu.
getPeer() - Method in class sale.MenuSheetSeparator
 
getPeer() - Method in class sale.MenuSheetItem
Get the JMenuItem peer of the MenuSheetItem.
getPeerLock() - Method in class sale.FormSheet.FormButton
Return the monitor used to synchronized access to the peers.
getPeerLock() - Method in class sale.MenuSheet
Return the monitor used to synchronized access to the peers.
getPeerLock() - Method in class sale.MenuSheetItem
Return the monitor used to synchronized access to the peers.
getPersistentObject(Object) - Method in class sale.Shop
Get a persistent object.
getPersistentObjects() - Method in class sale.Shop
Get an iterator of all persistent objects.
getProcess() - Method in class sale.FormSheet
Get the currently attached process.
getProcessesLock() - Method in class sale.Shop
Return the monitor synchronizing access to the list of processes.
getProcessLock() - Method in class sale.SalesPoint
Return the monitor synchronizing process access.
getProcessName() - Method in class sale.SaleProcess.ProcessLogEntry
Return the name of the process that this log entry describes.
getQuitGate() - Method in class sale.SaleProcess
Return the gate to jump to when quitting the process.
getRecord(int) - Method in class data.swing.DataBasketTableModel
Get the record at the given index.
getRecord(int) - Method in class data.swing.CountingStockTableModel
Get the record at the given index.
getRecord(int) - Method in class data.swing.CatalogTableModel
Get the record at the given index.
getRecord(int) - Method in class data.swing.StoringStockTableModel
Get the record at the given index.
getRecord(int) - Method in class util.swing.AbstractTableModel
Get the record associated to the given row.
getRecord(int) - Method in class util.swing.TableMap
Wrapper - getRecord
getRecord(int) - Method in class util.swing.TableSorter
Wrapper - getRecord
getRecord(int) - Method in class users.swing.UserTableModel
Get the record at the given index.
getRecord(int) - Method in class log.swing.LogTableModel
Return the LogEntry at row nRow.
getRefIntegrEditContainer() - Method in class data.ooimpl.StockImpl
Get the map storing information about name changes in CatalogItems.
getRefIntegrItemsContainer() - Method in class data.ooimpl.StockImpl
Get the map of items that have been removed from the Stock to ensure referential integrity.
getRemoveTransition(SingleTableFormSheet) - Method in class data.stdforms.singletableformsheet.DefaultRemoveCatalogItemStrategy
Get the transition that performs the actual removal.
getResourceString(String) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Get the resource String for the specified key.
getResourceText(String) - Static method in class data.stdforms.TwoTableFormSheet
Get a String from the global TwoTableFormSheet resource bundle.
getResult() - Method in class users.stdforms.LogOnForm
Return the user that was selected if any.
getRightSelectedRecord() - Method in class data.stdforms.TwoTableFormSheet
Get the record currently selected in the right table.
getRollbackGate() - Method in class sale.SaleProcess
Return the gate to jump to when performing a rollback.
getRowCount() - Method in class data.swing.DataBasketTableModel
Get the number of records in this model.
getRowCount() - Method in class data.swing.CountingStockTableModel
Get the number of records in this model.
getRowCount() - Method in class data.swing.CatalogTableModel
Get the number of records in this model.
getRowCount() - Method in class data.swing.StoringStockTableModel
Get the number of records in this model.
getRowCount() - Method in class util.swing.TableMap
Anzahl der Zeilen.
getRowCount() - Method in class users.swing.UserTableModel
Get the number of records in this model.
getRowCount() - Method in class log.swing.LogTableModel
Return the total amount of LogEntries in the model.
getSalesPoint() - Method in class sale.FormSheet
Get the currently attached SalesPoint.
getSalesPointFrameBounds() - Method in class sale.SalesPoint
Returns the Framebounds of the SalesPoints assoziated Display(JDisplayFrame).
getSalesPoints() - Method in class sale.Shop
Get a list of all SalesPoints in the Shop.
getSalesPointsLock() - Method in class sale.Shop
Return the monitor synchronizing access to the list of SalesPoints.
getSecondaryKey() - Method in class data.DataBasketConditionImpl
 
getSecondaryKey() - Method in interface data.DataBasketEntry
Get the DataBasketEntry's secondary key.
getSecondaryKey() - Method in interface data.DataBasketCondition
Return the secondary key that DataBasketEntries must have to match the condition.
getSecondaryKey() - Method in class data.ooimpl.DataBasketEntryImpl
Get the entry's secondary key.
getSelectedDisplay() - Method in class sale.multiwindow.MultiWindow
Get the currently selected display.
getSelectedEntry() - Method in class log.stdforms.LogTableForm
Get the currently selected log entry.
getSelectedIcon() - Method in class sale.FormSheet.FormButton
Get the selected icon of this Button.
getSelectedIcon() - Method in class sale.MenuSheet
Get the selected icon of this MenuSheet.
getSelectedIcon() - Method in class sale.MenuSheetItem
Get the selected icon of this MenuSheetItem.
getSelectedItem() - Method in class users.swing.UserComboBoxModel
Return the currently selected user.
getSelectedRecord() - Method in class data.stdforms.SingleTableFormSheet
Get the record currently selected.
getSelectedRecord() - Method in class users.stdforms.UserTableFormSheet
Get the record currently selected.
getSelectedUser() - Method in class users.swing.JUserList
Convenience method returning the currently selected user.
getSelectionModel() - Method in class users.stdforms.UserTableFormSheet
Get the ListSelectionModel of the JUserTable which is displayed.
getShallowClone() - Method in class data.ooimpl.StockItemImpl
Get a shallow clone of this item.
getShallowClone() - Method in class data.ooimpl.CatalogItemImpl
Get a shallow clone of the CatalogItem.
getShallowClone() - Method in class data.ooimpl.CatalogImpl
Create a shallow clone of this Catalog.
getShallowClone() - Method in class data.ooimpl.StockImpl
Create a shallow clone of the Stock.
getShallowClone() - Method in class data.ooimpl.CurrencyItemImpl
 
getShopFrame() - Method in class sale.Shop
Get the Shop's main frame.
getShopFrameBounds() - Method in class sale.Shop
Returns the Framebounds of the Shops assoziated JFrame.
getShopState() - Method in class sale.Shop
Return the Shop's state, being one of Shop.DEAD, Shop.RUNNING or Shop.SUSPENDED.
getSize() - Method in class users.swing.UserListModel
Return the number of users in the model.
getSource() - Method in class data.DataBasketConditionImpl
 
getSource() - Method in interface data.DataBasketEntry
Get the source of the operation described by the DataBasketEntry.
getSource() - Method in interface data.DataBasketCondition
Return the source for operations that match the condition.
getSource() - Method in class data.ooimpl.DataBasketEntryImpl
Get the entry's source.
getSource() - Method in class data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry
Get the source Catalog's name.
getSource() - Method in class data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
Get the source Stock's name.
getSpread() - Method in class data.QuoteValue
Get the spread of this value.
getStock() - Method in interface data.StockItem
Get the Stock that contains this StockItem.
getStock() - Method in class data.filters.AbstractStockFilter
Get the source Stock's Stock.
getStock() - Method in class data.ooimpl.StockItemImpl
Get the Stock that contains this StockItem.
getStock(String) - Method in class sale.Shop
Look up a Stock in the global Stock list.
getStock(String) - Method in class sale.Shop.ProcessHandle
 
getStock(String) - Method in class sale.SalesPoint
Return a Stock for a given name.
getStock(String) - Method in interface sale.ProcessContext
Get a Stock by its name.
getStopGate() - Method in class sale.SaleProcess
Return the last gate that this process should be at.
getStrategy() - Method in class data.stdforms.TwoTableFormSheet
Get the strategy used when moving items between source and destination.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class data.swing.CurrencyRenderer
 
getTag() - Method in class sale.MenuSheetObject
Get the MenuSheetObject's tag.
getTaggedItem(String) - Method in class sale.MenuSheetObject
Convenience method for in-depth search for a tagged item.
getTaggedItem(String, boolean) - Method in class sale.MenuSheetObject
Get the first MenuSheetObject with the given tag which is managed by this one.
getTaggedItem(String, boolean) - Method in class sale.MenuSheet
Get a MenuSheetObject by its tag.
getTemporaryAddedItemsContainer() - Method in class data.ooimpl.CatalogImpl
Get the map of items that have been temporaryly added to this Catalog.
getTemporaryAddedItemsContainer() - Method in class data.ooimpl.StockImpl
Get the map of items that have been temporaryly added to the Stock.
getTemporaryRemovedItemsContainer() - Method in class data.ooimpl.CatalogImpl
Get the map of items that have been temporaryly removed from this Catalog.
getTemporaryRemovedItemsContainer() - Method in class data.ooimpl.StockImpl
Get the map of items that have been temporaryly removed from the Stock.
getText() - Method in class sale.stdforms.TextInputForm
Get the current contents of the input field.
getTheShop() - Static method in class sale.Shop
Get the global, singleton Shop instance.
getTime() - Method in class sale.Date
Get the current date.
getTime() - Method in class sale.Step
Get the current time.
getTime() - Method in interface sale.Time
Get the current time.
getTime() - Method in class sale.StepTimer
Get the current time.
getTime() - Method in interface sale.Timer
Get the current time.
getTime() - Method in class sale.CalendarTime
Get the calendars date
getTime() - Method in class sale.events.TimerEvent
 
getTimer() - Method in class sale.Shop
Get the Shop's timer.
getTimeStamp() - Method in class sale.StepTimer
Create and return a fresh time stamp.
getTimeStamp() - Method in interface sale.Timer
Create and return a fresh time stamp.
getTimeStamp() - Method in class sale.events.TimerEvent
Return the time stamp for this event.
getTimeStamp(long) - Method in class sale.Date
Create and return a time stamp.
getTimeStamp(long) - Method in class sale.Step
Create and return a time stamp.
getTimeStamp(long) - Method in interface sale.Time
Create and return a time stamp.
getTimeStamp(long) - Method in class sale.CalendarTime
Create and return a time stamp.
getTitle() - Method in class sale.JDisplayFrame
 
getToggled() - Method in class users.AbstractCapability
Get the capability that is the inverse to this one.
getToggled() - Method in class users.ActionCapability
Get the ActionCapability that is the inverse to this one.
getToggled() - Method in interface users.Capability
Return a capability that is the inverse to this one.
getToolTipText() - Method in class sale.FormSheet.FormButton
Get the ToolTip of this Button.
getToolTipText() - Method in class sale.MenuSheet
Get the ToolTip of this MenuSheet.
getToolTipText() - Method in class sale.MenuSheetItem
Get the ToolTip of this MenuSheetItem.
getUser() - Method in class sale.SalesPoint
Get the user currently attached to this SalesPoint.
getUser() - Method in class users.events.UserDataEvent
Get the affected user.
getUser(String) - Method in class users.UserManager
Retrieve a user by name.
getUserName() - Method in class users.events.UserDataEvent
Get the affected user's name.
getUserNames() - Method in class users.UserManager
Return all user names registered with this UserManager.
getUsers() - Method in class users.UserManager
Return all users registered with this UserManager.
getValue() - Method in class data.DataBasketConditionImpl
 
getValue() - Method in class data.NumberValue
Get the actual value of the object.
getValue() - Method in interface data.DataBasketEntry
Get the object moved by the operation described by the DataBasketEntry.
getValue() - Method in interface data.DataBasketCondition
Return the object for operations that match the condition.
getValue() - Method in interface data.CurrencyItem
The value of a CurrencyItem must be a NumberValue given in the smallest unit of the item's currency.
getValue() - Method in interface data.CatalogItem
Get the default value of this CatalogItem.
getValue() - Method in class data.filters.CatalogFilter
Get the source Catalog's value.
getValue() - Method in class data.ooimpl.DataBasketEntryImpl
Get the entry's value, i.e.
getValue() - Method in class data.ooimpl.CatalogItemImpl
Get the item's value.
getValue(CatalogItem) - Method in class data.CatalogItemValue
Return the value of an CatalogItem.
getValueAt(int, int) - Method in class util.swing.AbstractTableModel
Get the value of the given cell in this TableModel.
getValueAt(int, int) - Method in class util.swing.TableMap
Wrapping - getValueAt
getValueAt(int, int) - Method in class util.swing.TableSorter
Wrapper - getValueAt
getValueAt(Object, int) - Method in class data.swing.DefaultCatalogItemDBETableEntryDescriptor
 
getValueAt(Object, int) - Method in class data.swing.DefaultCatalogItemTED
 
getValueAt(Object, int) - Method in class data.swing.DefaultCountingStockDBETableEntryDescriptor
 
getValueAt(Object, int) - Method in class data.swing.DefaultStockItemTED
 
getValueAt(Object, int) - Method in class data.swing.DefaultStoringStockDBETableEntryDescriptor
 
getValueAt(Object, int) - Method in class data.swing.DefaultCountingStockItemTED
 
getValueAt(Object, int) - Method in interface util.swing.TableEntryDescriptor
Get the value to be printed in the given column for the given record.
getValueAt(Object, int) - Method in class log.swing.DefaultLogEntryTED
The object is assumed to be a LogEntry; the value of the first column is the log date that of the second column is the result of the object's Object.toString() method.
getValueRenderer() - Method in class data.swing.DefaultCurrencyItemTED
Internal helper function that gets (and if necessary creates) the cell renderer for the value column.
getValueRenderer() - Method in class data.swing.DefaultMoneyBagItemTED
Internal helper function that gets (and if necessary creates) the cell renderer for the value column.
getViewMode() - Method in class sale.multiwindow.MultiWindow
Get the current view mode.
getVisibleHandleCount() - Method in class sale.multiwindow.MultiWindow
Count all currently visible displays.
goAhead() - Method in class sale.StepTimer
Increase the time by the current interval.
goAhead() - Method in class sale.AutoTimer
Increase the time by the current interval.
goAhead() - Method in interface sale.Timer
Increases the current time by an interval.
goAhead(Object) - Method in class sale.Date
Increment the time by the given time interval.
goAhead(Object) - Method in class sale.Step
Increase the time by the given interval.
goAhead(Object) - Method in interface sale.Time
Increases the current time by the given interval.
goAhead(Object) - Method in class sale.CalendarTime
Increment the time by the given time interval.
group(DataBasketEntry, DataBasketEntry) - Method in class data.swing.CountingStockDBEGrouper
Return a new DataBasketEntry with the same main and secondary key, source and destination as dbe1 and a value of dbe1.getValue() + dbe2.getValue().
group(DataBasketEntry, DataBasketEntry) - Method in interface data.swing.DataBasketEntryGrouper
Group the two given DataBaskeEntries and return the resulting, more general entry.
group(DataBasketEntry, DataBasketEntry) - Method in class data.swing.NOPDataBasketEntryGrouper
Returns dbe1.

SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y