org.jdesktop.swingx.plaf
Class ScrollBarContextMenuSource

java.lang.Object
  extended by org.jdesktop.swingx.plaf.ContextMenuSource
      extended by org.jdesktop.swingx.plaf.ScrollBarContextMenuSource

public class ScrollBarContextMenuSource
extends ContextMenuSource

Author:
Jeanette Winzenburg

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.ContextMenuSource
ContextMenuSource.DelegateAction
 
Constructor Summary
ScrollBarContextMenuSource(int orientation)
           
 
Method Summary
 java.lang.String[] getKeys()
           
protected  java.lang.String getResourcePrefix()
           
protected  void initNames(java.util.Map<java.lang.String,java.lang.String> names)
           
 void updateActionEnabled(javax.swing.JComponent component, javax.swing.ActionMap map)
           
 
Methods inherited from class org.jdesktop.swingx.plaf.ContextMenuSource
createActionMap, createDelegateAction, getName, getNames, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollBarContextMenuSource

public ScrollBarContextMenuSource(int orientation)
Method Detail

getKeys

public java.lang.String[] getKeys()
Specified by:
getKeys in class ContextMenuSource

updateActionEnabled

public void updateActionEnabled(javax.swing.JComponent component,
                                javax.swing.ActionMap map)
Specified by:
updateActionEnabled in class ContextMenuSource

initNames

protected void initNames(java.util.Map<java.lang.String,java.lang.String> names)
Specified by:
initNames in class ContextMenuSource

getResourcePrefix

protected java.lang.String getResourcePrefix()
Specified by:
getResourcePrefix in class ContextMenuSource


Copyright © 2005 Sun Microsystems All Rights Reserved.