com.infoengine.modeler.ifc
Interface Dropable

All Known Implementing Classes:
JSPTag, Tag

public interface Dropable


Method Summary
 ImageIcon getIcon()
          future...
 TagWizard getWizard()
          return instance of TagWizard that creates or modifies this dropable object
 String toString(String indent)
          render content to a string with an indent
 

Method Detail

toString

public String toString(String indent)
render content to a string with an indent

Parameters:
indent -
Returns:
String representation of content

getIcon

public ImageIcon getIcon()
future...

Returns:
ImageIcon

getWizard

public TagWizard getWizard()
return instance of TagWizard that creates or modifies this dropable object

Returns:
TagWizard or null