public class RestServicePanelBuilder extends EmptyPanelBuilder<RestService>
Constructor and Description |
---|
RestServicePanelBuilder() |
Modifier and Type | Method and Description |
---|---|
RestServiceDesktopPanel |
buildDesktopPanel(RestService service) |
Component |
buildOverviewPanel(RestService service) |
boolean |
hasDesktopPanel() |
boolean |
hasOverviewPanel() |
buildDefaultProperties, get
public RestServiceDesktopPanel buildDesktopPanel(RestService service)
buildDesktopPanel
in interface PanelBuilder<RestService>
buildDesktopPanel
in class EmptyPanelBuilder<RestService>
public boolean hasDesktopPanel()
hasDesktopPanel
in interface PanelBuilder<RestService>
hasDesktopPanel
in class EmptyPanelBuilder<RestService>
public Component buildOverviewPanel(RestService service)
buildOverviewPanel
in interface PanelBuilder<RestService>
buildOverviewPanel
in class EmptyPanelBuilder<RestService>
public boolean hasOverviewPanel()
hasOverviewPanel
in interface PanelBuilder<RestService>
hasOverviewPanel
in class EmptyPanelBuilder<RestService>
Copyright © 2019. All Rights Reserved.