public class AttributesPanel extends SwingOwner
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesPanel.APColorPanel
This inner class is a RJColorPanel suitable for manipulating colors in current RMEditor.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR |
static int |
FONT |
static int |
FORMAT |
static int |
GALLERY |
static int |
KEYS |
DragDrop, DragEnter, DragEvents, DragExit, DragOver, KeyEvents, KeyFinished, KeyPressed, KeyReleased, KeyTyped, MouseClicked, MouseDragged, MouseEntered, MouseEvents, MouseExited, MouseFinished, MouseMoved, MousePressed, MouseReleased| Constructor and Description |
|---|
AttributesPanel() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
createUI()
Returns the UI panel for the attributes panel.
|
int |
getVisible()
Returns the index of the currently visible tab (or -1 if attributes panel not visible).
|
protected void |
initUI()
Initializes the UI panel.
|
boolean |
isVisible()
Returns whether the attributes panel is visible.
|
void |
resetUI()
Updates the attributes panel UI (forwards on to inspector at selected tab).
|
void |
setVisible(boolean aValue)
Sets the attributes panel visible.
|
void |
setVisible(int anIndex)
Sets the attributes panel visible, specifying a specific tab by the given index.
|
addKeyActionEvent, createTimer, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisibleaddNodeBinding, disableEvents, enableEvents, getBindingModelValue, getBindingNodeValue, getConversionMap, getConversionMapKey, getConversionMaps, getConversionMapValue, getFirstFocus, getModelValue, getNode, getNodeAction, getNodeBoolValue, getNodeFloatValue, getNodeIntValue, getNodeItemDisplayKey, getNodeItems, getNodeSelectedIndex, getNodeSelectedItem, getNodeStringValue, getNodeText, getNodeValue, getUI, getUIHpr, initUI, isNodeEnabled, isNodeValueAdjusting, isSendEventDisabled, isUISet, processResetUI, processRespondUI, resetLater, resetNodeBindings, respondUI, runLaterDelayed, runLaterOnce, sendEvent, sendNodeAction, setBindingModelValue, setBindingNodeValue, setFirstFocus, setModelValue, setNodeAction, setNodeEnabled, setNodeItemDisplayKey, setNodeItems, setNodeItems, setNodeSelectedIndex, setNodeSelectedItem, setNodeText, setNodeValue, setSendEventDisabledpublic static final int KEYS
public static final int COLOR
public static final int FONT
public static final int FORMAT
public static final int GALLERY
protected javax.swing.JComponent createUI()
createUI in class SwingOwnerprotected void initUI()
initUI in class UIOwner<SwingEvent,javax.swing.JComponent>public void resetUI()
resetUI in class UIOwner<SwingEvent,javax.swing.JComponent>public boolean isVisible()
public void setVisible(boolean aValue)
public int getVisible()
public void setVisible(int anIndex)