org.arakhne.neteditor.android.actionmode.creation
public abstract class AbstractAndroidCreationMode extends ActionMode<Figure,DroidViewGraphics2D,Color>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractAndroidCreationMode.ActionBar
Action bar listener
|
cursorChanged| Constructor and Description |
|---|
AbstractAndroidCreationMode(boolean persistent)
Construct a new AbstractDecorationCreationMode.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeActionBar()
Close the action bar if opened.
|
protected AbstractAndroidCreationMode.ActionBar |
createActionBarListener()
Invoked to create the action bar listener for this mode.
|
protected void |
finish()
Helping function that permits to stop the creation mode.
|
protected android.view.ActionMode |
getActionBar()
Replies the current action bar.
|
ActionModeManager |
getModeManager() |
ActionModeOwner |
getModeManagerOwner() |
protected void |
onActionBarClosed(android.view.ActionMode bar)
Invoked when the action bar is opened.
|
protected void |
onActionBarOpened(android.view.ActionMode bar)
Invoked when the action bar is opened.
|
protected void |
onModeActivated() |
protected void |
onModeDesactivated() |
protected void |
openActionBar()
Open the action bar if opened.
|
canExit, cleanMode, createDelegation, createDelegation, done, forcePointerEvent, getClickPrecision, getInitialCursor, getPointedFigure, isExclusive, isPersistent, isPointerInFigureShape, keyPressed, keyReleased, keyTyped, paint, pointerClicked, pointerDragged, pointerLongClicked, pointerMoved, pointerPressed, pointerReleased, repaint, repaint, requestFocus, restoreCursor, setCursor, setExclusive, setModeManager, setPersistentpublic AbstractAndroidCreationMode(boolean persistent)
ActionModeManager should be
set before using this object.persistent - indicates if the mode is persistent or not.public ActionModeManager getModeManager()
getModeManager in class ActionMode<Figure,DroidViewGraphics2D,Color>public ActionModeOwner getModeManagerOwner()
getModeManagerOwner in class ActionMode<Figure,DroidViewGraphics2D,Color>protected void finish()
protected void onModeActivated()
onModeActivated in class ActionMode<Figure,DroidViewGraphics2D,Color>protected void onActionBarOpened(android.view.ActionMode bar)
bar - protected void onActionBarClosed(android.view.ActionMode bar)
bar - protected void onModeDesactivated()
onModeDesactivated in class ActionMode<Figure,DroidViewGraphics2D,Color>protected android.view.ActionMode getActionBar()
null.protected void openActionBar()
protected void closeActionBar()
protected AbstractAndroidCreationMode.ActionBar createActionBarListener()
null to use the default listener.Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor