|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.innernotecontroller.InnerNoteController
public class InnerNoteController
The Class InnerNoteController.
| Constructor Summary | |
|---|---|
InnerNoteController()
Instantiates a new inner note controller. |
|
| Method Summary | |
|---|---|
void |
addInnerNoteEventListener(InnerNoteEventListener l)
Adds the inner note event listener. |
void |
addNoteController(java.util.Collection<ContentItem> collection)
Adds the note controller. |
void |
addNoteController(ContentItem item)
Adds the note controller. |
void |
addNoteController(ContentItem parentItem,
QuadContentItem mainSubItem)
Adds the note controller. |
void |
addNoteEditor(QuadContentItem quadItem)
Adds the note editor. |
void |
addNoteEditor(QuadContentItem quadItem,
ContentItem parentItem)
Adds the note editor. |
InnerNoteEditor |
getNodeEditor(QuadContentItem item)
Gets the node editor. |
java.util.Map<QuadContentItem,InnerNoteEditor> |
getNodeEditors()
Gets the node editors. |
void |
noteBringToTop(ContentItem edittedItem)
Note bring to top. |
void |
noteChanged(ContentItem item,
java.lang.String text)
Note changed. |
void |
noteLabelOn(ContentItem item,
boolean noteLabelOn)
Note label on. |
void |
noteRotated(ContentItem edittedItem,
float newAngle,
float oldAngle)
Note rotated. |
void |
noteScaled(ContentItem edittedItem,
float newScaleFactor,
float oldScaleFactor)
Note scaled. |
void |
noteTranslated(ContentItem edittedItem,
float newLocationX,
float newLocationY,
float oldLocationX,
float oldLocationY)
Note translated. |
void |
removeAllNoteEditors()
Removes the all note editors. |
void |
removeInnerNoteEventListener(InnerNoteEditListener l)
Removes the inner note event listener. |
void |
removeInnerNoteEventListeners()
Removes the inner note event listeners. |
void |
removeNoteEditor(QuadContentItem item)
Removes the note editor. |
void |
removeNoteEditor(QuadContentItem item,
ContentItem parentItem)
Removes the note editor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InnerNoteController()
| Method Detail |
|---|
public void addInnerNoteEventListener(InnerNoteEventListener l)
l - the lpublic void addNoteController(java.util.Collection<ContentItem> collection)
collection - the collectionpublic void addNoteController(ContentItem item)
item - the item
public void addNoteController(ContentItem parentItem,
QuadContentItem mainSubItem)
parentItem - the parent itemmainSubItem - the main sub itempublic void addNoteEditor(QuadContentItem quadItem)
quadItem - the quad item
public void addNoteEditor(QuadContentItem quadItem,
ContentItem parentItem)
quadItem - the quad itemparentItem - the parent itempublic InnerNoteEditor getNodeEditor(QuadContentItem item)
item - the item
public java.util.Map<QuadContentItem,InnerNoteEditor> getNodeEditors()
public void noteBringToTop(ContentItem edittedItem)
InnerNoteEventListener
noteBringToTop in interface InnerNoteEventListeneredittedItem - the editted item
public void noteChanged(ContentItem item,
java.lang.String text)
InnerNoteEventListener
noteChanged in interface InnerNoteEventListeneritem - the itemtext - the text
public void noteLabelOn(ContentItem item,
boolean noteLabelOn)
InnerNoteEventListener
noteLabelOn in interface InnerNoteEventListeneritem - the itemnoteLabelOn - the note label on
public void noteRotated(ContentItem edittedItem,
float newAngle,
float oldAngle)
InnerNoteEventListener
noteRotated in interface InnerNoteEventListeneredittedItem - the editted itemnewAngle - the new angleoldAngle - the old angle
public void noteScaled(ContentItem edittedItem,
float newScaleFactor,
float oldScaleFactor)
InnerNoteEventListener
noteScaled in interface InnerNoteEventListeneredittedItem - the editted itemnewScaleFactor - the new scale factoroldScaleFactor - the old scale factor
public void noteTranslated(ContentItem edittedItem,
float newLocationX,
float newLocationY,
float oldLocationX,
float oldLocationY)
InnerNoteEventListener
noteTranslated in interface InnerNoteEventListeneredittedItem - the editted itemnewLocationX - the new location xnewLocationY - the new location yoldLocationX - the old location xoldLocationY - the old location ypublic void removeAllNoteEditors()
public void removeInnerNoteEventListener(InnerNoteEditListener l)
l - the lpublic void removeInnerNoteEventListeners()
public void removeNoteEditor(QuadContentItem item)
item - the item
public void removeNoteEditor(QuadContentItem item,
ContentItem parentItem)
item - the itemparentItem - the parent item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||