synergynetframework.appsystem.contentsystem.items.innernotecontroller
Class InnerNoteEditor

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.innernotecontroller.InnerNoteEditor
All Implemented Interfaces:
Updateable

public class InnerNoteEditor
extends java.lang.Object
implements Updateable

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

addInnerNoteEventListener

public void addInnerNoteEventListener(InnerNoteEventListener l)
Adds the inner note event listener.

Parameters:
l - the l

clearNoteEditor

public void clearNoteEditor()
Clear note editor.


getBackgroundColor

public java.awt.Color getBackgroundColor()
Gets the background color.

Returns:
the background color

getLocation

public Location getLocation()
Gets the location.

Returns:
the location

getNoteController

public InnerNoteController getNoteController()
Gets the note controller.

Returns:
the note controller

getNoteNode

public OrthoContainer getNoteNode()
Gets the note node.

Returns:
the note node

initNoteNode

public void initNoteNode()
Inits the note node.


isFlickable

public boolean isFlickable()
Checks if is flickable.

Returns:
true, if is flickable

makeFlickable

public void makeFlickable()
Make flickable.


makeUnflickable

public void makeUnflickable()
Make unflickable.


removeInnerNoteEventListener

public void removeInnerNoteEventListener(InnerNoteEditListener l)
Removes the inner note event listener.

Parameters:
l - the l

removeInnerNoteEventListeners

public void removeInnerNoteEventListeners()
Removes the inner note event listeners.


setAsTopObject

public void setAsTopObject()
Sets the as top object.


setBackgroundColor

public void setBackgroundColor(java.awt.Color backgroundColor)
Sets the background color.

Parameters:
backgroundColor - the new background color

setLocation

public void setLocation(float x,
                        float y)
Sets the location.

Parameters:
x - the x
y - the y

setNote

public void setNote(java.lang.String s)
Sets the note.

Parameters:
s - the new note

setNoteNode

public void setNoteNode(OrthoContainer noteNode)
Sets the note node.

Parameters:
noteNode - the new note node

update

public void update(float tpf)
Description copied from interface: Updateable
Update.

Specified by:
update in interface Updateable
Parameters:
tpf - the tpf