Package | Description |
---|---|
org.metawidget.inspector.impl.actionstyle |
Inspectors: action styles.
|
org.metawidget.inspector.impl.actionstyle.metawidget |
Inspectors: Metawidget action style.
|
org.metawidget.inspector.impl.actionstyle.swing |
Inspectors: Swing AppFramework (JSR-296) action style.
|
org.metawidget.inspector.impl.propertystyle |
Inspectors: property styles.
|
org.metawidget.inspector.impl.propertystyle.groovy |
Inspectors: Groovy property style.
|
org.metawidget.inspector.impl.propertystyle.javabean |
Inspectors: JavaBean property style.
|
org.metawidget.inspector.impl.propertystyle.javassist |
Inspectors: Javassist property style.
|
org.metawidget.inspector.impl.propertystyle.scala |
Inspectors: Scala property style.
|
org.metawidget.inspector.impl.propertystyle.statically |
Inspectors: Static property style.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseActionStyle
Convenience implementation for ActionStyles.
|
class |
MethodActionStyle
Convenience ActionStyle implementation for Method-based actions.
|
Modifier and Type | Class and Description |
---|---|
class |
MetawidgetActionStyle
ActionStyle for Metawidget-style actions.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingAppFrameworkActionStyle
ActionStyle for Swing AppFramework-style actions.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyStyle
Convenience implementation for PropertyStyles.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyPropertyStyle
PropertyStyle for Groovy-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanPropertyStyle
PropertyStyle for JavaBean-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistPropertyStyle
PropertyStyle for environments that use JavaBeans and have Javassist available.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaPropertyStyle
PropertyStyle for Scala-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticPropertyStyle
PropertyStyle for statically-declared properties.
|
Copyright © 2015. All Rights Reserved.