de.mindcrimeilab.xsanalyzer.ui.support.mydoggy
Class MyDoggyToolWindowViewDescriptor

java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
      extended by org.springframework.richclient.core.LabeledObjectSupport
          extended by org.springframework.richclient.application.support.DefaultViewDescriptor
              extended by de.mindcrimeilab.xsanalyzer.ui.support.mydoggy.MyDoggyToolWindowViewDescriptor
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.binding.value.PropertyChangePublisher, org.springframework.richclient.application.PageComponentDescriptor, org.springframework.richclient.application.ViewDescriptor, org.springframework.richclient.command.config.CommandLabelConfigurable, org.springframework.richclient.core.DescribedElement, org.springframework.richclient.core.DescriptionConfigurable, org.springframework.richclient.core.TitleConfigurable, org.springframework.richclient.core.VisualizedElement, org.springframework.richclient.image.config.ImageConfigurable

public class MyDoggyToolWindowViewDescriptor
extends org.springframework.richclient.application.support.DefaultViewDescriptor

Spring RCP adapter to the tool window description of mydoggy.

Version:
$Revision: 165 $
Author:
Michael Engelhardt, $Author: agony $

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

MyDoggyToolWindowViewDescriptor

public MyDoggyToolWindowViewDescriptor()
Method Detail

getAnchor

public org.noos.xing.mydoggy.ToolWindowAnchor getAnchor()
Returns:
the anchor

setAnchor

public void setAnchor(org.noos.xing.mydoggy.ToolWindowAnchor anchor)
Parameters:
anchor - the anchor to set

getType

public org.noos.xing.mydoggy.ToolWindowType getType()
Returns:
the type

setType

public void setType(org.noos.xing.mydoggy.ToolWindowType type)
Parameters:
type - the type to set

isAvailable

public boolean isAvailable()
Returns:
the available

setAvailable

public void setAvailable(boolean available)
Parameters:
available - the available to set

isActive

public boolean isActive()
Returns:
the active

setActive

public void setActive(boolean active)
Parameters:
active - the active to set


Copyright © 2010. All Rights Reserved.