jas.swingstudio
Interface TreeAdaptorSite


public interface TreeAdaptorSite


Method Summary
 java.util.Enumeration children()
           
 java.lang.Object getAssociatedObject()
           
 int getChildCount()
           
 int getFlags()
           
 Job getJob()
           
 java.lang.String getName()
           
 TreeAdaptorSite getParentAdaptor()
           
 PluginContext getPluginContext()
           
 TreeAdaptor getTreeAdaptor()
           
 TreeItem getTreeItem()
           
 java.lang.String getType()
           
 void startEditing()
           
 

Method Detail

getAssociatedObject

public java.lang.Object getAssociatedObject()

getTreeAdaptor

public TreeAdaptor getTreeAdaptor()

getParentAdaptor

public TreeAdaptorSite getParentAdaptor()

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getFlags

public int getFlags()

getTreeItem

public TreeItem getTreeItem()

getJob

public Job getJob()

getPluginContext

public PluginContext getPluginContext()

children

public java.util.Enumeration children()

getChildCount

public int getChildCount()

startEditing

public void startEditing()