org.virtualbox_7_0
Class IStringFormValue

java.lang.Object
  extended by org.virtualbox_7_0.IUnknown
      extended by org.virtualbox_7_0.IFormValue
          extended by org.virtualbox_7_0.IStringFormValue

public class IStringFormValue
extends IFormValue


Field Summary
 
Fields inherited from class org.virtualbox_7_0.IUnknown
obj, objMgr, port
 
Constructor Summary
IStringFormValue(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getClipboardString()
          Intnded for cases when a read-only string value is used to display information and different string is to be used when copying to the clipboard.
 java.lang.Boolean getMultiline()
           
 java.lang.String getString()
           
static IStringFormValue queryInterface(IUnknown obj)
           
 IProgress setString(java.lang.String text)
           
 
Methods inherited from class org.virtualbox_7_0.IFormValue
getDescription, getEnabled, getGeneration, getHelp, getLabel, getType, getVisible
 
Methods inherited from class org.virtualbox_7_0.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IStringFormValue

public IStringFormValue(java.lang.String wrapped,
                        org.virtualbox_7_0.ObjectRefManager objMgr,
                        org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail

getMultiline

public java.lang.Boolean getMultiline()

getClipboardString

public java.lang.String getClipboardString()
Intnded for cases when a read-only string value is used to display information and different string is to be used when copying to the clipboard.

Returns:
String

queryInterface

public static IStringFormValue queryInterface(IUnknown obj)

getString

public java.lang.String getString()

setString

public IProgress setString(java.lang.String text)