public class DetailsComponent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
DetailsComponent.Facade |
Constructor and Description |
---|
DetailsComponent() |
DetailsComponent(boolean detailsEnabled,
boolean paintBorder) |
Modifier and Type | Method and Description |
---|---|
void |
disposeUIResources() |
void |
forProject(Project project) |
javax.swing.JComponent |
getComponent() |
javax.swing.JComponent |
getContentGutter() |
void |
setBannerActions(javax.swing.Action[] actions) |
void |
setBannerMinHeight(int height) |
void |
setContent(javax.swing.JComponent c) |
void |
setDetailsModeEnabled(boolean enabled) |
DetailsComponent |
setEmptyContentText(java.lang.String emptyContentText) |
void |
setPaintBorder(boolean paintBorder) |
void |
setPrefix(java.lang.String... prefix) |
void |
setText(java.lang.String... text) |
void |
update() |
void |
updateBannerActions() |
public DetailsComponent()
public DetailsComponent(boolean detailsEnabled, boolean paintBorder)
public void setBannerActions(javax.swing.Action[] actions)
public void setContent(javax.swing.JComponent c)
public void forProject(Project project)
public void setPrefix(java.lang.String... prefix)
public void setText(java.lang.String... text)
public void update()
public void setPaintBorder(boolean paintBorder)
public DetailsComponent setEmptyContentText(java.lang.String emptyContentText)
public javax.swing.JComponent getComponent()
public javax.swing.JComponent getContentGutter()
public void setBannerMinHeight(int height)
public void disposeUIResources()
public void updateBannerActions()
public void setDetailsModeEnabled(boolean enabled)