|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.util.GUIPropertyString
org.processmining.framework.util.GuiPropertyStringVertical
public class GuiPropertyStringVertical
A custom string property that puts the text field in a second row below the name rather than aligning them in a horizontal way.
Field Summary |
---|
Fields inherited from class org.processmining.framework.util.GUIPropertyString |
---|
myDescription, myName, myTarget, myTextField, myValue, myWidth |
Constructor Summary | |
---|---|
GuiPropertyStringVertical(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
GuiNotificationTarget target,
int width)
Constructor. |
Method Summary | |
---|---|
javax.swing.JPanel |
getPropertyPanel()
Creates GUI panel containg this property, ready to display in some settings dialog. |
Methods inherited from class org.processmining.framework.util.GUIPropertyString |
---|
actionPerformed, getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiPropertyStringVertical(java.lang.String name, java.lang.String description, java.lang.String defaultValue, GuiNotificationTarget target, int width)
name
- the name of this propertydescription
- of this property (to be displayed as a tool tip)defaultValue
- the default value of this propertytarget
- the object to be notified as soon the state of this property changeswidth
- a custom width may be specified (default value is 100 otherwise)Method Detail |
---|
public javax.swing.JPanel getPropertyPanel()
getPropertyPanel
in class GUIPropertyString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |