cz.cuni.amis.nb.pogamut.base.server
Class ServerNode.FlagProp

Package class diagram package ServerNode.FlagProp
java.lang.Object
  extended by java.beans.FeatureDescriptor
      extended by org.openide.nodes.Node.Property<T>
          extended by org.openide.nodes.PropertySupport<T>
              extended by org.openide.nodes.PropertySupport.ReadWrite<String>
                  extended by cz.cuni.amis.nb.pogamut.base.server.ServerNode.FlagProp
Enclosing class:
ServerNode<T extends ServerDefinition>

public static class ServerNode.FlagProp
extends org.openide.nodes.PropertySupport.ReadWrite<String>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openide.nodes.PropertySupport
org.openide.nodes.PropertySupport.Name, org.openide.nodes.PropertySupport.ReadOnly<T>, org.openide.nodes.PropertySupport.ReadWrite<T>, org.openide.nodes.PropertySupport.Reflection<T>, org.openide.nodes.PropertySupport.WriteOnly<T>
 
Constructor Summary
ServerNode.FlagProp(cz.cuni.amis.utils.flag.Flag<String> flag, String propName, String shortDescr)
           
 
Method Summary
 String getValue()
           
 void setValue(String arg0)
           
 
Methods inherited from class org.openide.nodes.PropertySupport
canRead, canWrite
 
Methods inherited from class org.openide.nodes.Node.Property
equals, getHtmlDisplayName, getPropertyEditor, getValueType, hashCode, isDefaultValue, restoreDefaultValue, supportsDefaultValue
 
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerNode.FlagProp

public ServerNode.FlagProp(cz.cuni.amis.utils.flag.Flag<String> flag,
                           String propName,
                           String shortDescr)
Method Detail

getValue

public String getValue()
                throws IllegalAccessException,
                       InvocationTargetException
Specified by:
getValue in class org.openide.nodes.Node.Property<String>
Throws:
IllegalAccessException
InvocationTargetException

setValue

public void setValue(String arg0)
              throws IllegalAccessException,
                     IllegalArgumentException,
                     InvocationTargetException
Specified by:
setValue in class org.openide.nodes.Node.Property<String>
Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException


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