org.springframework.richclient.application.docking.vldocking
Class VLDockingViewDescriptor

Show UML class diagram
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 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

Field Summary
static com.vlsolutions.swing.docking.DockingConstants.Hide DEFAULT_AUTOHIDEBORDER
           
static boolean DEFAULT_AUTOHIDEENABLED
           
static boolean DEFAULT_CLOSEENABLED
           
static boolean DEFAULT_FLOATENABLED
           
static boolean DEFAULT_MAXIMIZEENABLED
           
 
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
VLDockingViewDescriptor()
           
 
Method Summary
 com.vlsolutions.swing.docking.DockingConstants.Hide getAutoHideBorder()
           
 boolean isAutoHideEnabled()
           
 boolean isCloseEnabled()
           
 boolean isFloatEnabled()
           
 boolean isMaximizeEnabled()
           
 void setAutoHideBorder(com.vlsolutions.swing.docking.DockingConstants.Hide autoHideBorder)
           
 void setAutoHideEnabled(boolean autoHideEnabled)
           
 void setCloseEnabled(boolean closeEnabled)
           
 void setFloatEnabled(boolean floatEnabled)
           
 void setMaximizeEnabled(boolean maximizeEnabled)
           
 
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
 
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
 

Field Detail

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
Constructor Detail

VLDockingViewDescriptor

public VLDockingViewDescriptor()
Method Detail

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.