Uses of Class
org.noos.xing.mydoggy.PushAwayMode

Packages that use PushAwayMode
org.noos.xing.mydoggy   
 

Uses of PushAwayMode in org.noos.xing.mydoggy
 

Methods in org.noos.xing.mydoggy that return PushAwayMode
 PushAwayMode ToolWindowManagerDescriptor.getPushAwayMode()
          Returns the current push away mode.
static PushAwayMode PushAwayMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PushAwayMode[] PushAwayMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.noos.xing.mydoggy with parameters of type PushAwayMode
 PushAwayModeDescriptor ToolWindowManagerDescriptor.getPushAwayModeDescriptor(PushAwayMode pushAwayMode)
          Returns the PushAwayModeDescriptor for the passed push away mode if it is supported, null otherwise.
 void ToolWindowManagerDescriptor.setPushAwayMode(PushAwayMode pushAwayMode)
          Sets the push away mode to pushAwayMode
 



Copyright © 2012. All Rights Reserved.