| org.netbeans.modules.xslt.tmap.nodes.TMapComponentNode
TMapComponentNode | public class TMapComponentNode extends AbstractNode implements InstanceRef<T>,NodeTypeHolder<NodeType>(Code) | | author: Vitaly Bychkov version: 1.0 |
TMapComponentNode | public TMapComponentNode(T ref, Lookup lookup)(Code) | | |
TMapComponentNode | public TMapComponentNode(T ref, Children children, Lookup lookup)(Code) | | |
canCopy | public boolean canCopy()(Code) | | |
canCut | public boolean canCut()(Code) | | |
canDestroy | public boolean canDestroy()(Code) | | |
createActionsArray | protected Action[] createActionsArray(boolean context)(Code) | | |
getAddActionArray | public ActionType[] getAddActionArray()(Code) | | actions type which used to create new elementsused in #getNewTypes |
getAlternativeReference | public Object getAlternativeReference()(Code) | | |
getImplHtmlDisplayName | protected String getImplHtmlDisplayName()(Code) | | |
getImplShortDescription | protected String getImplShortDescription()(Code) | | |
getNewTypes | public NewType[] getNewTypes()(Code) | | the new types that can be created in this node |
getOpenedIcon | public Image getOpenedIcon(int type)(Code) | | |
getPropertySet | protected Sheet.Set getPropertySet(Sheet sheet)(Code) | | Looks for the Properties Set by the Group enum.
If the group isn't
|
getReference | public T getReference()(Code) | | The reference to an object which the node represents.
|
getShortDescription | public String getShortDescription()(Code) | | |
isEditable | protected boolean isEditable()(Code) | | Determines if this node represents a component that is contained
is editable
true if component is editable, false otherwise. |
updateName | public void updateName()(Code) | | |
updateShortDescription | public void updateShortDescription()(Code) | | |
|
|