public static class ComponentWithActions.Impl extends java.lang.Object implements ComponentWithActions
ComponentWithActions.Impl
Constructor and Description |
---|
Impl(ActionGroup toolbar,
java.lang.String toolbarPlace,
javax.swing.JComponent toolbarContext,
javax.swing.JComponent searchComponent,
javax.swing.JComponent component) |
Impl(javax.swing.JComponent component) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent() |
javax.swing.JComponent |
getSearchComponent() |
ActionGroup |
getToolbarActions() |
javax.swing.JComponent |
getToolbarContextComponent() |
java.lang.String |
getToolbarPlace() |
boolean |
isContentBuiltIn() |
public Impl(ActionGroup toolbar, java.lang.String toolbarPlace, javax.swing.JComponent toolbarContext, javax.swing.JComponent searchComponent, javax.swing.JComponent component)
public Impl(javax.swing.JComponent component)
public boolean isContentBuiltIn()
isContentBuiltIn
in interface ComponentWithActions
public ActionGroup getToolbarActions()
getToolbarActions
in interface ComponentWithActions
public javax.swing.JComponent getSearchComponent()
getSearchComponent
in interface ComponentWithActions
public java.lang.String getToolbarPlace()
getToolbarPlace
in interface ComponentWithActions
public javax.swing.JComponent getToolbarContextComponent()
getToolbarContextComponent
in interface ComponentWithActions
public javax.swing.JComponent getComponent()
getComponent
in interface ComponentWithActions