|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlafContentManagerUI
| Method Summary | |
|---|---|
void |
addContent(PlafContent content,
Object... constraints)
Adds the ui part of a content. |
JPopupMenu |
getPopupMenu()
Returns the default popup menu for the contents. |
PlafContentManagerUI |
install(org.noos.xing.mydoggy.ContentManagerUI oldContentManagerUI,
org.noos.xing.mydoggy.ToolWindowManager manager)
Configures this manager appropriate for the specified toolwindow manager. |
boolean |
isInstalled()
Returns true is the manager is installed, false otherwise. |
boolean |
isSelected(org.noos.xing.mydoggy.Content content)
Returns whether or not the specified content is currently selected. |
void |
removeContent(PlafContent content)
Removes the ui part of a content. |
void |
selectNextContent(org.noos.xing.mydoggy.Content content)
|
void |
setPopupMenu(JPopupMenu popupMenu)
Sets the default popup menu for the contents. |
void |
setSelected(org.noos.xing.mydoggy.Content content,
boolean selected)
Sets whether or not the content is selected. |
void |
uninstall()
Reverses configuration which was done during install(...) |
void |
updateUI()
Calls the updateUI method on all components used by this manager. |
| Method Detail |
|---|
PlafContentManagerUI install(org.noos.xing.mydoggy.ContentManagerUI oldContentManagerUI,
org.noos.xing.mydoggy.ToolWindowManager manager)
manager - the component where this UI delegate is being installedoldContentManagerUI - the old ContentManagerUI
uninstall()void uninstall()
install(...).
install(org.noos.xing.mydoggy.ContentManagerUI, org.noos.xing.mydoggy.ToolWindowManager)boolean isInstalled()
void addContent(PlafContent content,
Object... constraints)
content - the content ui part to be added.constraints - one or more constraint used to add the ui part of the content.void removeContent(PlafContent content)
content - the content ui part to be removed.boolean isSelected(org.noos.xing.mydoggy.Content content)
content - on which check the selection state.
void setSelected(org.noos.xing.mydoggy.Content content,
boolean selected)
content - on which change the selection state.selected - whether or not the content should be selected.void setPopupMenu(JPopupMenu popupMenu)
popupMenu.
popupMenu - the default popup menu for the contents.JPopupMenu getPopupMenu()
PopupMenu for the contents.void updateUI()
void selectNextContent(org.noos.xing.mydoggy.Content content)
content -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||