|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.richclient.application.support.ApplicationServicesAccessor org.springframework.richclient.core.LabeledObjectSupport org.springframework.richclient.application.support.DefaultViewDescriptor de.mindcrimeilab.xsanalyzer.ui.support.mydoggy.MyDoggyToolWindowViewDescriptor
public class MyDoggyToolWindowViewDescriptor
Spring RCP adapter to the tool window description of mydoggy.
Field Summary |
---|
Fields inherited from class org.springframework.richclient.core.LabeledObjectSupport |
---|
logger |
Fields inherited from interface org.springframework.richclient.core.DescribedElement |
---|
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY |
Constructor Summary | |
---|---|
MyDoggyToolWindowViewDescriptor()
|
Method Summary | |
---|---|
org.noos.xing.mydoggy.ToolWindowAnchor |
getAnchor()
|
org.noos.xing.mydoggy.ToolWindowType |
getType()
|
boolean |
isActive()
|
boolean |
isAvailable()
|
void |
setActive(boolean active)
|
void |
setAnchor(org.noos.xing.mydoggy.ToolWindowAnchor anchor)
|
void |
setAvailable(boolean available)
|
void |
setType(org.noos.xing.mydoggy.ToolWindowType type)
|
Methods inherited from class org.springframework.richclient.application.support.DefaultViewDescriptor |
---|
createPageComponent, createShowViewCommand, createView, getId, getShowViewCommandLabel, setBeanName, setId, setViewClass, setViewProperties |
Methods inherited from class org.springframework.richclient.core.LabeledObjectSupport |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getAccelerator, getCaption, getDescription, getDisplayName, getIcon, getImage, getLabel, getMnemonic, getMnemonicIndex, hasChanged, hasChanged, hasChanged, removePropertyChangeListener, removePropertyChangeListener, setCaption, setDescription, setImage, setLabelInfo, setTitle, toString |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
---|
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface org.springframework.richclient.core.DescribedElement |
---|
getCaption, getDescription, getDisplayName |
Methods inherited from interface org.springframework.richclient.core.VisualizedElement |
---|
getIcon, getImage |
Constructor Detail |
---|
public MyDoggyToolWindowViewDescriptor()
Method Detail |
---|
public org.noos.xing.mydoggy.ToolWindowAnchor getAnchor()
public void setAnchor(org.noos.xing.mydoggy.ToolWindowAnchor anchor)
anchor
- the anchor to setpublic org.noos.xing.mydoggy.ToolWindowType getType()
public void setType(org.noos.xing.mydoggy.ToolWindowType type)
type
- the type to setpublic boolean isAvailable()
public void setAvailable(boolean available)
available
- the available to setpublic boolean isActive()
public void setActive(boolean active)
active
- the active to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |