com.tensegrity.gui.document
Interface DocumentSettingsProvider.DocSetting

Enclosing interface:
DocumentSettingsProvider

public static interface DocumentSettingsProvider.DocSetting

DocSetting

Author:
BurkhardWick

Method Summary
 java.lang.Object getDocValue()
          Returns the preference value of the setting in the document
 void setDocValue(java.lang.Object value)
          Sets the document setting to the value corresponding to the given preference value
 

Method Detail

getDocValue

public java.lang.Object getDocValue()
Returns the preference value of the setting in the document

Returns:
the preference value of the setting in the document

setDocValue

public void setDocValue(java.lang.Object value)
Sets the document setting to the value corresponding to the given preference value

Parameters:
value - The preference value of the setting


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