Module org.autogui
Package org.autogui.swing.table
Class GuiSwingTableColumnString.PreferencesForMultilineColumn
java.lang.Object
org.autogui.swing.table.GuiSwingTableColumnString.PreferencesForMultilineColumn
- All Implemented Interfaces:
GuiSwingPrefsSupports.Preferences
,GuiSwingPrefsSupports.PreferencesByJsonEntry
- Enclosing class:
GuiSwingTableColumnString
public static class GuiSwingTableColumnString.PreferencesForMultilineColumn
extends Object
implements GuiSwingPrefsSupports.PreferencesByJsonEntry
preferences for a multiline text field column;
{"editFinishByEnterAndKey": false}
- Since:
- 1.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
boolean
boolean
void
setEditFinishByEnterAndKey
(boolean editFinishByEnterAndKey) void
toJson()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.Preferences
loadFrom
Methods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesByJsonEntry
compareChanged, loadFromAndChanged, loadFromAndToJson, saveTo, setJsonAndSaveTo
-
Constructor Details
-
PreferencesForMultilineColumn
public PreferencesForMultilineColumn()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
setEditFinishByEnterAndKey
public void setEditFinishByEnterAndKey(boolean editFinishByEnterAndKey) -
isEditFinishByEnterAndKey
public boolean isEditFinishByEnterAndKey() -
hasEditFinishByEnterAndKey
public boolean hasEditFinishByEnterAndKey()- Returns:
- ture if
setJson(Object)
has no property for it
-
toJson
- Specified by:
toJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
setJson
- Specified by:
setJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-