org.springframework.richclient.application.docking.vldocking
Class VLDockingViewDescriptor
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.core.LabeledObjectSupport
org.springframework.richclient.application.support.DefaultViewDescriptor
org.springframework.richclient.application.docking.vldocking.VLDockingViewDescriptor
- All Implemented Interfaces:
- BeanNameAware, InitializingBean, PropertyChangePublisher, PageComponentDescriptor, ViewDescriptor, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, TitleConfigurable, VisualizedElement, ImageConfigurable
public class VLDockingViewDescriptor
- extends DefaultViewDescriptor
- Author:
- Rogan Dawes
Methods inherited from class org.springframework.richclient.application.support.DefaultViewDescriptor |
afterPropertiesSet, createPageComponent, createShowViewCommand, createView, getId, getShowViewCommandLabel, getViewClass, 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 |
DEFAULT_AUTOHIDEENABLED
public static boolean DEFAULT_AUTOHIDEENABLED
DEFAULT_AUTOHIDEBORDER
public static com.vlsolutions.swing.docking.DockingConstants.Hide DEFAULT_AUTOHIDEBORDER
DEFAULT_CLOSEENABLED
public static boolean DEFAULT_CLOSEENABLED
DEFAULT_FLOATENABLED
public static boolean DEFAULT_FLOATENABLED
DEFAULT_MAXIMIZEENABLED
public static boolean DEFAULT_MAXIMIZEENABLED
VLDockingViewDescriptor
public VLDockingViewDescriptor()
getAutoHideBorder
public com.vlsolutions.swing.docking.DockingConstants.Hide getAutoHideBorder()
- Returns:
- the autoHideBorder
setAutoHideBorder
public void setAutoHideBorder(com.vlsolutions.swing.docking.DockingConstants.Hide autoHideBorder)
- Parameters:
autoHideBorder
- the autoHideBorder to set
isAutoHideEnabled
public boolean isAutoHideEnabled()
- Returns:
- the autoHideEnabled
setAutoHideEnabled
public void setAutoHideEnabled(boolean autoHideEnabled)
- Parameters:
autoHideEnabled
- the autoHideEnabled to set
isCloseEnabled
public boolean isCloseEnabled()
- Returns:
- the closeEnabled
setCloseEnabled
public void setCloseEnabled(boolean closeEnabled)
- Parameters:
closeEnabled
- the closeEnabled to set
isFloatEnabled
public boolean isFloatEnabled()
- Returns:
- the floatEnabled
setFloatEnabled
public void setFloatEnabled(boolean floatEnabled)
- Parameters:
floatEnabled
- the floatEnabled to set
isMaximizeEnabled
public boolean isMaximizeEnabled()
- Returns:
- the maximizeEnabled
setMaximizeEnabled
public void setMaximizeEnabled(boolean maximizeEnabled)
- Parameters:
maximizeEnabled
- the maximizeEnabled to set
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.