Module org.autogui

Class GuiSwingViewPropertyPane

java.lang.Object
org.autogui.swing.GuiSwingViewPropertyPane
All Implemented Interfaces:
GuiSwingElement, GuiSwingView

public class GuiSwingViewPropertyPane extends Object implements GuiSwingView
a swing view for GuiReprPropertyPane, or another repr. called GuiSwingView.ValuePane.wrapSwingProperty(). The latter case is that a context has a property type, but the representation matched to the value type of the property. (see GuiReprValue.getValueType(GuiMappingContext)).

swing-value

GuiSwingViewPropertyPane.NamedPropertyPane.getSwingViewValue() GuiReprValue.NamedValue, or other value types. obtaining and setting (GuiSwingViewPropertyPane.NamedPropertyPane.setSwingViewValue(Object) and GuiSwingViewPropertyPane.NamedPropertyPane.setSwingViewValueWithUpdate(Object)) delete to the contentPane.

Note the setting of the property will be treated by the value's contentPane. GuiReprValue.updateFromGui(GuiMappingContext, Object, GuiReprValue.ObjectSpecifier, GuiTaskClock) by the value's contentPane supports the case of the parent is a property.

history-value

unsupported. (supported by the contentPane)

string-transfer

only copying is supported by GuiSwingView.ToStringCopyAction