Uses of Interface
jdbreport.grid.undo.UndoItem

Packages that use UndoItem
jdbreport.grid   
jdbreport.grid.undo   
jdbreport.view   
 

Uses of UndoItem in jdbreport.grid
 

Methods in jdbreport.grid that return UndoItem
 UndoItem UndoEvent.getUndoItem()
           
 

Methods in jdbreport.grid that return types with arguments of type UndoItem
 LinkedList<UndoItem> ReportAction.UndoRedoAction.getStack()
           
 

Methods in jdbreport.grid with parameters of type UndoItem
protected  void PageSetup.pushUndo(UndoItem undo)
           
protected  void JReportGrid.pushUndo(UndoItem undo)
           
protected  void PreferencesDlg.pushUndo(UndoItem undo)
           
 void UndoEvent.setUndoItem(UndoItem undoItem)
           
protected  void JReportGrid.unionUndo(UndoItem undo)
           
 

Constructors in jdbreport.grid with parameters of type UndoItem
UndoEvent(Object source, UndoItem undoItem)
           
 

Constructor parameters in jdbreport.grid with type arguments of type UndoItem
ReportAction.EditRedoAction(LinkedList<UndoItem> stack)
           
ReportAction.EditUndoAction(LinkedList<UndoItem> stack)
           
ReportAction.UndoRedoAction(String name, LinkedList<UndoItem> stack)
           
 

Uses of UndoItem in jdbreport.grid.undo
 

Classes in jdbreport.grid.undo that implement UndoItem
 class AbstractGridUndo
           
 class BackupItem
           
 class CellUndoItem
           
 class ColumnBreakUndoItem
           
 class PasteUndoItem
           
 class PreferencesUndo
           
 class ResizingColumnUndoItem
           
 class ResizingRowUndoItem
           
 class RowBreakUndoItem
           
 class RowMovedUndoItem
           
 class SetValueItem
           
 class StoredGridUndo
           
 class StyleUndoItem
           
 

Methods in jdbreport.grid.undo that return UndoItem
 UndoItem SetValueItem.undo()
           
 UndoItem ColumnBreakUndoItem.undo()
           
 UndoItem StyleUndoItem.undo()
           
 UndoItem UndoItem.undo()
           
 UndoItem RowBreakUndoItem.undo()
           
 UndoItem AbstractGridUndo.undo()
           
 UndoItem ResizingRowUndoItem.undo()
           
 UndoItem BackupItem.undo()
           
 UndoItem ResizingColumnUndoItem.undo()
           
 UndoItem PreferencesUndo.undo()
           
 UndoItem PasteUndoItem.undo()
           
 UndoItem CellUndoItem.undo()
           
 

Uses of UndoItem in jdbreport.view
 

Methods in jdbreport.view that return types with arguments of type UndoItem
protected  LinkedList<UndoItem> ReportPane.getUndoStack()
           
 

Methods in jdbreport.view with parameters of type UndoItem
protected  void ReportPane.pushUndo(UndoItem undo)