|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.value.support.AbstractPropertyChangePublisher
org.springframework.richclient.command.AbstractCommand
org.springframework.richclient.command.CommandGroup
org.springframework.richclient.command.support.ShowViewMenu
public class ShowViewMenu
A menu containing a collection of sub-menu items that each display a given view.
Field Summary | |
---|---|
static String |
ID
The identifier of this command. |
Fields inherited from class org.springframework.richclient.command.AbstractCommand |
---|
ENABLED_PROPERTY_NAME, VISIBLE_PROPERTY_NAME |
Fields inherited from class org.springframework.binding.value.support.AbstractPropertyChangePublisher |
---|
logger |
Fields inherited from interface org.springframework.richclient.core.Authorizable |
---|
AUTHORIZED_PROPERTY |
Constructor Summary | |
---|---|
ShowViewMenu()
Creates a new ShowViewMenu with an id of "showViewMenu". |
Method Summary | |
---|---|
void |
afterPropertiesSet()
Called after dependencies have been set, populates this menu with action command objects that will each show a given view when executed. |
void |
setApplicationWindow(ApplicationWindow window)
Sets the reference to the application window that this object was created within. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ID
Constructor Detail |
---|
public ShowViewMenu()
ShowViewMenu
with an id of "showViewMenu".
Method Detail |
---|
public void setApplicationWindow(ApplicationWindow window)
setApplicationWindow
in interface ApplicationWindowAware
window
- The application window containing this component.public void afterPropertiesSet()
ViewDescriptorRegistry
retrieved from
ApplicationServices
.
afterPropertiesSet
in interface InitializingBean
afterPropertiesSet
in class AbstractCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |