cz.cuni.pogamut.posh.widget.kidview
Class SimpleRoleCompetenceWidget.CompInplaceEditor

Package class diagram package SimpleRoleCompetenceWidget.CompInplaceEditor
java.lang.Object
  extended by cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget.CompInplaceEditor
All Implemented Interfaces:
org.netbeans.api.visual.action.TextFieldInplaceEditor
Enclosing class:
SimpleRoleCompetenceWidget

protected static class SimpleRoleCompetenceWidget.CompInplaceEditor
extends Object
implements org.netbeans.api.visual.action.TextFieldInplaceEditor

Create inplace editor that changes name of competence and the action


Constructor Summary
protected SimpleRoleCompetenceWidget.CompInplaceEditor(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction action, cz.cuni.amis.pogamut.sposh.elements.Competence competence)
           
 
Method Summary
 String getText(org.netbeans.api.visual.widget.Widget widget)
           
 boolean isEnabled(org.netbeans.api.visual.widget.Widget widget)
           
 void setText(org.netbeans.api.visual.widget.Widget widget, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRoleCompetenceWidget.CompInplaceEditor

protected SimpleRoleCompetenceWidget.CompInplaceEditor(cz.cuni.amis.pogamut.sposh.elements.TriggeredAction action,
                                                       cz.cuni.amis.pogamut.sposh.elements.Competence competence)
Method Detail

isEnabled

public boolean isEnabled(org.netbeans.api.visual.widget.Widget widget)
Specified by:
isEnabled in interface org.netbeans.api.visual.action.TextFieldInplaceEditor

getText

public String getText(org.netbeans.api.visual.widget.Widget widget)
Specified by:
getText in interface org.netbeans.api.visual.action.TextFieldInplaceEditor

setText

public void setText(org.netbeans.api.visual.widget.Widget widget,
                    String string)
Specified by:
setText in interface org.netbeans.api.visual.action.TextFieldInplaceEditor


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.