Uses of Class
pl.edu.agh.cast.ui.dialogs.property.PropertyTreeEntry

Packages that use PropertyTreeEntry
pl.edu.agh.cast.command Provides commands for operating on diagrams. 
pl.edu.agh.cast.ui.dialogs.property Provides properties editor with various cell editors according to properties types. 
 

Uses of PropertyTreeEntry in pl.edu.agh.cast.command
 

Constructor parameters in pl.edu.agh.cast.command with type arguments of type PropertyTreeEntry
ModifyPresentationElementCommand(IPresentationElement<? extends IElement> model, MultiMap<IPresentationElement.PropertyCategory,PropertyTreeEntry> entriesMap)
          Constructor.
 

Uses of PropertyTreeEntry in pl.edu.agh.cast.ui.dialogs.property
 

Methods in pl.edu.agh.cast.ui.dialogs.property that return PropertyTreeEntry
 PropertyTreeEntry PropertyTreeEntry.getChild(String childId)
          Gets child by given id.
 PropertyTreeEntry PropertyTreeEntry.getParent()
           
 PropertyTreeEntry PropertyTreeEntry.removeChild(PropertyTreeEntry entry)
          Removes given child.
 

Methods in pl.edu.agh.cast.ui.dialogs.property that return types with arguments of type PropertyTreeEntry
 Collection<PropertyTreeEntry> PropertyTreeEntry.getChildren()
           
 Map<String,PropertyTreeEntry> PropertyTreeEntry.getChildrenMap()
          Gets maps of children.
 

Methods in pl.edu.agh.cast.ui.dialogs.property with parameters of type PropertyTreeEntry
 void PropertyTreeEntry.addChild(PropertyTreeEntry entry)
          Add child PropertyTreeEntry.
 boolean PropertiesEditorPresenter.onMarkAsLabelEvent(PropertyTreeEntry entry, boolean flag)
          Handles Mark-as-Label event.
 void PropertiesEditorPresenter.onRemoveEvent(PropertyTreeEntry entry)
          Handle Remove event: removes given entry if this is possible.
 PropertyTreeEntry PropertyTreeEntry.removeChild(PropertyTreeEntry entry)
          Removes given child.
 void PropertiesEditorDialog.setInput(PropertyTreeEntry input)
          Sets input for the view.
 void IPropertiesEditorView.setInput(PropertyTreeEntry input)
          Sets input for the view.
 void PropertyTreeEntry.setParent(PropertyTreeEntry parent)
           
 

Method parameters in pl.edu.agh.cast.ui.dialogs.property with type arguments of type PropertyTreeEntry
 void PropertyTreeEntry.addAllChildren(Map<String,PropertyTreeEntry> childrenToAdd)
          Adds children PropertyTreeEntry entries.
 

Constructors in pl.edu.agh.cast.ui.dialogs.property with parameters of type PropertyTreeEntry
PropertyTreeEntry(String id, Property<? extends MetaProperty> property, PropertyTreeEntry.PropertyEditType type, PropertyTreeEntry parent)
          Constructor for entry with property which sets also parent entry.
PropertyTreeEntry(String id, String label, PropertyTreeEntry parent)
          Constructor for entry with label which sets also parent entry.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.