public interface WindowService extends ImageJService
Modifier and Type | Field and Description |
---|---|
static int |
MAX_FILES_SHOWN |
Modifier and Type | Method and Description |
---|---|
void |
add(String displayName)
Adds a path to the list of window files.
|
void |
clear()
Clears the list of window files.
|
EventService |
getEventService() |
MenuService |
getMenuService() |
ModuleService |
getModuleService() |
List<String> |
getOpenWindows()
Gets the list of window files.
|
boolean |
remove(String displayName)
Removes a path from the list of window files.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
static final int MAX_FILES_SHOWN
MenuService getMenuService()
ModuleService getModuleService()
EventService getEventService()
void add(String displayName)
boolean remove(String displayName)
void clear()
Copyright © 2014–2022 ImageJ. All rights reserved.