|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DnDComponent | |
|---|---|
| org.salespointframework.core | This package contains the central classes of the Framework. |
| org.salespointframework.desktop | |
| Uses of DnDComponent in org.salespointframework.core |
|---|
| Fields in org.salespointframework.core declared as DnDComponent | |
|---|---|
protected DnDComponent |
FormSheet.DnDDispatcher.dndComponent
component that caused the drag |
protected DnDComponent |
FormSheet.DnDDispatcher.hlComponent
component that is currently highlighted |
| Fields in org.salespointframework.core with type parameters of type DnDComponent | |
|---|---|
private java.util.List<DnDComponent> |
FormSheet.m_dndComponents
list of registered DnDComponents |
| Methods in org.salespointframework.core that return DnDComponent | |
|---|---|
protected DnDComponent |
FormSheet.DnDDispatcher.getAffectedComponent(java.awt.event.MouseEvent me)
currently affected dnd component |
| Methods in org.salespointframework.core with parameters of type DnDComponent | |
|---|---|
void |
FormSheet.DnDDispatcher.dndComponentRemoved(DnDComponent dndcmp)
abort drag operation of DnDComponent was removed |
boolean |
FormSheet.registerDnDComponent(DnDComponent dndcmp)
register a DnDComponent to FormSheet |
void |
FormSheet.removeDnDComponent(DnDComponent dndcmp)
remove a DnDComponent from FormSheet |
| Uses of DnDComponent in org.salespointframework.desktop |
|---|
| Classes in org.salespointframework.desktop that implement DnDComponent | |
|---|---|
class |
JAbstractTable
A JTable that prefers models that are lists of records. |
class |
JCatalogListView
JListView which uses a CatalogListModel |
class |
JCatalogTable
A JTable for displaying and editing the contents of a Catalog. |
class |
JCountingStockListView
JListView for CountingStock sources |
class |
JCountingStockTable
A JTable for displaying and editing the contents of a CountingStock. |
class |
JDataBasketListView
JListView for DataBaskets |
class |
JDataBasketTable
A JTable for displaying and editing the contents of a DataBasket. |
class |
JListView
A JList with slider to change cell size and JModelFilter for live search. |
class |
JLogTable
A JTable that can display log file contents. |
protected static class |
JModelFilter.JDroppableInstructionField
DnD enabled JInstructionTextField |
class |
JStoringStockListView
JListView for StoringStocks |
class |
JStoringStockTable
A JTable for displaying and editing the contents of a Stock giving one row to each
StockItem. |
class |
JUserListView
JListView for UserManager |
class |
JUserTable
A JTable for displaying and editing the contents of a UserManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||