|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.plugin
Class ConfigurationPlugin.IconEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.bdgp.apps.dagedit.plugin.ConfigurationPlugin.IconEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- Enclosing class:
- ConfigurationPlugin
- private class ConfigurationPlugin.IconEditor
- extends javax.swing.JPanel
| 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 | |
(package private) javax.swing.JButton |
browseButton
|
protected ListEditor |
editor
|
(package private) javax.swing.JButton |
libraryButton
|
(package private) javax.swing.JLabel |
previewLabel
|
(package private) javax.swing.JLabel |
previewTextLabel
|
(package private) javax.swing.JTextField |
typeField
|
(package private) javax.swing.JLabel |
typeLabel
|
(package private) javax.swing.JTextField |
urlField
|
(package private) javax.swing.JLabel |
urlLabel
|
| 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 | |
ConfigurationPlugin.IconEditor()
|
|
| Method Summary | |
java.lang.Object |
createNewValue()
|
java.awt.Insets |
getInsets()
Get the component's insets, which are calculated from the JComponent.border> JComponent.border 55 property. |
java.awt.Insets |
getInsets(java.awt.Insets in)
Get the component's insets, which are calculated from the JComponent.border> JComponent.border 55 property. |
void |
load(java.lang.Object o)
|
void |
setMasterComponent(java.awt.Component c)
|
private void |
showFileChooser()
|
private void |
showIconLibrary()
|
void |
store(java.lang.Object o)
|
private void |
update()
|
| 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 |
typeLabel
javax.swing.JLabel typeLabel
urlLabel
javax.swing.JLabel urlLabel
typeField
javax.swing.JTextField typeField
urlField
javax.swing.JTextField urlField
previewLabel
javax.swing.JLabel previewLabel
previewTextLabel
javax.swing.JLabel previewTextLabel
browseButton
javax.swing.JButton browseButton
libraryButton
javax.swing.JButton libraryButton
editor
protected ListEditor editor
| Constructor Detail |
ConfigurationPlugin.IconEditor
public ConfigurationPlugin.IconEditor()
| Method Detail |
setMasterComponent
public void setMasterComponent(java.awt.Component c)
getInsets
public java.awt.Insets getInsets()
- Description copied from class:
javax.swing.JComponent - Get the component's insets, which are calculated from
the JComponent.border>
JComponent.border55 property. If the border isnull, callsContainer#getInsets.
getInsets
public java.awt.Insets getInsets(java.awt.Insets in)
- Description copied from class:
javax.swing.JComponent - Get the component's insets, which are calculated from the JComponent.border>
JComponent.border55 property. If the border isnull, callsContainer#getInsets. The passed-inInsetsvalue will be used as the return value, if possible.
update
private void update()
load
public void load(java.lang.Object o)
store
public void store(java.lang.Object o)
createNewValue
public java.lang.Object createNewValue()
showIconLibrary
private void showIconLibrary()
showFileChooser
private void showFileChooser()
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC