public class StatusBarElementDescriptor<T> extends Object
| Constructor and Description |
|---|
StatusBarElementDescriptor(Class<T> statusBarElementClass,
org.drombler.commons.client.geometry.HorizontalAlignment horizontalAlignment,
int position) |
| Modifier and Type | Method and Description |
|---|---|
static StatusBarElementDescriptor<?> |
createStatusBarElementDescriptor(org.drombler.acp.core.status.jaxb.StatusBarElementType statusBarElement,
org.osgi.framework.Bundle bundle) |
org.drombler.commons.client.geometry.HorizontalAlignment |
getHorizontalAlignment() |
int |
getPosition() |
Class<T> |
getStatusBarElementClass() |
public Class<T> getStatusBarElementClass()
public org.drombler.commons.client.geometry.HorizontalAlignment getHorizontalAlignment()
public int getPosition()
public static StatusBarElementDescriptor<?> createStatusBarElementDescriptor(org.drombler.acp.core.status.jaxb.StatusBarElementType statusBarElement, org.osgi.framework.Bundle bundle) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2017–2018 Drombler. All rights reserved.