com.tensegrity.generic.attribute
Interface CustomAttributeEditorEnvironment.Callback

Enclosing interface:
CustomAttributeEditorEnvironment

public static interface CustomAttributeEditorEnvironment.Callback

Callback for the CustomAttributeEditor to stop or cancel the editing in the AttributeEditorComponent

Author:
BurkhardWick

Callback for the CustomAttributeEditor to stop or cancel the editing in the AttributeEditorComponent.

Is used to create an instance of the CustomAttributeEditorEnvironment


Method Summary
 void cancelEditing()
          Cancels the editing in the editor
 boolean isEditing()
          Returns true, if the attribute editor is editing
 void stopEditing()
          Stops the editing in the editor
 

Method Detail

cancelEditing

public void cancelEditing()
Cancels the editing in the editor


stopEditing

public void stopEditing()
Stops the editing in the editor


isEditing

public boolean isEditing()
Returns true, if the attribute editor is editing

Returns:
true, if the attribute editor is editing


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.