org.kemet.lf.components
Class CJSeparator

java.lang.Object
  extended by org.kemet.lf.components.CJSeparator

public class CJSeparator
extends java.lang.Object

Since:
0.3
Author:
fabricemaupin

CJSeparator : creation and display of separator in menu.


Constructor Summary
CJSeparator(javax.swing.JMenu m)
           create custom separator.
 
Method Summary
 javax.swing.JSeparator getJs()
           return the current separator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CJSeparator

public CJSeparator(javax.swing.JMenu m)
            throws ExceptionManager

create custom separator.

Parameters:
m - associated menu
Throws:
ExceptionManager
Since:
0.3
Method Detail

getJs

public javax.swing.JSeparator getJs()

return the current separator.

Returns:
current separator
Since:
0.3


Copyright © 2008 F. MAUPIN. All Rights Reserved.