|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
wt.clients.widgets.BaseEditorPanel
wt.clients.csm.navigation.NavigationStructureGeneralPanel
Navigation Structure General Panel
Nested Class Summary | |
(package private) class |
NavigationStructureGeneralPanel.RadioListener
|
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) JRadioButton |
attrAll
|
(package private) JLabel |
attributeLabel
|
(package private) JRadioButton |
attrQF
|
static String |
CHAR_FILTER
|
(package private) JLabel |
classLabel
|
(package private) JTextField |
classTextField
|
(package private) Object |
currentStructure
|
(package private) boolean |
dirty
|
(package private) boolean |
editable
|
(package private) JRadioButton |
graphOff
|
(package private) JRadioButton |
graphOn
|
(package private) JLabel |
linkToLabel
|
(package private) JTextField |
linkToTextField
|
static int |
MAX_CHARS
|
(package private) JLabel |
nameLabel
|
(package private) JTextField |
nameTextField
|
(package private) JLabel |
navigationLabel
|
(package private) ResourceBundle |
resource
|
(package private) JLabel |
typeLabel
|
(package private) JTextField |
typeTextField
|
Fields inherited from class javax.swing.JPanel |
|
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 | |
(package private) |
NavigationStructureGeneralPanel(ResourceBundle resource)
Construct a General panel |
Method Summary | |
Object |
getItem()
|
boolean |
isEditable()
|
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
private void |
setComponents()
Creates the editorPanel |
void |
setEditable(boolean editable)
|
void |
setItem(Object item)
|
Methods inherited from class wt.clients.widgets.BaseEditorPanel |
getContext, isDirty, needsScrollPane, setBusy, setDirty |
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 |
JLabel nameLabel
JLabel classLabel
JLabel typeLabel
JLabel linkToLabel
JLabel navigationLabel
JLabel attributeLabel
JTextField nameTextField
JTextField classTextField
JTextField typeTextField
JTextField linkToTextField
JRadioButton graphOn
JRadioButton graphOff
JRadioButton attrAll
JRadioButton attrQF
boolean editable
boolean dirty
ResourceBundle resource
public static final int MAX_CHARS
public static final String CHAR_FILTER
Object currentStructure
Constructor Detail |
NavigationStructureGeneralPanel(ResourceBundle resource)
Method Detail |
private void setComponents()
public void setEditable(boolean editable)
setEditable
in class BaseEditorPanel
public boolean isEditable()
isEditable
in class BaseEditorPanel
public void setItem(Object item)
setItem
in class BaseEditorPanel
public Object getItem()
getItem
in class BaseEditorPanel
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |