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()booleanbooleanvoidsetEditFinishByEnterAndKey(boolean editFinishByEnterAndKey) voidtoJson()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.Preferences
loadFromMethods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesByJsonEntry
compareChanged, loadFromAndChanged, loadFromAndToJson, saveTo, setJsonAndSaveTo
-
Constructor Details
-
PreferencesForMultilineColumn
public PreferencesForMultilineColumn()
-
-
Method Details
-
getKey
- Specified by:
getKeyin 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:
toJsonin interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
setJson
- Specified by:
setJsonin interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-