|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.AbstractButton javax.swing.JButton com.jidesoft.swing.JideButton com.jidesoft.plaf.basic.BasicDockableFrameTitlePane.NoFocusButton com.jidesoft.plaf.xerto.XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton
public class XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JButton |
---|
JButton.AccessibleJButton |
Nested classes/interfaces inherited from class javax.swing.AbstractButton |
---|
AbstractButton.AccessibleAbstractButton, AbstractButton.ButtonChangeListener |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class com.jidesoft.plaf.basic.BasicDockableFrameTitlePane.NoFocusButton |
---|
ACTION_BUTTON, ADDITIONAL_BUTTON, AUTOHIDE_BUTTON, CLOSE_BUTTON, FLOAT_BUTTON, HIDE_AUTOHIDE_BUTTON, MAXIMIZE_BUTTON, RESTORE_BUTTON, STOP_AUTOHIDE_BUTTON, UNFLOAT_BUTTON |
Fields inherited from class com.jidesoft.swing.JideButton |
---|
CLIENT_PROPERTY_HIDE_POPUPMENU, PROPERTY_ALWAYS_SHOW_HYPERLINK |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface com.jidesoft.swing.Alignable |
---|
PROPERTY_ORIENTATION |
Fields inherited from interface com.jidesoft.swing.ButtonStyle |
---|
BUTTON_STYLE_PROPERTY, CLIENT_PROPERTY_SEGMENT_POSITION, FLAT_STYLE, HYPERLINK_STYLE, SEGMENT_POSITION_FIRST, SEGMENT_POSITION_LAST, SEGMENT_POSITION_MIDDLE, SEGMENT_POSITION_ONLY, TOOLBAR_STYLE, TOOLBOX_STYLE |
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton()
|
|
XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton(Action action)
|
Method Summary | |
---|---|
int |
getType()
|
boolean |
isFocusable()
|
void |
mouseClicked(MouseEvent e)
|
void |
mouseDragged(MouseEvent e)
|
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mouseMoved(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
protected void |
paintComponent(Graphics g)
|
void |
requestFocus()
|
void |
setType(int type)
|
void |
updateUI()
Resets the UI property to a value from the current look and feel. |
Methods inherited from class com.jidesoft.plaf.basic.BasicDockableFrameTitlePane.NoFocusButton |
---|
getIcon, getText, isMouseOver, isMousePressed, originalPaintComponent, setMouseOver, setMousePressed, setUse3DButtons |
Methods inherited from class com.jidesoft.swing.JideButton |
---|
getBackgroundOfState, getButtonStyle, getDefaultForeground, getForegroundOfState, getOrientation, getUIClassID, isAlwaysShowHyperlink, setAlwaysShowHyperlink, setBackgroundOfState, setButtonStyle, setDefaultForeground, setForegroundOfState, setIcon, setOrientation, setRolloverEnabled, setText, supportHorizontalOrientation, supportVerticalOrientation |
Methods inherited from class javax.swing.JButton |
---|
getAccessibleContext, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.jidesoft.swing.AlignmentSupport |
---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
Constructor Detail |
---|
public XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton()
public XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton(Action action)
Method Detail |
---|
public void updateUI()
updateUI
in class BasicDockableFrameTitlePane.NoFocusButton
JComponent.updateUI()
protected void paintComponent(Graphics g)
paintComponent
in class BasicDockableFrameTitlePane.NoFocusButton
public boolean isFocusable()
isFocusable
in class BasicDockableFrameTitlePane.NoFocusButton
public void requestFocus()
requestFocus
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
mouseMoved
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mouseClicked
in class BasicDockableFrameTitlePane.NoFocusButton
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
mouseEntered
in class BasicDockableFrameTitlePane.NoFocusButton
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
mouseExited
in class BasicDockableFrameTitlePane.NoFocusButton
public int getType()
getType
in class BasicDockableFrameTitlePane.NoFocusButton
public void setType(int type)
setType
in class BasicDockableFrameTitlePane.NoFocusButton
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |