Java Doc for XSvgImageMap.java in  » XML-UI » xui32 » com » xoetrope » svg » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML UI » xui32 » com.xoetrope.svg 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.awt.Container
   javax.swing.JComponent
      javax.swing.JPanel
         com.xoetrope.svg.XSvgImageMap

XSvgImageMap
public class XSvgImageMap extends JPanel implements MouseMotionListener,MouseListener,XAttributedComponent(Code)

Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Xoetrope.

$Revision: 1.2 $



Field Summary
protected  StringblockPrefix
    
protected  StringrolloverPrefix
    

Constructor Summary
public  XSvgImageMap()
     Class constructor.

Method Summary
public  voidaddActionListener(ActionListener al)
     Used to add an ActionListener to the list of action listeners.
public  voidaddMapMouseListener(MouseListener l)
     Adds a mouse listener to this component to listen for mouse events.
Parameters:
  l - the MouseListener that is to be added.
public  SVGDiagramdisplay()
    
public  voiddrawAuxilaryImages(Graphics2D g2d)
     Draws the auxilary images within the image map component.
public  voidendCoalesce()
     Stop coalescing, meaning the image will be repainted after the next pan or zoom action.
protected  voidfireActionPerformed(MouseEvent event)
     Notifies all mouse listeners that have registered interest for notification on mouse event types.
protected  voidfireActionPerformed(ActionEvent event)
     Notifies all listeners that have registered interest for notification on this event type.
public  BufferedImagegetBufferedImage()
    
public  doublegetCenterX()
     Return the center position of the image on the x-axis.
public  doublegetCenterY()
     Return the center position of the image on the y-axis.
public  JPanelgetGlassPane()
    
public  StringgetImageName()
     Returns the content of the image map.
public  booleangetPreserveAspect()
    
public  doublegetScaleX()
     Return the scaleFactor currently being applied to the x-axis.
public  doublegetScaleY()
     Return the scaleFactor currently being applied to the y-axis.
public  StringgetSelectedRollover(MouseEvent e)
     Returns the id of the rollover block currently selected.
Parameters:
  e - the triggered MouseEvent.
public  XRenderingSemaphoregetSemaphore()
     Returns the semaphore used by this class to block on rendering events.
public  SVGDiagramgetSvgDiagram()
     Returns the instance of the SVG diagram used to access the image data.
public  XSvgRolloverFindergetSvgRolloverFinder()
    
public  URLgetURL()
     Used to return the URL pointing to the SVG image that is being displayed.
public  StringgetUrl()
     Returns the url of the image displayed in the image map.
public  Point2DglassPaneToSvg(double x, double y)
     Converts a coordinate from the glasspane coordinate system to the svg map coordinate system.
public  voidloadArrays()
    
public  voidmouseClicked(MouseEvent e)
    
public  voidmouseDragged(MouseEvent e)
     Monitors mouse dragged events.
public  voidmouseEntered(MouseEvent e)
    
public  voidmouseExited(MouseEvent e)
     Detect if mouse has exited the component and reset visible rollove to hidden.
public  voidmouseMoved(MouseEvent e)
     Monitors mouse movement and calls checkBlock method.
public  voidmousePressed(MouseEvent e)
    
public  voidmouseReleased(MouseEvent e)
    
public  voidnotifyListeners()
     Notify all listening components that the svg has been re-rendered.
public  voidpaintComponent(Graphics g)
     Used to paint a buffered image of the rendered svg to the component.
public  voidpan(double x, double y)
     Used to pan the image based on percentage of the current x and y locations.
public  voidremoveActionListener(ActionListener l)
     Removes an ActionListener from the button.
public  voidremoveMapMouseListener(MouseListener l)
     Removes a mouse listener to this component.
public  voidresetBuffer()
     Reset the image buffer meaning that the image will be re-rendered the next time the paintComponent method is called.
public  voidresetPanning()
     Resets the image to its original displayed coordinates.
public  voidresetZoom()
     Resets the image to its original zoomed view.
public  voidresize()
    
public  intsetAttribute(String attribName, Object attribValue)
    
public  voidsetAuxilaryImages(BufferedImage[] images)
     Set the auxilary images to be displayed when dragging the image map.
public  voidsetBlockPrefix(String prefix)
     Set the prefix for each block within the svg image.
public  voidsetDrawAuxImages(boolean b)
     Sets whether the auxilary images are to be drawn or not.
public  voidsetImage(BufferedImage b)
     Sets the buffered image to be painted.
public  voidsetImageLocation(int x, int y)
     Set the location of the buffered image in the panel.
