public class PropertiesService extends BaseService
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesService.Editor |
static class |
PropertiesService.EditorPropertyBuilder |
BaseService.OnStart, BaseService.OnStop, BaseService.UiAction, BaseService.UiActionBase, BaseService.UiActionField, BaseService.UiActionMethod, BaseService.UiMenu| Modifier and Type | Field and Description |
|---|---|
protected DockingService |
dockingService |
protected static Icon |
propertiesIcon |
protected static Icon |
propertiesIconSmall |
protected Action |
showPropertiesAction |
actionFieldSet, actionMethodSet, initUiActionsSuccess, MENU_FIELD_NAME, runningstartCallLevel, startStopSync, stopCallLevelserviceEventQueue| Constructor and Description |
|---|
PropertiesService() |
| Modifier and Type | Method and Description |
|---|---|
PropertySheet |
createPropertySheet() |
PropertiesService.Editor |
editor() |
bibliothek.gui.dock.common.SingleCDockableFactory |
getFactory() |
PropertiesDock |
getPropertiesDock() |
static Icon |
getPropertiesIcon() |
static Icon |
getPropertiesIconSmall() |
PropertyDB |
getPropertyDB() |
void |
propDocks() |
protected void |
registerDocks(DockingService ds) |
void |
showProperties() |
void |
showPropertiesOf(Object bean,
Iterable<Property> properties)
Отображает редактор свойств бина
|
buttonGroup, getActionFieldSet, getActionMethodSet, getActionsService, getButtonGroup, getMenuService, getStartableMethodsList, getStartableMethodsMap, getStoppableMethodsList, getStoppableMethodsMap, initUiActionError, initUiActions, isRunning, onStart, onStopfireStarted, fireStarting, fireStopped, fireStopping, getServiceByStopper, getServiceDependencies, isDetectCycleStart, isDetectCycleStop, onResolvedDependencies, start, stop, stopByDependencyaddServiceEvent, addServiceListener, addServiceListener, findFirstService, findServices, findServices, findServices, fireServiceEvent, fireServiceEvents, getConsole, getFieldDependencies, getInitDependenciesCallCount, getServiceListeners, getUnresolvedDependencies, hasServiceListener, init, initDependencies, instances, isResolvedDependencies, listeners, onInitServicesEnd, removeServiceListener, resolveDependecyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitaddServiceEvent, addServiceListener, addServiceListener, fireServiceEvents, getServiceListeners, hasServiceListener, removeServiceListenerprotected static volatile Icon propertiesIconSmall
protected static volatile Icon propertiesIcon
protected DockingService dockingService
protected Action showPropertiesAction
public static Icon getPropertiesIconSmall()
public static Icon getPropertiesIcon()
protected void registerDocks(DockingService ds)
public bibliothek.gui.dock.common.SingleCDockableFactory getFactory()
public PropertiesDock getPropertiesDock()
public PropertyDB getPropertyDB()
public PropertySheet createPropertySheet()
public void showProperties()
public void showPropertiesOf(Object bean, Iterable<Property> properties)
bean - бин, возможно nullproperties - дополнительные свойстваpublic PropertiesService.Editor editor()
public void propDocks()
Copyright © 2018. All rights reserved.