public interface RunnerLayoutUi
Modifier and Type | Interface and Description |
---|---|
static class |
RunnerLayoutUi.Factory |
Modifier and Type | Method and Description |
---|---|
Content |
addContent(Content content) |
Content |
addContent(Content content,
int defaultTabId,
PlaceInGrid defaultPlace,
boolean defaultIsMinimized) |
RunnerLayoutUi |
addListener(ContentManagerListener listener,
Disposable parent) |
void |
attractBy(java.lang.String condition) |
void |
clearAttractionBy(java.lang.String condition) |
Content |
createContent(java.lang.String contentId,
ComponentWithActions contentWithActions,
java.lang.String displayName,
javax.swing.Icon icon,
javax.swing.JComponent toFocus) |
Content |
createContent(java.lang.String contentId,
javax.swing.JComponent component,
java.lang.String displayName,
javax.swing.Icon icon,
javax.swing.JComponent toFocus) |
Content |
findContent(java.lang.String contentId) |
javax.swing.JComponent |
getComponent() |
ContentManager |
getContentManager() |
Content [] |
getContents() |
LayoutStateDefaults |
getDefaults() |
LayoutViewOptions |
getOptions() |
boolean |
isDisposed() |
boolean |
removeContent(Content content,
boolean dispose) |
void |
removeListener(ContentManagerListener listener) |
ActionCallback |
selectAndFocus(Content content,
boolean requestFocus,
boolean forced) |
ActionCallback |
selectAndFocus(Content content,
boolean requestFocus,
boolean forced,
boolean implicit) |
void |
setBouncing(Content content,
boolean activate) |
void |
updateActionsNow() |
LayoutStateDefaults getDefaults()
LayoutViewOptions getOptions()
ContentManager getContentManager()
Content addContent(Content content, int defaultTabId, PlaceInGrid defaultPlace, boolean defaultIsMinimized)
Content createContent(java.lang.String contentId, javax.swing.JComponent component, java.lang.String displayName, javax.swing.Icon icon, javax.swing.JComponent toFocus)
Content createContent(java.lang.String contentId, ComponentWithActions contentWithActions, java.lang.String displayName, javax.swing.Icon icon, javax.swing.JComponent toFocus)
boolean removeContent(Content content, boolean dispose)
Content findContent(java.lang.String contentId)
ActionCallback selectAndFocus(Content content, boolean requestFocus, boolean forced)
ActionCallback selectAndFocus(Content content, boolean requestFocus, boolean forced, boolean implicit)
RunnerLayoutUi addListener(ContentManagerListener listener, Disposable parent)
void removeListener(ContentManagerListener listener)
void attractBy(java.lang.String condition)
void clearAttractionBy(java.lang.String condition)
void setBouncing(Content content, boolean activate)
javax.swing.JComponent getComponent()
boolean isDisposed()
void updateActionsNow()
Content [] getContents()