public  voidsetImageName(String attribValue)
     Set the content of the image map.
public  voidsetPanCoords(double x, double y)
     Set position of where the pan method is to begin panning from in the next pan action.
public  voidsetPreserveAspect(boolean preserve)
    
public  voidsetRollOverStatus(boolean setRollOvers)
     Allow rollovers or not based on boolean value.
public  voidsetRolloverPrefix(String prefix)
     Set the prefix for each rollover within the svg image.
public  voidsetSvgRolloverFinder(XSvgRolloverFinder sim)
    
public  voidsetURL(URL newUrl)
     Used to set the URL pointing to the SVG image that is to be displayed.
public  voidsetViewBox(double x, double y, double width, double height)
     Sets the viewbox at the specified coordinates and preserves the aspect ratio of the image.
public  voidsetVisibility(String group, boolean v)
    
public  voidstartCoalesce()
     Start coalesce, of panning and zooming actions.
public  Point2DsvgToGlassPane(double x, double y)
     Converts a coordinate from the svg map coordinate system to the glasspane coordinate system.
public  voidzoom(double zoom)
     Zooms the image by the scaling factor specified.

Field Detail
blockPrefix
protected String blockPrefix(Code)



rolloverPrefix
protected String rolloverPrefix(Code)




Constructor Detail
XSvgImageMap
public XSvgImageMap()(Code)
Class constructor.




Method Detail
addActionListener
public void addActionListener(ActionListener al)(Code)
Used to add an ActionListener to the list of action listeners.
Parameters:
  al - the listener to be added



addMapMouseListener
public void addMapMouseListener(MouseListener l)(Code)
Adds a mouse listener to this component to listen for mouse events.
Parameters:
  l - the MouseListener that is to be added.



display
public SVGDiagram display()(Code)
Displays the SVG image by adding the file to an SVGUniverse instance, extracting an SVGDiagram instance from SVGUniverse and displaying the diagram in an SVGDisplayPanel



drawAuxilaryImages
public void drawAuxilaryImages(Graphics2D g2d)(Code)
Draws the auxilary images within the image map component.
Parameters:
  g2d - the Graphics2D object used to draw the images.



endCoalesce
public void endCoalesce()(Code)
Stop coalescing, meaning the image will be repainted after the next pan or zoom action.



fireActionPerformed
protected void fireActionPerformed(MouseEvent event)(Code)
Notifies all mouse listeners that have registered interest for notification on mouse event types. The event instance is lazily created using the event parameter.
Parameters:
  event - the MouseEvent object



fireActionPerformed
protected void fireActionPerformed(ActionEvent event)(Code)
Notifies all listeners that have registered interest for notification on this event type. The event instance is lazily created using the event parameter.
Parameters:
  event - the ActionEvent object
See Also:   EventListenerList



getBufferedImage
public BufferedImage getBufferedImage()(Code)
Returns the rendered buffered image of the svg displayed by this class the returned BufferedImage instance



getCenterX
public double getCenterX()(Code)
Return the center position of the image on the x-axis.



getCenterY
public double getCenterY()(Code)
Return the center position of the image on the y-axis.



getGlassPane
public JPanel getGlassPane()(Code)
Returns the glass pane component of the layered pane the JPanel component returned



getImageName
public String getImageName()(Code)
Returns the content of the image map. String specifying the content value.



getPreserveAspect
public boolean getPreserveAspect()(Code)
Does the component preserve the aspect ratio of the image? true if the aspect ratio is preserved.



getScaleX
public double getScaleX()(Code)
Return the scaleFactor currently being applied to the x-axis.



getScaleY
public double getScaleY()(Code)
Return the scaleFactor currently being applied to the y-axis.



getSelectedRollover
public String getSelectedRollover(MouseEvent e)(Code)
Returns the id of the rollover block currently selected.
Parameters:
  e - the triggered MouseEvent. the id String.



getSemaphore
public XRenderingSemaphore getSemaphore()(Code)
Returns the semaphore used by this class to block on rendering events. XRenderingSemaphore the semaphore instance used by this class.



getSvgDiagram
public SVGDiagram getSvgDiagram()(Code)
Returns the instance of the SVG diagram used to access the image data.



getSvgRolloverFinder
public XSvgRolloverFinder getSvgRolloverFinder()(Code)
Get the compare interface the interface object or null if none has been set.



getURL
public URL getURL()(Code)
Used to return the URL pointing to the SVG image that is being displayed. URL object returned specifying the location of the SVG image.



getUrl
public String getUrl()(Code)
Returns the url of the image displayed in the image map. String specifying the content value.



