public static class GenericDocumentService.ActionBuilder<T extends GenericDocumentService.OpenGeneric> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Icon |
disabledHoverIcon |
protected Icon |
disabledIcon |
protected Icon |
disabledPressedIcon |
protected Icon |
hoverIcon |
protected Icon |
icon |
protected List<xyz.cofe.common.Reciver<bibliothek.gui.dock.common.action.CAction>> |
listeners |
protected GenericDocumentService.OpenGeneric<T> |
openGeneric |
protected Icon |
pressedIcon |
protected String |
text |
| Constructor and Description |
|---|
ActionBuilder(GenericDocumentService.OpenGeneric<T> parent) |
| Modifier and Type | Method and Description |
|---|---|
GenericDocumentService.OpenGeneric<T> |
build() |
bibliothek.gui.dock.common.action.CButton |
createButton() |
GenericDocumentService.ActionBuilder<T> |
disabledHoverIcon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
disabledIcon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
disabledPressedIcon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
hoverIcon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
icon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
listener(xyz.cofe.common.Reciver<bibliothek.gui.dock.common.action.CAction> ls) |
GenericDocumentService.ActionBuilder<T> |
listener(Runnable rn) |
GenericDocumentService.ActionBuilder<T> |
pressedIcon(Icon ico) |
GenericDocumentService.ActionBuilder<T> |
text(String txt) |
protected GenericDocumentService.OpenGeneric<T extends GenericDocumentService.OpenGeneric> openGeneric
protected Icon icon
protected String text
protected List<xyz.cofe.common.Reciver<bibliothek.gui.dock.common.action.CAction>> listeners
protected Icon pressedIcon
protected Icon hoverIcon
protected Icon disabledPressedIcon
protected Icon disabledIcon
protected Icon disabledHoverIcon
public ActionBuilder(GenericDocumentService.OpenGeneric<T> parent)
public GenericDocumentService.ActionBuilder<T> icon(Icon ico)
public GenericDocumentService.ActionBuilder<T> text(String txt)
public GenericDocumentService.ActionBuilder<T> listener(xyz.cofe.common.Reciver<bibliothek.gui.dock.common.action.CAction> ls)
public GenericDocumentService.ActionBuilder<T> listener(Runnable rn)
public GenericDocumentService.ActionBuilder<T> pressedIcon(Icon ico)
public GenericDocumentService.ActionBuilder<T> hoverIcon(Icon ico)
public GenericDocumentService.ActionBuilder<T> disabledPressedIcon(Icon ico)
public GenericDocumentService.ActionBuilder<T> disabledIcon(Icon ico)
public GenericDocumentService.ActionBuilder<T> disabledHoverIcon(Icon ico)
public bibliothek.gui.dock.common.action.CButton createButton()
public GenericDocumentService.OpenGeneric<T> build()
Copyright © 2019. All rights reserved.