org.scijava
Interface Named

All Known Subinterfaces:
BasicDetails, Display<T>, ModuleInfo, ModuleItem<T>, MutableModuleInfo, MutableModuleItem<T>, TextDisplay, UIDetails
All Known Implementing Classes:
AbstractBasicDetails, AbstractDisplay, AbstractModuleInfo, AbstractModuleItem, AbstractUIDetails, CommandInfo, CommandModuleItem, DefaultDisplay, DefaultMutableModuleInfo, DefaultMutableModuleItem, DefaultTextDisplay, DynamicCommandInfo, MenuEntry, PluginInfo, ScriptInfo, ShadowMenu

public interface Named

Interface for things that have names.

Author:
Lee Kamentsky

Method Summary
 String getName()
          Gets the name of the object.
 void setName(String name)
          Sets the name of the object.
 

Method Detail

getName

String getName()
Gets the name of the object.


setName

void setName(String name)
Sets the name of the object.



Copyright © 2009–2015 SciJava. All rights reserved.