glassPaneToSvg
public Point2D glassPaneToSvg(double x, double y)(Code)
Converts a coordinate from the glasspane coordinate system to the svg map coordinate system.
Parameters:
  x - a double specifying the x coordinate to be converted.
Parameters:
  y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates.



loadArrays
public void loadArrays()(Code)
Extracts Group objects from SVG file and loads them into the corresponding arrays



mouseClicked
public void mouseClicked(MouseEvent e)(Code)



mouseDragged
public void mouseDragged(MouseEvent e)(Code)
Monitors mouse dragged events.
Parameters:
  e - the MouseEvent that occured



mouseEntered
public void mouseEntered(MouseEvent e)(Code)



mouseExited
public void mouseExited(MouseEvent e)(Code)
Detect if mouse has exited the component and reset visible rollove to hidden.



mouseMoved
public void mouseMoved(MouseEvent e)(Code)
Monitors mouse movement and calls checkBlock method. to check if the mouse pointer position is within an SVG group
Parameters:
  e - the MouseEvent that occured



mousePressed
public void mousePressed(MouseEvent e)(Code)



mouseReleased
public void mouseReleased(MouseEvent e)(Code)



notifyListeners
public void notifyListeners()(Code)
Notify all listening components that the svg has been re-rendered.



paintComponent
public void paintComponent(Graphics g)(Code)
Used to paint a buffered image of the rendered svg to the component.
Parameters:
  g - the delegate Graphics object.



pan
public void pan(double x, double y)(Code)
Used to pan the image based on percentage of the current x and y locations.
Parameters:
  x - double specifying the percentage to increase/decrease the x-coordinate by.
Parameters:
  y - double specifying the percentage to increase/decrease the y-coordinate by.



removeActionListener
public void removeActionListener(ActionListener l)(Code)
Removes an ActionListener from the button. If the listener is the currently set Action for the button, then the Action is set to null.
Parameters:
  l - the listener to be removed



removeMapMouseListener
public void removeMapMouseListener(MouseListener l)(Code)
Removes a mouse listener to this component.
Parameters:
  l - the MouseListener that is to be removed.



resetBuffer
public void resetBuffer()(Code)
Reset the image buffer meaning that the image will be re-rendered the next time the paintComponent method is called.



resetPanning
public void resetPanning()(Code)
Resets the image to its original displayed coordinates.



resetZoom
public void resetZoom()(Code)
Resets the image to its original zoomed view.



resize
public void resize()(Code)
Resizes the SVG image to fit the panel



setAttribute
public int setAttribute(String attribName, Object attribValue)(Code)
Used to set the attributes of a componenent without knowing the individual accessor methods
  1. content, value=The SVG image to be displayed by the component or
  2. imagename, value=The SVG image to be displayed by the component
  3. opaque, value=true for an opaque image (fills the entire client area)

Parameters:
  attribName - String specifying the attribute name
Parameters:
  attribValue - Object specifying the attribute value



setAuxilaryImages
public void setAuxilaryImages(BufferedImage[] images)(Code)
Set the auxilary images to be displayed when dragging the image map.
Parameters:
  images - BufferedImage array containing the auxilary images to be displayed.



setBlockPrefix
public void setBlockPrefix(String prefix)(Code)
Set the prefix for each block within the svg image.
Parameters:
  prefix - String specifying the block prefix.



setDrawAuxImages
public void setDrawAuxImages(boolean b)(Code)
Sets whether the auxilary images are to be drawn or not.
Parameters:
  b - boolean specifying whether the auxilary images are to be drawn or not.



setImage
public void setImage(BufferedImage b)(Code)
Sets the buffered image to be painted.
Parameters:
  b - BufferedImage set to true if movable image is to be repainted.



setImageLocation
public void setImageLocation(int x, int y)(Code)
Set the location of the buffered image in the panel.
Parameters:
  x - the x coordinate of the buffered image.
Parameters:
  y - the y coordinate of the buffered image.



setImageName
public void setImageName(String attribValue)(Code)
Set the content of the image map.
Parameters:
  attribValue - Object specifying the content.



setPanCoords
public void setPanCoords(double x, double y)(Code)
Set position of where the pan method is to begin panning from in the next pan action.
Parameters:
  x - double specifying the x coordinate of where the image is to be panned from.
Parameters:
  y - double specifying the y coordinate of where the image is to be panned from.



setPreserveAspect
public void setPreserveAspect(boolean preserve)(Code)
Set the aspect ratio preservation flag
Parameters:
  preserve - true to preserve the aspect



