Uses of Class
editor.settings.SettingsTree
-
Packages that use SettingsTree Package Description editor.settings -
-
Uses of SettingsTree in editor.settings
Methods in editor.settings that return SettingsTree Modifier and Type Method Description SettingsTree
SettingsTree. find(ISettings settings)
SettingsTree
SettingsTree. find(String settingsPath)
SettingsTree
SettingsTree. getChildAt(int childIndex)
SettingsTree
SettingsTree. getParent()
SettingsTree
SettingsDialog. getSelectedTree()
Methods in editor.settings that return types with arguments of type SettingsTree Modifier and Type Method Description List<SettingsTree>
SettingsTree. getChildren()
Methods in editor.settings with parameters of type SettingsTree Modifier and Type Method Description void
SettingsTree. addChild(SettingsTree child)
Constructors in editor.settings with parameters of type SettingsTree Constructor Description SettingsTree(ISettings settings, SettingsTree parent)
-