com.partnersoft.gui
Class EditButtonStrip

java.lang.Object
  extended by com.partnersoft.gui.EditButtonStrip

public class EditButtonStrip
extends java.lang.Object

A strip of editing control buttons, reminiscent of the map viewer's wheel menu.

Copyright 2009 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Field Summary
static java.awt.Color BACKGROUND_COLOR
           
static java.awt.Color FOREGROUND_COLOR
           
static FontSpecification HELP_FONT
           
static java.lang.String[] HELP_TEXT
           
static FontSpecification LABEL_FONT
           
static java.lang.String[] LABEL_TEXT
           
 
Constructor Summary
EditButtonStrip()
           
 
Method Summary
 void doAction()
           
 void doAdd()
           
 void doEdit()
           
 void doRemove()
           
 javax.swing.JComponent getGui()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP_TEXT

public static final java.lang.String[] HELP_TEXT

LABEL_TEXT

public static final java.lang.String[] LABEL_TEXT

HELP_FONT

public static final FontSpecification HELP_FONT

LABEL_FONT

public static final FontSpecification LABEL_FONT

BACKGROUND_COLOR

public static final java.awt.Color BACKGROUND_COLOR

FOREGROUND_COLOR

public static final java.awt.Color FOREGROUND_COLOR
Constructor Detail

EditButtonStrip

public EditButtonStrip()
Method Detail

doAdd

public void doAdd()

doRemove

public void doRemove()

doEdit

public void doEdit()

doAction

public void doAction()

getGui

public javax.swing.JComponent getGui()