|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.innernotecontroller.InnerNoteEditor
public class InnerNoteEditor
The Class InnerNoteEditor.
Method Summary | |
---|---|
void |
addInnerNoteEventListener(InnerNoteEventListener l)
Adds the inner note event listener. |
void |
clearNoteEditor()
Clear note editor. |
java.awt.Color |
getBackgroundColor()
Gets the background color. |
Location |
getLocation()
Gets the location. |
InnerNoteController |
getNoteController()
Gets the note controller. |
OrthoContainer |
getNoteNode()
Gets the note node. |
void |
initNoteNode()
Inits the note node. |
boolean |
isFlickable()
Checks if is flickable. |
void |
makeFlickable()
Make flickable. |
void |
makeUnflickable()
Make unflickable. |
void |
removeInnerNoteEventListener(InnerNoteEditListener l)
Removes the inner note event listener. |
void |
removeInnerNoteEventListeners()
Removes the inner note event listeners. |
void |
setAsTopObject()
Sets the as top object. |
void |
setBackgroundColor(java.awt.Color backgroundColor)
Sets the background color. |
void |
setLocation(float x,
float y)
Sets the location. |
void |
setNote(java.lang.String s)
Sets the note. |
void |
setNoteNode(OrthoContainer noteNode)
Sets the note node. |
void |
update(float tpf)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addInnerNoteEventListener(InnerNoteEventListener l)
l
- the lpublic void clearNoteEditor()
public java.awt.Color getBackgroundColor()
public Location getLocation()
public InnerNoteController getNoteController()
public OrthoContainer getNoteNode()
public void initNoteNode()
public boolean isFlickable()
public void makeFlickable()
public void makeUnflickable()
public void removeInnerNoteEventListener(InnerNoteEditListener l)
l
- the lpublic void removeInnerNoteEventListeners()
public void setAsTopObject()
public void setBackgroundColor(java.awt.Color backgroundColor)
backgroundColor
- the new background colorpublic void setLocation(float x, float y)
x
- the xy
- the ypublic void setNote(java.lang.String s)
s
- the new notepublic void setNoteNode(OrthoContainer noteNode)
noteNode
- the new note nodepublic void update(float tpf)
Updateable
update
in interface Updateable
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |