|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
cz.psika.numerist | Nearly all application classes live within this package. |
Uses of Item in cz.psika.numerist |
---|
Classes in cz.psika.numerist that implement Item | |
---|---|
class |
Diagram
Diagram. |
class |
DiagramCanvas
Diagram drawing component. |
class |
DiagramCanvasMemento
Class saving history status of simple diagram. |
class |
EmptyDiagram
Diagram canvas without content and with black background lets user know that it is empty. |
class |
Entry
Entry. |
protected class |
Entry.EntryMemento
Class used to conserve history status of entry. |
class |
ItemMemento
Item history object. |
Methods in cz.psika.numerist that return Item | |
---|---|
Item |
ApplicationWindow.clearThumbnails()
Clears diagram thumbnails. |
Methods in cz.psika.numerist that return types with arguments of type Item | |
---|---|
java.util.Iterator<Item> |
Manager.itemsIterator()
Get iterator over all items. |
Methods in cz.psika.numerist with parameters of type Item | |
---|---|
void |
Manager.addDiagram(Item item,
boolean insideContentArea,
boolean insideThumbnailArea)
Append diagram into panels. |
Diagram |
Manager.getDiagram(Item item,
boolean isThumbnail)
Fetch diagram for this concrete item. |
Diagram |
Manager.getDiagramCopy(Item item,
boolean isThumbnail)
Get diagram copy for the item. |
void |
Manager.refreshThumbnails(Item startItem)
Refresh the thumbnail area. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |