Uses of Class
daoc.editor.model.PropertyGroup

Packages that use PropertyGroup
daoc.editor.model   
daoc.editor.ui.dialogs.adaptereditor   
 

Uses of PropertyGroup in daoc.editor.model
 

Subclasses of PropertyGroup in daoc.editor.model
 class EventManager
          Collection of events and event descriptions.
 

Methods in daoc.editor.model that return PropertyGroup
 PropertyGroup AdapterManager.getGroup(int typeIndex)
          Returns a property group.
 PropertyGroup AdapterManager.find(java.lang.String adapter)
          Returns the group which contains the given adapter.
 

Methods in daoc.editor.model with parameters of type PropertyGroup
 void AdapterManager.setProperty(PropertyGroup group, int groupIndex, java.lang.String key, java.lang.String value)
          Reloads values for a given group.
 

Uses of PropertyGroup in daoc.editor.ui.dialogs.adaptereditor
 

Methods in daoc.editor.ui.dialogs.adaptereditor with parameters of type PropertyGroup
 void AdapterEditPanel.setGroup(PropertyGroup g)
           
 

Constructors in daoc.editor.ui.dialogs.adaptereditor with parameters of type PropertyGroup
AdapterEditPanel(PropertyGroup group, int groupIndex)
           
EmptyEditor(PropertyGroup group, int groupIndex)
           
ScalarEditor(PropertyGroup group, int groupIndex, boolean largemode)
           
TextEditor(PropertyGroup group, int groupIndex, boolean largemode)