|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entry | |
---|---|
cz.psika.numerist | Nearly all application classes live within this package. |
Uses of Entry in cz.psika.numerist |
---|
Fields in cz.psika.numerist declared as Entry | |
---|---|
protected Entry |
DiagramCanvas.entry
Source entry. |
Methods in cz.psika.numerist that return Entry | |
---|---|
Entry |
DiagramCanvas.fetchEntry()
Fetch entry of this diagram. |
Entry |
DiagramCanvasMemento.fetchEntry()
Get entry. |
Entry |
Entry.fetchEntry()
DIRECT access to this instance |
Entry |
Item.fetchEntry()
Get entry representing the diagram or current Entry object. |
Entry |
ItemMemento.fetchEntry()
|
Entry |
DiagramCanvas.getEntry()
Get diagram entry. |
Entry |
Manager.registerEntry(java.lang.String entryString,
Style entryStyle)
Register new entry within collection. |
Methods in cz.psika.numerist with parameters of type Entry | |
---|---|
Diagram[] |
Manager.findDiagrams(Entry search)
Find visible thumbnail and/or full diagram by it's entry. |
void |
DiagramCanvas.setEntry(Entry newEntry)
Set entry. |
Constructors in cz.psika.numerist with parameters of type Entry | |
---|---|
Diagram(Entry entry,
boolean setThumbnail)
Constructor creates and shows diagram canvas and attaches mouse listeners and registers support for simple DnD operations. |
|
DiagramCanvas(Entry entry,
java.awt.Dimension size,
boolean setThumbnail)
Constructor of diagram. |
|
DiagramCanvasMemento(Entry entry)
For saving history of this simple diagram we only need to save characteristics of it's entry. |
|
Entry(Entry original,
int newId)
Copy constructor making copy which is not connected to original entry. |
|
EntryDialog(Entry dialogEntry,
java.lang.String[] styleNames,
java.lang.String entryStyle)
Entry dialog construction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |