|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
PointOfView
Class GeoIP_DimensionGUI

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
PointOfView.DimensionGUI
PointOfView.GeoIP_DimensionGUI
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class GeoIP_DimensionGUI
- extends DimensionGUI
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private static java.lang.String |
dimensionName
|
private javax.swing.JLabel |
jLabel1
|
private javax.swing.JLabel |
jLabel2
|
private javax.swing.JTextField |
jTextField1
|
private javax.swing.JTextField |
jTextField2
|
private java.beans.PropertyChangeSupport |
propertySupport
|
| Fields inherited from class PointOfView.DimensionGUI |
HorizontalMargin, HorizontalSize, MaximumVerticalSize, MinimumVerticalSize, PreferredVerticalSize, VerticalMargin |
| 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.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
GeoIP_DimensionGUI()
Creates new form BeanForm |
|
| Method Summary | |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Register a PropertyChangeListener for a specific, named
property. |
(package private) java.lang.String |
getDimensionName()
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Removes the specified property listener on a particular property from the component. |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
dimensionName
private static final java.lang.String dimensionName
- See Also:
- Constant Field Values
propertySupport
private java.beans.PropertyChangeSupport propertySupport
jLabel1
private javax.swing.JLabel jLabel1
jLabel2
private javax.swing.JLabel jLabel2
jTextField2
private javax.swing.JTextField jTextField2
jTextField1
private javax.swing.JTextField jTextField1
| Constructor Detail |
GeoIP_DimensionGUI
public GeoIP_DimensionGUI()
- Creates new form BeanForm
| Method Detail |
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
- Description copied from class:
javax.swing.JComponent - Register a
PropertyChangeListenerfor a specific, named property. To listen to all property changes, regardless of name, use Container.addPropertyChangeListener(PropertyChangeListener)>Container.addPropertyChangeListener(PropertyChangeListener)55 instead.- Specified by:
addPropertyChangeListenerin classDimensionGUI
removePropertyChangeListener
public void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
- Description copied from class:
java.awt.Component - Removes the specified property listener on a particular property from
the component. This is harmless if the listener was not previously
registered.
- Specified by:
removePropertyChangeListenerin classDimensionGUI
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
getDimensionName
java.lang.String getDimensionName()
- Specified by:
getDimensionNamein classDimensionGUI
|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC