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 SettingsTreeSettingsTree. find(ISettings settings)SettingsTreeSettingsTree. find(String settingsPath)SettingsTreeSettingsTree. getChildAt(int childIndex)SettingsTreeSettingsTree. getParent()SettingsTreeSettingsDialog. 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 voidSettingsTree. addChild(SettingsTree child)Constructors in editor.settings with parameters of type SettingsTree Constructor Description SettingsTree(ISettings settings, SettingsTree parent)
-