setRollOverStatus
public void setRollOverStatus(boolean setRollOvers)(Code)
Allow rollovers or not based on boolean value.
Parameters:
  setRollOvers - boolean used to set if rollovers are to be allowed or not.



setRolloverPrefix
public void setRolloverPrefix(String prefix)(Code)
Set the prefix for each rollover within the svg image.
Parameters:
  prefix - String specifying the rollover prefix.



setSvgRolloverFinder
public void setSvgRolloverFinder(XSvgRolloverFinder sim)(Code)
Set the compare interfaces for comparing groups/elements for identification of the rollovers
Parameters:
  sim - the comparison class



setURL
public void setURL(URL newUrl)(Code)
Used to set the URL pointing to the SVG image that is to be displayed.
Parameters:
  newUrl - URL object specifying the location of the SVG image.



setViewBox
public void setViewBox(double x, double y, double width, double height)(Code)
Sets the viewbox at the specified coordinates and preserves the aspect ratio of the image.
Parameters:
  x - double specifying the x coordinate
Parameters:
  y - double specifying the y coordinate
Parameters:
  width - double specifying the width
Parameters:
  height - double specifying the height



setVisibility
public void setVisibility(String group, boolean v)(Code)
Sets the visibility of a group
Parameters:
  group - String specifying the SVG grouping to be displayed
Parameters:
  v - boolean specifying whether the group is to be set visible or hidden



startCoalesce
public void startCoalesce()(Code)
Start coalesce, of panning and zooming actions. The svg won't be repainted until the endCoalesce method is called.



svgToGlassPane
public Point2D svgToGlassPane(double x, double y)(Code)
Converts a coordinate from the svg map coordinate system to the glasspane coordinate system.
Parameters:
  x - a double specifying the x coordinate to be converted.
Parameters:
  y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates.



zoom
public void zoom(double zoom)(Code)
Zooms the image by the scaling factor specified.
Parameters:
  zoom - double specifying the scaling factor.



Methods inherited from javax.swing.JPanel
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public PanelUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void setUI(PanelUI ui)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

Fields inherited from javax.swing.JComponent
final public static String TOOL_TIP_TEXT_KEY(Code)(Java Doc)
final public static int UNDEFINED_CONDITION(Code)(Java Doc)
final public static int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT(Code)(Java Doc)
final public static int WHEN_FOCUSED(Code)(Java Doc)
final public static int WHEN_IN_FOCUSED_WINDOW(Code)(Java Doc)
protected AccessibleContext accessibleContext(Code)(Java Doc)
protected EventListenerList listenerList(Code)(Java Doc)
protected transient ComponentUI ui(Code)(Java Doc)

