Package org.scijava
Interface Named
-
- All Known Subinterfaces:
BasicDetails,Display<T>,ModuleInfo,ModuleItem<T>,MutableModuleInfo,MutableModuleItem<T>,Task,TextDisplay,UIDetails
- All Known Implementing Classes:
AbstractBasicDetails,AbstractDisplay,AbstractModuleInfo,AbstractModuleItem,AbstractUIDetails,CommandInfo,CommandModuleItem,DefaultDisplay,DefaultMutableModuleInfo,DefaultMutableModuleItem,DefaultTask,DefaultTextDisplay,DynamicCommandInfo,MenuEntry,PluginInfo,ScriptInfo,ShadowMenu
public interface NamedInterface for things that have names.- Author:
- Lee Kamentsky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the object.voidsetName(String name)Sets the name of the object.
-