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 ComponentWithActionspublic ActionGroup getToolbarActions()
getToolbarActions in interface ComponentWithActionspublic javax.swing.JComponent getSearchComponent()
getSearchComponent in interface ComponentWithActionspublic java.lang.String getToolbarPlace()
getToolbarPlace in interface ComponentWithActionspublic javax.swing.JComponent getToolbarContextComponent()
getToolbarContextComponent in interface ComponentWithActionspublic javax.swing.JComponent getComponent()
getComponent in interface ComponentWithActions