Modelers

org.topcased.draw2d.figures
Class EditableLabel.TextProvider

java.lang.Object
  extended by org.topcased.draw2d.figures.EditableLabel.TextProvider
Enclosing class:
EditableLabel

public abstract static class EditableLabel.TextProvider
extends java.lang.Object

A TextProvider class where we define an abstract method getText() where subclasses must define the part of the Text that must be displayed during the editing. Creation : 15 sept. 2005


Constructor Summary
EditableLabel.TextProvider()
           
 
Method Summary
abstract  java.lang.String getText()
          Returns the Text that must be displayed during the editing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableLabel.TextProvider

public EditableLabel.TextProvider()
Method Detail

getText

public abstract java.lang.String getText()
Returns the Text that must be displayed during the editing.

Returns:
a String

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.