Methods inherited from javax.swing.JComponent
public void addAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void computeVisibleRect(Rectangle visibleRect)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public JToolTip createToolTip()(Code)(Java Doc)
public void disable()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws java.beans.PropertyVetoException(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public ActionListener getActionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
final public ActionMap getActionMap()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public AncestorListener[] getAncestorListeners()(Code)(Java Doc)
public boolean getAutoscrolls()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Border getBorder()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
final public Object getClientProperty(Object key)(Code)(Java Doc)
protected Graphics getComponentGraphics(Graphics g)(Code)(Java Doc)
public JPopupMenu getComponentPopupMenu()(Code)(Java Doc)
public int getConditionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
public int getDebugGraphicsOptions()(Code)(Java Doc)
public static Locale getDefaultLocale()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public boolean getInheritsPopupMenu()(Code)(Java Doc)
final public InputMap getInputMap(int condition)(Code)(Java Doc)
final public InputMap getInputMap()(Code)(Java Doc)
public InputVerifier getInputVerifier()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public Insets getInsets(Insets insets)(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Component getNextFocusableComponent()(Code)(Java Doc)
public Point getPopupLocation(MouseEvent event)(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public KeyStroke[] getRegisteredKeyStrokes()(Code)(Java Doc)
public JRootPane getRootPane()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Point getToolTipLocation(MouseEvent event)(Code)(Java Doc)
public String getToolTipText()(Code)(Java Doc)
public String getToolTipText(MouseEvent event)(Code)(Java Doc)
public Container getTopLevelAncestor()(Code)(Java Doc)
public TransferHandler getTransferHandler()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public boolean getVerifyInputWhenFocusTarget()(Code)(Java Doc)
public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc)
public Rectangle getVisibleRect()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public void grabFocus()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public static boolean isLightweightComponent(Component c)(Code)(Java Doc)
public boolean isManagingFocus()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isOptimizedDrawingEnabled()(Code)(Java Doc)
final public boolean isPaintingForPrint()(Code)(Java Doc)
public boolean isPaintingTile()(Code)(Java Doc)
public boolean isRequestFocusEnabled()(Code)(Java Doc)
public boolean isValidateRoot()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
protected void paintBorder(Graphics g)(Code)(Java Doc)
protected void paintChildren(Graphics g)(Code)(Java Doc)
protected void paintComponent(Graphics g)(Code)(Java Doc)
public void paintImmediately(int x, int y, int w, int h)(Code)(Java Doc)
public void paintImmediately(Rectangle r)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void printBorder(Graphics g)(Code)(Java Doc)
protected void printChildren(Graphics g)(Code)(Java Doc)
protected void printComponent(Graphics g)(Code)(Java Doc)
protected void processComponentKeyEvent(KeyEvent e)(Code)(Java Doc)
protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
final public void putClientProperty(Object key, Object value)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void removeAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(Rectangle r)(Code)(Java Doc)
public boolean requestDefaultFocus()(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
public boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void resetKeyboardActions()(Code)(Java Doc)
public void reshape(int x, int y, int w, int h)(Code)(Java Doc)
public void revalidate()(Code)(Java Doc)
public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc)
final public void setActionMap(ActionMap am)(Code)(Java Doc)
public void setAlignmentX(float alignmentX)(Code)(Java Doc)
public void setAlignmentY(float alignmentY)(Code)(Java Doc)
public void setAutoscrolls(boolean autoscrolls)(Code)(Java Doc)
public void setBackground(Color bg)(Code)(Java Doc)
public void setBorder(Border border)(Code)(Java Doc)
public void setComponentPopupMenu(JPopupMenu popup)(Code)(Java Doc)
public void setDebugGraphicsOptions(int debugOptions)(Code)(Java Doc)
public static void setDefaultLocale(Locale l)(Code)(Java Doc)
public void setDoubleBuffered(boolean aFlag)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFont(Font font)(Code)(Java Doc)
public void setForeground(Color fg)(Code)(Java Doc)
public void setInheritsPopupMenu(boolean value)(Code)(Java Doc)
final public void setInputMap(int condition, InputMap map)(Code)(Java Doc)
public void setInputVerifier(InputVerifier inputVerifier)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setNextFocusableComponent(Component aComponent)(Code)(Java Doc)
public void setOpaque(boolean isOpaque)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setRequestFocusEnabled(boolean requestFocusEnabled)(Code)(Java Doc)
public void setToolTipText(String text)(Code)(Java Doc)
public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc)
protected void setUI(ComponentUI newUI)(Code)(Java Doc)
public void setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget)(Code)(Java Doc)
public void setVisible(boolean aFlag)(Code)(Java Doc)
public void unregisterKeyboardAction(KeyStroke aKeyStroke)(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

Methods inherited from java.awt.Container
public Component add(Component comp)(Code)(Java Doc)
public Component add(String name, Component comp)(Code)(Java Doc)
public Component add(Component comp, int index)(Code)(Java Doc)
public void add(Component comp, Object constraints)(Code)(Java Doc)
public void add(Component comp, Object constraints, int index)(Code)(Java Doc)
public synchronized void addContainerListener(ContainerListener l)(Code)(Java Doc)
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public int countComponents()(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public Component findComponentAt(int x, int y)(Code)(Java Doc)
public Component findComponentAt(Point p)(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Component getComponent(int n)(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public int getComponentCount()(Code)(Java Doc)
public int getComponentZOrder(Component comp)(Code)(Java Doc)
public Component[] getComponents()(Code)(Java Doc)
public synchronized ContainerListener[] getContainerListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public FocusTraversalPolicy getFocusTraversalPolicy()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public LayoutManager getLayout()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Point getMousePosition(boolean allowChildren) throws HeadlessException(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public Insets insets()(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isAncestorOf(Component c)(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusCycleRoot()(Code)(Java Doc)
final public boolean isFocusTraversalPolicyProvider()(Code)(Java Doc)
public boolean isFocusTraversalPolicySet()(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintComponents(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printComponents(Graphics g)(Code)(Java Doc)
protected void processContainerEvent(ContainerEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
public void remove(int index)(Code)(Java Doc)
public void remove(Component comp)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public synchronized void removeContainerListener(ContainerListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void setComponentZOrder(Component comp, int index)(Code)(Java Doc)
public void setFocusCycleRoot(boolean focusCycleRoot)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalPolicy(FocusTraversalPolicy policy)(Code)(Java Doc)
final public void setFocusTraversalPolicyProvider(boolean provider)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setLayout(LayoutManager mgr)(Code)(Java Doc)
public void transferFocusDownCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)
protected void validateTree()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.