org.scijava
Interface Prioritized

All Superinterfaces:
Comparable<Prioritized>
All Known Subinterfaces:
App, AppEventService, AppService, ButtonWidget<U>, ChoiceWidget<U>, ColorWidget<U>, CommandService, ConsoleArgument, ConsoleService, DateWidget<U>, Display<T>, DisplayService, DisplayViewer<T>, DragAndDropHandler<D>, DragAndDropService, EventHistory, EventService, FileWidget<U>, Gateway, HandlerPlugin<D>, HandlerService<DT,PT>, IconService, InputService, InputWidget<T,W>, IOPlugin<D>, IOService, LogService, MenuService, MessageWidget<U>, ModuleInfo, ModuleService, MutableModuleInfo, NumberWidget<U>, ObjectService, ObjectWidget<U>, OptionsService, PlatformService, PluginService, PTService<PT>, RecentFileService, RichPlugin, SciJavaService, ScriptLanguage, ScriptService, Service, SingletonService<PT>, StatusService, TextDisplay, TextDisplayViewer, TextFormat, TextService, TextWidget<U>, ThreadService, ToggleWidget<U>, Tool, ToolService, TypedPlugin<D>, TypedService<DT,PT>, UIDetails, UIService, UserInterface, WelcomeService, WidgetService, WrapperPlugin<D>, WrapperService<DT,PT>
All Known Implementing Classes:
AbstractApp, AbstractConsoleArgument, AbstractDisplay, AbstractDisplayViewer, AbstractDragAndDropHandler, AbstractGateway, AbstractHandlerPlugin, AbstractHandlerService, AbstractInputWidget, AbstractIOPlugin, AbstractLogService, AbstractModuleInfo, AbstractPTService, AbstractRichPlugin, AbstractScriptLanguage, AbstractService, AbstractSingletonService, AbstractTextDisplayViewer, AbstractTextFormat, AbstractTool, AbstractTypedPlugin, AbstractTypedService, AbstractUIDetails, AbstractUIInputWidget, AbstractUserInterface, AbstractWrapperPlugin, AbstractWrapperService, AdaptedScriptLanguage, CommandInfo, DefaultAppEventService, DefaultAppService, DefaultCommandService, DefaultConsoleService, DefaultDisplay, DefaultDisplayService, DefaultDragAndDropService, DefaultEventHistory, DefaultEventService, DefaultInputService, DefaultIOService, DefaultMenuService, DefaultModuleService, DefaultMutableModuleInfo, DefaultObjectService, DefaultOptionsService, DefaultPlatformService, DefaultPluginService, DefaultRecentFileService, DefaultScriptService, DefaultStatusService, DefaultTextDisplay, DefaultTextService, DefaultThreadService, DefaultToolService, DefaultUIService, DefaultWelcomeService, DefaultWidgetService, DummyTool, DynamicCommandInfo, FileDragAndDropHandler, ListDragAndDropHandler, OpenArgument, PluginInfo, RunArgument, SciJava, SciJavaApp, ScriptFileDragAndDropHandler, ScriptInfo, ScriptIOPlugin, SortablePlugin, StderrLogService, TextIOPlugin, UIArgument

public interface Prioritized
extends Comparable<Prioritized>

An object that can be sorted according to priority.

Author:
Curtis Rueden

Method Summary
 double getPriority()
          Gets the sort priority of the object.
 void setPriority(double priority)
          Sets the sort priority of the object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPriority

double getPriority()
Gets the sort priority of the object.

See Also:
Priority

setPriority

void setPriority(double priority)
Sets the sort priority of the object.

See Also:
Priority


Copyright © 2009–2014 SciJava. All rights reserved.