|
|||||||||
| Home >> All >> org >> meowers >> cide >> edcide >> [ tileset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.meowers.cide.edcide.tileset
Class TileSetEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.meowers.cide.edcide.EdCideEditor
org.meowers.cide.edcide.tileset.TileSetEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class TileSetEditor
- extends org.meowers.cide.edcide.EdCideEditor
| 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 | |
private javax.swing.JButton |
addButton
|
private javax.swing.JList |
allTilesList
|
private javax.swing.JScrollPane |
allTilesScrollPane
|
private javax.swing.JPanel |
centerPanel
|
private javax.swing.JPanel |
conrolPanel
|
private org.meowers.cide.data.GameData |
gd
|
private javax.swing.JPanel |
jPanel1
|
private javax.swing.JLabel |
nameLabel
|
private javax.swing.JTextField |
nameTextField
|
private javax.swing.JButton |
removeButton
|
private javax.swing.JList |
setTilesList
|
private javax.swing.JScrollPane |
setTilesScrollPane
|
private org.meowers.cide.data.TileSet |
tileSet
|
private org.meowers.cide.edcide.EdCideTreeNode |
tileSetNode
|
| Fields inherited from class org.meowers.cide.edcide.EdCideEditor |
|
| 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 | |
TileSetEditor()
Creates new form TileSetEditor |
|
TileSetEditor(org.meowers.cide.data.GameData gd,
org.meowers.cide.edcide.EdCideTreeNode tileSetNode)
|
|
| Method Summary | |
private void |
addButtonActionPerformed(java.awt.event.ActionEvent evt)
|
boolean |
apply()
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
private void |
removeButtonActionPerformed(java.awt.event.ActionEvent evt)
|
void |
revert()
|
| Methods inherited from class org.meowers.cide.edcide.EdCideEditor |
isDirty |
| 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 |
gd
private org.meowers.cide.data.GameData gd
tileSetNode
private org.meowers.cide.edcide.EdCideTreeNode tileSetNode
tileSet
private org.meowers.cide.data.TileSet tileSet
jPanel1
private javax.swing.JPanel jPanel1
nameLabel
private javax.swing.JLabel nameLabel
nameTextField
private javax.swing.JTextField nameTextField
centerPanel
private javax.swing.JPanel centerPanel
allTilesScrollPane
private javax.swing.JScrollPane allTilesScrollPane
allTilesList
private javax.swing.JList allTilesList
conrolPanel
private javax.swing.JPanel conrolPanel
addButton
private javax.swing.JButton addButton
removeButton
private javax.swing.JButton removeButton
setTilesScrollPane
private javax.swing.JScrollPane setTilesScrollPane
setTilesList
private javax.swing.JList setTilesList
| Constructor Detail |
TileSetEditor
public TileSetEditor()
- Creates new form TileSetEditor
TileSetEditor
public TileSetEditor(org.meowers.cide.data.GameData gd, org.meowers.cide.edcide.EdCideTreeNode tileSetNode)
| Method Detail |
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
removeButtonActionPerformed
private void removeButtonActionPerformed(java.awt.event.ActionEvent evt)
addButtonActionPerformed
private void addButtonActionPerformed(java.awt.event.ActionEvent evt)
apply
public boolean apply()
revert
public void revert()
|
|||||||||
| Home >> All >> org >> meowers >> cide >> edcide >> [ tileset overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC