Class IWLayerInterface

Extends IWNodeElement.

A an interface for IWLayer and IWLayerGroup

Author: KUN

Constructor Summary
IWLayerInterface(name)
            An Interface that has to be implemented by IWLayer and IWLayerGroup for visibility an tree functionalitiy
 
Method Summary
 boolean isVisible()
           This Function has to be implemented for using this interface.
 void setUseDefaults(useDefaults)
           Sets if the defaults should be used.
 void setVisible(visible)
           Sets the visibility of node and updates it for the whole tree
 boolean useDefaults()
           Returns if defaults should be used.
 
Methods inherited from class IWNodeElement
setParent(newParent)
hasChildren()
hasChild()
getChildren()
getParent()
add(node)
remove(node)
getName()
setName(newName)
checkIfExistsAsParent(node)
mark()
unmark()
isMarked()
collapse()
expand()
isCollapsed()


Constructor Detail

IWLayerInterface

IWLayerInterface(name)

Method Detail

isVisible

boolean isVisible()

setUseDefaults

void setUseDefaults(useDefaults)

setVisible

void setVisible(visible)

useDefaults

boolean useDefaults()

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:52 GMT+0100 (MEZ)