|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.core.AbstractDisposable
yu.ac.bg.etf.javaqx.qswing.JQComponent
The base class of all QSwing components.
Field Summary | |
protected EventListenerList |
listenerList
|
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQComponentProperties |
PROPERTY_BACKGROUND, PROPERTY_COMPONENT_ORIENTATION, PROPERTY_CONTEXT_MENU, PROPERTY_ENABLED, PROPERTY_FIXED_SIZE, PROPERTY_FOCUSABLE, PROPERTY_FONT, PROPERTY_FOREGROUND, PROPERTY_INSETS, PROPERTY_LOCALE, PROPERTY_MAXIMUM_SIZE, PROPERTY_MINIMUM_SIZE, PROPERTY_NAME, PROPERTY_OPAQUE, PROPERTY_PREFERRED_SIZE, PROPERTY_RESOURCE_BUNDLE_NAME, PROPERTY_STATUS_TIP_TEXT, PROPERTY_STYLE_SHEET, PROPERTY_TOOL_TIP_TEXT, PROPERTY_VISIBLE, PROPERTY_WHATS_THIS_TEXT |
Constructor Summary | |
protected |
JQComponent()
Constructs new JQComponent object. |
protected |
JQComponent(boolean initNative)
Constructs new JQComponent object. |
protected |
JQComponent(java.lang.String name)
Constructs new JQComponent object. |
Method Summary | |
void |
addComponentListener(ComponentListener listener)
Adds component listener. |
void |
addFocusListener(FocusListener listener)
Adds focus listener. |
void |
addKeyListener(KeyListener listener)
Adds key listener. |
void |
addMouseListener(MouseListener listener)
Adds mouse listener. |
void |
addMouseMotionListener(MouseMotionListener listener)
Adds mouse motion listener. |
void |
addMouseWheelListener(MouseWheelListener listener)
Adds mouse wheel listener. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds property chage listener for all properties. |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Adds property chage listener for specified property. |
protected void |
disableEvents(long eventsToDisable)
Disables the events specified by event mask parameter from being delivered to this component. |
protected void |
disposeComponent()
Disposes the component. |
protected void |
disposeObject()
Disposes the object. |
protected void |
enableEvents(long eventsToEnable)
Enables the events specified by event mask parameter to be delivered to this component. |
protected boolean |
eventEnabled(long event)
Returns true if the specified event is enabled. |
protected void |
firePropertyChange(java.lang.String propertyName,
boolean oldValue,
boolean newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
byte oldValue,
byte newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
char oldValue,
char newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
double oldValue,
double newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
float oldValue,
float newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
int oldValue,
int newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
long oldValue,
long newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Fires a bound property change. |
protected void |
firePropertyChange(java.lang.String propertyName,
short oldValue,
short newValue)
Fires a bound property change. |
Color |
getBackground()
Returns background color of the component. |
Rectangle |
getBounds()
Returns bounds of the component. |
java.lang.Object |
getClientProperty(java.lang.Object key)
Returns the value of the property specified by the key. |
ComponentListener[] |
getComponentListeners()
Returns component listeners. |
ComponentOrientation |
getComponentOrientation()
Returns component orientation. |
JQMenu |
getContextMenu()
Returns component's context menu. |
Cursor |
getCursor()
Returns cursor. |
protected long |
getEventMask()
Returns event mask. |
FocusListener[] |
getFocusListener()
Returns focus listeners. |
Font |
getFont()
Returns font of this component. |
FontMetrics |
getFontMetrics()
Returns font metrics of the component's font. |
Color |
getForeground()
Returns foreground color of the component. |
int |
getHeight()
Returns current height of the component. |
Insets |
getInsets()
Returns insets of this component. |
KeyListener[] |
getKeyListeners()
Returns key listeners. |
java.util.Locale |
getLocale()
Returns the locale of the component. |
Point |
getLocation()
Returns location of the component. |
Dimension |
getMaximumSize()
Returns maximum size of the component. |
Dimension |
getMinimumSize()
Returns minimum size of the component. |
MouseListener[] |
getMouseListeners()
Returns mouse listeners. |
MouseMotionListener[] |
getMouseMotionListeners()
Returns mouse motion listeners. |
MouseWheelListener[] |
getMouseWheelListeners()
Returns mouse wheel listeners. |
java.lang.String |
getName()
Returns the name of the component. |
JQComponent[] |
getOwnedComponents()
Return an array containing all the components this component currently owns. |
JQComponent |
getOwner()
Returns the owner of the component. |
JQContainer |
getParent()
Returns the parent of the component. |
Dimension |
getPreferredSize()
Returns preferred size of the component. |
java.beans.PropertyChangeListener[] |
getPropertyChangeListeners()
Returns property change listeners for all properties. |
java.beans.PropertyChangeListener[] |
getPropertyChangeListeners(java.lang.String propertyName)
Returns property chage listeners for specified property. |
java.lang.String |
getResourceBundleName()
Returns resource bundle name. |
Dimension |
getSize()
Returns the size of this component. |
java.lang.String |
getStatusTipText()
Returns status tip text. |
StyleSheet |
getStyleSheet()
Returns style sheet. |
java.lang.String |
getToolTipText()
Returns tooltip text. |
java.lang.String |
getToolTipText(int x,
int y)
Returns tooltip text for the specified location. |
java.lang.String |
getWhatsThisText()
Returns What's This text. |
int |
getWidth()
Returns current width of the component. |
int |
getX()
Returns current x coordinate. |
int |
getY()
Returns current y coordinate. |
void |
invalidate()
Invalidates the component. |
boolean |
isBackgroundSet()
Returns true if the background color has been explicitly set. |
boolean |
isCursorSet()
Returns true if the cursor is explicitly set. |
boolean |
isDisplayable()
Returns true if the component can be displayed on the screen. |
boolean |
isEnabled()
Returns true if the component is enabled. |
boolean |
isFocusable()
Returns whether or not this component can be focused. |
boolean |
isFocusOwner()
Returns true if this component is the focus owner. |
boolean |
isFontSet()
Returns true if the font is explicitly set. |
boolean |
isForegroundSet()
Returns true if the background color has been explicitly set. |
boolean |
isLeftToRight()
Returns true if orientation is left-to-right. |
boolean |
isLocaleSet()
Returns true if locale is explicitly set. |
boolean |
isOpaque()
Returns true if component is opaque. |
boolean |
isOwnerOf(JQComponent component)
Returns true if this component is owner of the specified component. |
boolean |
isPainting()
Returns true if component is painting itself. |
boolean |
isResizable()
Returns true if the component is resizable. |
boolean |
isResourceBundleNameSet()
Returns true if resource bundle name is explicitly set. |
boolean |
isUpdatesEnabled()
Returns true if updates are enabled. |
boolean |
isValid()
Returns true if component is valid. |
boolean |
isVisible()
Returns true if the component is visible. |
java.lang.Object |
localizeObject(java.lang.String key,
java.lang.Object obj)
Localizes specified object. |
java.lang.String |
localizeString(java.lang.String s)
Returns localized string. |
java.lang.String |
localizeString(java.lang.String key,
java.lang.String str)
Localizes specified string. |
java.lang.String[] |
localizeStrings(java.lang.String key,
java.lang.String[] strings)
Localizes specified string array. |
protected void |
paintComponent(Graphics g)
Paints the component. |
protected java.lang.String |
paramString()
Returns parameters string. |
protected void |
processComponentEvent(ComponentEvent event)
Process component event. |
protected void |
processContextMenuEvent(ContextMenuEvent event)
Process context menu event. |
protected void |
processFocusEvent(FocusEvent event)
Process focus event. |
protected void |
processKeyEvent(KeyEvent event)
Process key event. |
protected void |
processMouseEvent(MouseEvent event)
Process mouse event. |
protected void |
processMouseMotionEvent(MouseEvent event)
Process mouse motion event. |
protected void |
processMouseWheelEvent(MouseWheelEvent event)
Process mouse wheel event. |
protected void |
processStyleChange()
Process style change. |
void |
putClientProperty(java.lang.Object key,
java.lang.Object value)
Puts key/value "client property". |
void |
removeComponentListener(ComponentListener listener)
Removes component listener. |
void |
removeFocusListener(FocusListener listener)
Removes focus listener. |
void |
removeKeyListener(KeyListener listener)
Removes key listener. |
void |
removeMouseListener(MouseListener listener)
Removes mouse listener. |
void |
removeMouseMotionListener(MouseMotionListener listener)
Removes mouse motion listener. |
void |
removeMouseWheelListener(MouseWheelListener listener)
Removes mouse wheel listener. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes property chage listener for all properties. |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Removes property chage listener for specified property. |
void |
removeStyleSheet()
Removes style sheet. |
void |
repaint()
Repaints the component. |
void |
repaint(int x,
int y,
int width,
int height)
Repaints the component region. |
void |
repaint(Rectangle region)
Repaints the component region. |
void |
requestFocus()
Requests the focus. |
void |
revalidate()
Revalidates the component. |
void |
setBackground(Color background)
Sets background color of the component. |
void |
setBounds(int x,
int y,
int width,
int height)
Moves and resizes the component. |
void |
setBounds(Rectangle bounds)
Moves and resizes the component. |
void |
setComponentOrientation(ComponentOrientation orientation)
Sets component orientation. |
JQMenu |
setContextMenu(JQMenu contextMenu)
Sets component's context menu. |
void |
setCursor(Cursor cursor)
Sets cursor. |
void |
setDefaultResourceBundleName()
Sets default resource bundle name. |
void |
setDisplayable(boolean displayable)
Sets whether or not the component can be displayed on the screen. |
void |
setEnabled(boolean enabled)
Enables or disables the component. |
void |
setFixedSize(Dimension fixedSize)
Sets fixed size. |
void |
setFixedSize(int width,
int height)
Sets fixed size. |
void |
setFocusable(boolean focusable)
Sets focusable state of the component. |
void |
setFont(Font font)
Sets component's font. |
void |
setForeground(Color foreground)
Sets foreground color of the component. |
void |
setInsets(Insets insets)
Sets insets for this component. |
void |
setInsets(int top,
int left,
int bottom,
int right)
Sets insets for this component. |
void |
setLeftToRightComponentOrientation()
Sets left-to-right component orientation. |
void |
setLocale(java.util.Locale locale)
Sets the locale of the component. |
void |
setLocation(int x,
int y)
Sets current location of the component. |
void |
setLocation(Point location)
Sets current location of the component. |
void |
setMaximumSize(Dimension maximumSize)
Sets maximum size. |
void |
setMaximumSize(int width,
int height)
Sets maximum size. |
void |
setMinimumSize(Dimension minimumSize)
Sets minimum size. |
void |
setMinimumSize(int width,
int height)
Sets minimum size. |
void |
setName(java.lang.String name)
Sets the name of the component. |
void |
setOpaque(boolean opaque)
Sets whether or not component paints all background. |
void |
setPreferredSize(Dimension preferredSize)
Sets preferred size of the component. |
void |
setPreferredSize(int width,
int height)
Sets preferred size of the component. |
void |
setResizable(boolean resizable)
Sets resizable status. |
void |
setResourceBundleName(java.lang.String resourceBundleName)
Sets resource bundle name. |
void |
setRightToLeftComponentOrientation()
Sets right-to-left component orientation. |
void |
setSize(Dimension size)
Sets size of the component. |
void |
setSize(int width,
int height)
Sets size of the component. |
void |
setStatusTipText(java.lang.String text)
Sets status tip text. |
void |
setStyleSheet(java.lang.String styleSheetText)
Sets style sheet. |
void |
setStyleSheet(StyleSheet styleSheet)
Sets style sheet. |
void |
setToolTipText(java.lang.String text)
Sets tooltip text. |
void |
setUpdatesEnabled(boolean enabled)
Enables/disables updates. |
void |
setVisible(boolean visible)
Sets new visibility state. |
void |
setWhatsThisText(java.lang.String text)
Sets What's This text. |
java.lang.String |
toString()
|
void |
unsetComponentOrientation()
Unsets component orientation. |
void |
update()
Updates the component. |
void |
update(int x,
int y,
int width,
int height)
Updates the component region. |
void |
update(Rectangle region)
Updates the component region. |
void |
updateComponentOrientation()
Updates components orientation using current locale. |
void |
updateLocalization()
Updates localization. |
void |
validate()
Validates the component. |
Methods inherited from class yu.ac.bg.etf.javaqx.core.AbstractDisposable |
addDisposeListener, dispose, disposedCheck, disposedErrorString, finalize, isDisposed, removeDisposeListener |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected final EventListenerList listenerList
Constructor Detail |
protected JQComponent()
protected JQComponent(java.lang.String name)
name
- the component nameprotected JQComponent(boolean initNative)
WARNING: Do not call this constructor if you don't implement native constructor.
initNative
- initialize native constructorMethod Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the component namepublic final JQComponent getOwner()
public final JQContainer getParent()
public final boolean isOwnerOf(JQComponent component)
component
- the component to check
public JQComponent[] getOwnedComponents()
public JQMenu getContextMenu()
public JQMenu setContextMenu(JQMenu contextMenu)
contextMenu
- the context menu
public boolean isDisplayable()
NOTE: This method differs form the java.awt.Component corresponding method!
public void setDisplayable(boolean displayable)
displayable
- if true, the component can be desplayedpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- the new visibility statepublic boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- if true the component is enabled; otherwise the
component is disabledpublic boolean isFocusable()
public void setFocusable(boolean focusable)
focusable
- if true, the component can be focusedpublic boolean isFocusOwner()
public void requestFocus()
public int getX()
public int getY()
public Point getLocation()
public void setLocation(int x, int y)
x
- the new x coordinate of the componenty
- the new y coordinate of the componentpublic void setLocation(Point location)
location
- the new location of the componentpublic int getWidth()
public int getHeight()
public Dimension getSize()
public void setSize(int width, int height)
width
- the new width of the componentheight
- the new height of the componentpublic void setSize(Dimension size)
size
- the sizepublic Rectangle getBounds()
public void setBounds(int x, int y, int width, int height)
x
- the new x coordinate of the componenty
- the new y coordinate of the componentwidth
- the new width of the componentheight
- the new height of the componentpublic void setBounds(Rectangle bounds)
bounds
- the new boundspublic Dimension getPreferredSize()
public void setPreferredSize(Dimension preferredSize)
preferredSize
- the preferred sizepublic void setPreferredSize(int width, int height)
width
- the preferred widthheight
- the preferred heightpublic Dimension getMaximumSize()
public void setMaximumSize(Dimension maximumSize)
maximumSize
- the maximum sizepublic void setMaximumSize(int width, int height)
width
- the maximum widthheight
- the maximum heightpublic Dimension getMinimumSize()
public void setMinimumSize(Dimension minimumSize)
minimumSize
- the minimum sizepublic void setMinimumSize(int width, int height)
width
- the minimum widthheight
- the minimum heightpublic void setFixedSize(Dimension fixedSize)
fixedSize
- the fixed sizepublic void setFixedSize(int width, int height)
width
- the fixed widthheight
- the fixed heightpublic boolean isResizable()
public void setResizable(boolean resizable)
resizable
- if true the component is resizable; otherwise
falsepublic Insets getInsets()
public void setInsets(Insets insets)
insets
- the insets of the componentpublic void setInsets(int top, int left, int bottom, int right)
top
- the inset from the topleft
- the inset from the leftbottom
- the inset from the bottomright
- the inset from the rightpublic boolean isValid()
public void invalidate()
public void validate()
public void revalidate()
public boolean isBackgroundSet()
public Color getBackground()
public void setBackground(Color background)
background
- the background color of the componentpublic boolean isForegroundSet()
public Color getForeground()
public void setForeground(Color foreground)
foreground
- the background color of the componentpublic boolean isOpaque()
public void setOpaque(boolean opaque)
opaque
- true if the component should paint all backgroundpublic boolean isFontSet()
public Font getFont()
public void setFont(Font font)
font
- the fontpublic FontMetrics getFontMetrics()
public StyleSheet getStyleSheet()
public void setStyleSheet(StyleSheet styleSheet)
styleSheet
- the style sheetpublic void setStyleSheet(java.lang.String styleSheetText)
styleSheetText
- the style sheet textpublic void removeStyleSheet()
public boolean isCursorSet()
public Cursor getCursor()
public void setCursor(Cursor cursor)
cursor
- the cursorpublic boolean isPainting()
public void repaint()
public void repaint(int x, int y, int width, int height)
x
- the x coordinate of the regiony
- the y coordinate of the regionwidth
- the width of the regionheight
- the height of the regionpublic void repaint(Rectangle region)
region
- the component regionpublic boolean isUpdatesEnabled()
public void setUpdatesEnabled(boolean enabled)
enabled
- it true updates are enabledpublic void update()
public void update(int x, int y, int width, int height)
x
- the x coordinate of the regiony
- the y coordinate of the regionwidth
- the width of the regionheight
- the height of the regionpublic void update(Rectangle region)
region
- the component regionpublic boolean isLocaleSet()
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- the locale of the componentpublic ComponentOrientation getComponentOrientation()
public boolean isLeftToRight()
public void setComponentOrientation(ComponentOrientation orientation)
orientation
- the component orientation
java.lang.IllegalArgumentException
- if component orientation is nullpublic void setLeftToRightComponentOrientation()
public void setRightToLeftComponentOrientation()
public void unsetComponentOrientation()
public void updateComponentOrientation()
public boolean isResourceBundleNameSet()
public java.lang.String getResourceBundleName()
public void setResourceBundleName(java.lang.String resourceBundleName)
resourceBundleName
- new resource bundle namepublic void setDefaultResourceBundleName()
public java.lang.String localizeString(java.lang.String key, java.lang.String str)
key
- the resource bundle keystr
- the string to be localized
public java.lang.String localizeString(java.lang.String s)
s
- the string to be localized
public java.lang.Object localizeObject(java.lang.String key, java.lang.Object obj)
key
- the resource bundle keyobj
- the object to be localized
public java.lang.String[] localizeStrings(java.lang.String key, java.lang.String[] strings)
key
- the resource bundle keystrings
- the string array to be localized
public void updateLocalization()
public java.lang.String getToolTipText()
public void setToolTipText(java.lang.String text)
text
- the tooltip textpublic java.lang.String getToolTipText(int x, int y)
x
- the x coordinate of the tooltip locationy
- int y coordinate of the tooltip location
public java.lang.String getStatusTipText()
public void setStatusTipText(java.lang.String text)
text
- the status tip textpublic java.lang.String getWhatsThisText()
public void setWhatsThisText(java.lang.String text)
text
- the What's This textpublic void addComponentListener(ComponentListener listener)
listener
- the component listenerpublic void removeComponentListener(ComponentListener listener)
listener
- the component listenerpublic ComponentListener[] getComponentListeners()
public void addFocusListener(FocusListener listener)
listener
- the focus listenerpublic void removeFocusListener(FocusListener listener)
listener
- the focus listenerpublic FocusListener[] getFocusListener()
public void addKeyListener(KeyListener listener)
listener
- the key listenerpublic void removeKeyListener(KeyListener listener)
listener
- the mouse listenerpublic KeyListener[] getKeyListeners()
public void addMouseListener(MouseListener listener)
listener
- the mouse listenerpublic void removeMouseListener(MouseListener listener)
listener
- the mouse listenerpublic MouseListener[] getMouseListeners()
public void addMouseMotionListener(MouseMotionListener listener)
listener
- the mouse motion listenerpublic void removeMouseMotionListener(MouseMotionListener listener)
listener
- the mouse motion listenerpublic MouseMotionListener[] getMouseMotionListeners()
public void addMouseWheelListener(MouseWheelListener listener)
listener
- the mouse wheel listenerpublic void removeMouseWheelListener(MouseWheelListener listener)
listener
- the mouse wheel listenerpublic MouseWheelListener[] getMouseWheelListeners()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- the property chage listenerpublic void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
propertyName
- the property namelistener
- the property chage listenerpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- the property chage listenerpublic void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
propertyName
- the property namelistener
- the property chage listenerpublic java.beans.PropertyChangeListener[] getPropertyChangeListeners()
public java.beans.PropertyChangeListener[] getPropertyChangeListeners(java.lang.String propertyName)
propertyName
- the property name
public java.lang.Object getClientProperty(java.lang.Object key)
key
- the being queried
public void putClientProperty(java.lang.Object key, java.lang.Object value)
key
- the new property keyvalue
- the new property value
java.lang.IllegalArgumentException
- if the key is nullprotected long getEventMask()
protected void enableEvents(long eventsToEnable)
eventsToEnable
- the events to be enabledprotected void disableEvents(long eventsToDisable)
eventsToDisable
- the events to be disabledprotected boolean eventEnabled(long event)
event
- the event
protected void processComponentEvent(ComponentEvent event)
event
- the key eventprotected void processStyleChange()
protected void processFocusEvent(FocusEvent event)
event
- the focus eventprotected void processKeyEvent(KeyEvent event)
event
- the key eventprotected void processMouseEvent(MouseEvent event)
event
- the mouse eventprotected void processContextMenuEvent(ContextMenuEvent event)
event
- the context menu eventprotected void processMouseMotionEvent(MouseEvent event)
event
- the mouse motion eventprotected void processMouseWheelEvent(MouseWheelEvent event)
event
- the mouse wheel eventprotected void paintComponent(Graphics g)
g
- the graphics object
java.lang.IllegalStateException
- if method is called outside paint event
handlingprotected void disposeComponent()
protected void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
propertyName
- the property nameoldValue
- the old value of the propertynewValue
- the new value of the propertyprotected void firePropertyChange(java.lang.String propertyName, boolean oldValue, boolean newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a boolean)newValue
- the new value of the property (as a boolean)protected void firePropertyChange(java.lang.String propertyName, byte oldValue, byte newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a byte)newValue
- the new value of the property (as a byte)protected void firePropertyChange(java.lang.String propertyName, char oldValue, char newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a char)newValue
- the new value of the property (as a char)protected void firePropertyChange(java.lang.String propertyName, short oldValue, short newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a short)newValue
- the new value of the property (as a short)protected void firePropertyChange(java.lang.String propertyName, int oldValue, int newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a int)newValue
- the new value of the property (as a int)protected void firePropertyChange(java.lang.String propertyName, long oldValue, long newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a long)newValue
- the new value of the property (as a long)protected void firePropertyChange(java.lang.String propertyName, float oldValue, float newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a float)newValue
- the new value of the property (as a float)protected void firePropertyChange(java.lang.String propertyName, double oldValue, double newValue)
propertyName
- the property nameoldValue
- the old value of the property (as a double)newValue
- the new value of the property (as a double)protected java.lang.String paramString()
public java.lang.String toString()
protected final void disposeObject()
disposeObject
in class AbstractDisposable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |